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

  /src/external/bsd/nvi/dist/vi/
v_ch.c 34 static void notfound __P((SCR *, ARG_CHAR_T));
168 empty: notfound(sp, key);
177 notfound(sp, key);
251 empty: notfound(sp, key);
260 notfound(sp, key);
285 notfound(SCR *sp, ARG_CHAR_T ch) function
  /src/sys/arch/sh3/sh3/
db_interface.c 438 static char notfound[] = "---"; local
446 return (notfound);
  /src/usr.bin/grep/
grep.c 150 bool notfound; /* file not found */ variable
721 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1));
  /src/external/gpl2/rcs/dist/src/
rcsutil.c 1085 char const *notfound; local
1113 notfound = args[1];
1116 args[0] = notfound = RCS_SHELL;
1122 write_stderr(notfound);
  /src/crypto/dist/ipsec-tools/src/racoon/
pfkey.c 982 int allspiok, notfound; local
1028 notfound = 1;
1035 notfound = 0;
1047 if (notfound) {
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 4969 int notfound = subr == DIF_SUBR_STRSTR ? 0 : -1; local
4972 regs[rd] = notfound;
5076 for (regs[rd] = notfound; addr != limit; addr += inc) {

Completed in 36 milliseconds