Searched defs:within (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/rexd/ |
H A D | where_main.c | 51 char within[MAXPATHLEN]; local 74 where(pn, host, fsname, within); 77 printf("%s:%s%s\n", host, fsname, within);
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | permit.c | 45 static int within(char *, char *); 76 if (within(user, allow)) { 82 if (within(user, deny)) { 95 within(username, filename) function
|
/illumos-gate/usr/src/lib/print/libipp-core/common/ |
H A D | read.c | 166 /* verify that the IPP value is within specification for the named attribute */ 170 #define within(a, b, c) ((b >= a) && (b <= c)) macro 183 if (within(min, i, max)) 194 if (within(0, v, 1)) 206 if (within(min, lower, max) && 207 within(min, upper, max)) 256 #undef within macro
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 151 L_DECL(within); variable
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 89 FNPROTO(within); variable
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 178 int within; /* true if we are within a file, variable 402 within++; 404 within = 0; 1491 else if (within)
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | forth.c | 455 within(fcode_env_t *env) function 459 CHECK_DEPTH(env, 3, "within"); 2542 ANSI(0x045, 0, "within", within);
|
Completed in 512 milliseconds