Searched refs:nullflag (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/grep/
H A Dgrep.h115 extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag;
H A Dutil.c249 printf("%s%c", fn, nullflag ? 0 : '\n');
251 printf("%s%c", fn, nullflag ? 0 : '\n');
443 if (!nullflag) {
H A Dgrep.c119 bool nullflag; /* --null */ variable
637 nullflag = true;
/freebsd-9.3-release/sys/kern/
H A Dvfs_syscalls.c3234 setutimes(td, vp, ts, numtimes, nullflag)
3239 int nullflag;
3259 if (nullflag)

Completed in 110 milliseconds