Searched refs:notin (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | v3451.c | 20 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/lib/libnsl/dial/ |
H A D | conn.c | 64 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/sgs/lex/common/ |
H A D | sub2.c | 43 static int notin(int n); 416 xstate = notin(stnum); 491 notin(int n) function
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | conn.c | 69 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
|
/illumos-gate/usr/src/cmd/egrep/ |
H A D | egrep.y | 486 if (notin(nstate)) { 584 notin(int n)
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | b.c | 391 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);
|
Completed in 55 milliseconds