Searched refs:nullflag (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/usr.bin/grep/ |
| HD | util.c | 249 printf("%s%c", fn, nullflag ? 0 : '\n'); in procfile() 251 printf("%s%c", fn, nullflag ? 0 : '\n'); in procfile() 443 if (!nullflag) { in printline()
|
| HD | grep.h | 115 extern bool dexclude, dinclude, fexclude, finclude, lbflag, nullflag;
|
| HD | grep.c | 121 bool nullflag; /* --null */ variable 643 nullflag = true; in main()
|
| /NextBSD/sys/kern/ |
| HD | vfs_syscalls.c | 2986 setutimes(td, vp, ts, numtimes, nullflag) in setutimes() argument 2991 int nullflag; 3011 if (nullflag)
|