| /onnv/onnv-gate/usr/src/cmd/rexd/ |
| where_main.c | 51 char within[MAXPATHLEN]; local 74 where(pn, host, fsname, within); 77 printf("%s:%s%s\n", host, fsname, within);
|
| /onnv/onnv-gate/usr/src/cmd/cron/ |
| permit.c | 45 static int within(char *, char *); 76 if (within(user, allow)) { 82 if (within(user, deny)) { 95 within(username, filename) function
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/ |
| test.pl | 200 # Check that $got is within $range of $expected 206 sub within ($$$@) { subroutine 218 # Within 0 is == 232 "# expected "._q($expected)." (within "._q($range).")\n";
|
| /onnv/onnv-gate/usr/src/lib/print/libipp-core/common/ |
| 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
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| literals.h | 153 L_DECL(within); variable
|
| /onnv/onnv-gate/usr/src/cmd/more/ |
| more.c | 180 int within; /* true if we are within a file, variable 404 within++; 406 within = 0; [all...] |
| /onnv/onnv-gate/usr/src/lib/efcode/include/fcode/ |
| proto.h | 89 FNPROTO(within); variable
|
| /onnv/onnv-gate/usr/src/lib/efcode/engine/ |
| forth.c | 455 within(fcode_env_t *env) function 459 CHECK_DEPTH(env, 3, "within"); [all...] |