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

  /src/sys/kern/
subr_pserialize.c 177 bool notin; local in function:pserialize_not_in_read_section
181 notin = __predict_true(curcpu()->ci_psz_read_depth == 0);
189 notin = true;
191 return notin;
  /src/usr.bin/tip/aculib/
v3451.c 49 static int notin(const char *, char *);
165 while (notin(cp, buf) && rp < buf + sizeof (buf) - 1) {
166 if (online && notin("FAILED CALL", buf) == 0)
189 notin(const char *sh, char *lg) function in typeref:typename:int

Completed in 23 milliseconds