Searched refs:apath (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | main.c | 54 char *apath = NULL; local 87 apath = (char *)malloc(strlen(optarg) + 89 if (apath == NULL) 93 apath = strcpy(apath, optarg); 235 if (apath != NULL) 236 ypath = strcat(apath, strrchr(ypath, '/')); 244 free(apath);
|
/titanic_44/usr/src/lib/libast/common/path/ |
H A D | pathkey.c | 41 pathkey(char* key, char* attr, const char* lang, const char* tool, const char* apath) in pathkey() argument 43 register char* path = (char*)apath; in pathkey()
|
/titanic_44/usr/src/cmd/praudit/ |
H A D | token.c | 609 char *apath; /* anchored path */ in path_token() local 626 apath = anchor_path(path); in path_token() 629 apath = path; in path_token() 630 cpath = collapse_path(apath); in path_token()
|
/titanic_44/usr/src/lib/libbsm/common/ |
H A D | devalloc.c | 1506 char apath[MAXPATHLEN], mpath[MAXPATHLEN]; in da_update_device() local 1543 if (snprintf(apath, sizeof (apath), "%s%s", rootdir, in da_update_device() 1544 TMPALLOC) >= sizeof (apath)) in da_update_device() 1546 apathp = apath; in da_update_device()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunpm.c | 8262 char *apath; in adjust_ancestors() local 8269 apath = kmem_alloc(len, KM_SLEEP); in adjust_ancestors() 8270 (void) strcpy(apath, pathbuf); in adjust_ancestors() 8309 adjust_ancestors(apath, wasvolpmd); in adjust_ancestors() 8311 (void) strcpy(apath, pathbuf); in adjust_ancestors() 8320 adjust_ancestors(apath, wasvolpmd); in adjust_ancestors() 8321 kmem_free(apath, len); in adjust_ancestors()
|