HomeSort by: relevance | last modified time | path
    Searched defs:notfound (Results 1 - 2 of 2) sorted by relevancy

  /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));

Completed in 13 milliseconds