Searched refs:get_component (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 113 get_component((Gen.g_attrnam_p == NULL) ? \ 116 get_component((Gen.g_attrnam_p == NULL) ? \ 211 static char *get_component(char *path); 1778 else if (unlinkat(dirfd, get_component(name2_p), 0) < 0) in creat_lnk() 3274 if ((Ifile = openat(G_p->g_dirfd, get_component(namep), 0)) < 0) { in data_pass() 4348 lfrom = get_component(Lnknam_p); in file_pass() 5610 get_component(Over_p), 0); in openout() 5631 get_component(Over_p), 0); in openout() 5661 get_component(Over_p), 0); in openout() 5680 if ((result = openat(dirfd, get_component(nam_p), in openout() [all …]
|
/illumos-gate/usr/src/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 463 static char *get_component(char *str, const char *comp_num);
|
H A D | devfsadm.c | 4704 if (get_component(mp + 1, dep->match_arg) == NULL) { in alloc_cmp_str() 4755 if (get_component(ap + 1, dep->match_arg) == NULL) { in alloc_cmp_str() 4781 get_component(char *str, const char *comp_str) in get_component() function
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 537 static char *get_component(char *path); 6189 s = get_component(savename); in check_prefix() 8387 get_component(char *path) in get_component() function 8406 get_component(char *path) in get_component() function
|