Searched refs:nullflag (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.bin/grep/ |
| H A D | grep.h | 121 extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag;
|
| H A D | util.c | 417 printf("%s%c", fn, nullflag ? 0 : '\n'); in procfile() 419 printf("%s%c", fn, nullflag ? 0 : '\n'); in procfile() 742 if (!nullflag) { in printline_metadata()
|
| H A D | grep.c | 107 bool nullflag; /* --null */ variable 602 nullflag = true;
|
| /freebsd/sys/kern/ |
| H A D | vfs_syscalls.c | 3304 int numtimes, int nullflag) in setutimes() argument 3328 if (nullflag) in setutimes()
|