Searched defs:notin (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c20 static int notin(char *, char *);
151 while (notin(cp, buf) && rp < buf + sizeof (buf) - 1) {
152 if (online && notin("FAILED CALL", buf) == 0)
174 notin(char *sh, char *lg) function
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c43 static int notin(int n);
416 xstate = notin(stnum);
491 notin(int n) function
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c64 static int notin(char *, char *);
500 while (notin(str, rdvec)) {
787 * notin(sh, lg) check for occurrence of substring "sh"
796 notin(char *sh, char *lg) function
/illumos-gate/usr/src/cmd/oawk/
H A Db.c391 notin(int **array, int n, int *prev) /* is setvec in array[0] thru array[n]? */ function
754 if (notin(state, n, &prev)) {
756 printf("cgotofn: notin; state = %d, n = %d\n", state, n, NULL);
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c69 static int notin(), ifdate(), checkdate(), checktime(), classmatch();
703 while (notin(str, rdvec)) {
1035 * notin(sh, lg) check for occurrence of substring "sh"
1044 notin(sh, lg) function

Completed in 91 milliseconds