Searched defs:inpath (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 76 sub inpath subroutine 572 if (!inpath($dep)) {
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | draw.c | 113 * BeginPath" command is read. beginpath() sets the PostScript variable inpath to 140 int inpath = FALSE; /* TRUE if we're putting pieces together */ variable 434 if ( inpath == FALSE ) { 441 fprintf(tf, "/inpath true def\n"); 444 inpath = TRUE; 479 if ( inpath == TRUE ) { 484 fprintf(tf, "/inpath false def\n"); 486 inpath = FALSE;
|
/illumos-gate/usr/src/cmd/zinject/ |
H A D | translate.c | 89 parse_pathname(const char *inpath, char *dataset, char *relpath, argument 98 compress_slashes(inpath, fullpath);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_secinfo.c | 532 comp_total(char *inpath) argument 537 while (*inpath != '\0') { 539 if (*inpath == '/') { 540 inpath++; 543 if ((slash = (char *)strchr(inpath, '/')) == NULL) { 548 inpath = slash + 1; 561 comp_getn(char *inpath, int nth, component4 *comp) argument 563 char *path = inpath, *comp_start, *slash = NULL; 591 if (comp_start != inpath) {
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 3029 * Update the owner, group, mode and acl on the specified dev (inpath) for 3034 zonecfg_devperms_apply(zone_dochandle_t hdl, const char *inpath, uid_t owner, argument 3047 if (strlcat(path, inpath, sizeof (path)) >= sizeof (path))
|
Completed in 136 milliseconds