Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sh3/sh3/ | |
db_interface.c | 438 static char notfound[] = "---"; local in function:__db_procname_by_asid 446 return (notfound); |
/src/usr.bin/grep/ | |
grep.c | 150 bool notfound; /* file not found */ variable in typeref:typename:bool 721 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1)); |