Searched refs:inpath (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | draw.c | 140 int inpath = FALSE; /* TRUE if we're putting pieces together */ variable 434 if ( inpath == FALSE ) { in beginpath() 444 inpath = TRUE; in beginpath() 479 if ( inpath == TRUE ) { in drawpath() 486 inpath = FALSE; in drawpath()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_secinfo.c | 532 comp_total(char *inpath) in comp_total() argument 537 while (*inpath != '\0') { in comp_total() 539 if (*inpath == '/') { in comp_total() 540 inpath++; in comp_total() 543 if ((slash = (char *)strchr(inpath, '/')) == NULL) { in comp_total() 548 inpath = slash + 1; in comp_total() 561 comp_getn(char *inpath, int nth, component4 *comp) in comp_getn() argument 563 char *path = inpath, *comp_start, *slash = NULL; in comp_getn() 591 if (comp_start != inpath) { in comp_getn()
|
/titanic_50/usr/src/cmd/zinject/ |
H A D | translate.c | 89 parse_pathname(const char *inpath, char *dataset, char *relpath, in parse_pathname() argument 98 compress_slashes(inpath, fullpath); in parse_pathname()
|
/titanic_50/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 76 sub inpath subroutine 572 if (!inpath($dep)) {
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 2875 zonecfg_devperms_apply(zone_dochandle_t hdl, const char *inpath, uid_t owner, in zonecfg_devperms_apply() argument 2888 if (strlcat(path, inpath, sizeof (path)) >= sizeof (path)) in zonecfg_devperms_apply()
|