Home
last modified time | relevance | path

Searched refs:emptyfile (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dctftest-convert-no-dwarf.ksh91 echo >emptyfile.c
93 $ctf_cc $cflags -c -o emptyfile.o emptyfile.c
94 fail_no_debug emptyfile.o
95 $ctf_cc $cflags -c -o emptyfile.o emptyfile.c
96 $ctf_convert -m emptyfile.o
98 $ctf_cc $cflags $ctf_debugflags -c -o emptyfile.o emptyfile.c
99 fail_no_debug emptyfile.o
100 $ctf_cc $cflags $ctf_debugflags -c -o emptyfile.o emptyfile.c
101 $ctf_convert -m emptyfile.o
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_confmgr.c108 int emptyfile, lineno; in read_file() local
131 emptyfile = 1; in read_file()
144 emptyfile = 0; in read_file()
218 if (!cred_file && emptyfile) { in read_file()