Searched defs:within (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Dwhere_main.c51 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 Dpermit.c45 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 Dread.c166 /* 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 Dliterals.h151 L_DECL(within); variable
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h89 FNPROTO(within); variable
/illumos-gate/usr/src/cmd/more/
H A Dmore.c178 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 Dforth.c455 within(fcode_env_t *env) function
459 CHECK_DEPTH(env, 3, "within");
2542 ANSI(0x045, 0, "within", within);

Completed in 75 milliseconds