Searched refs:resolved_name (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | realpath.c | 48 realpath_impl(const char *file_name, char *resolved_name) in realpath_impl() argument 63 if ((len = resolvepath(file_name, resolved_name, PATH_MAX)) < 0) { in realpath_impl() 64 (void) strlcpy(resolved_name, file_name, PATH_MAX); in realpath_impl() 70 resolved_name[len] = '\0'; in realpath_impl() 72 if (*resolved_name == '/') /* nothing more to do */ in realpath_impl() 73 return (resolved_name); in realpath_impl() 82 (void) strlcpy(resolved_name, file_name, PATH_MAX); in realpath_impl() 86 if (len != 0 && strcmp(resolved_name, ".") != 0) { in realpath_impl() 87 char *relpath = resolved_name; in realpath_impl() 109 (void) strlcpy(resolved_name, in realpath_impl() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 652 char *resolved_name; in print_addr6() local 663 resolved_name = inet_name(&ip_addr, AF_INET6); in print_addr6() 669 if (nflag || (strcmp(temp_buf, resolved_name) == 0)) in print_addr6() 672 Printf(" %s (%s)", resolved_name, temp_buf); in print_addr6()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_list.c | 55 typedef struct resolved_name { struct
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_subr.c | 93 rsrc_get_type(const char *resolved_name) in rsrc_get_type() argument 95 if (resolved_name[0] != '/') in rsrc_get_type() 98 if (strncmp("/devices/", resolved_name, 9) == 0) in rsrc_get_type()
|