Home
last modified time | relevance | path

Searched refs:resolved_name (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Drealpath.c64 (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()
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()
118 (void) strcpy(resolved_name, cwd); in realpath_impl()
119 return (resolved_name); in realpath_impl()
133 if (resolved_name != NULL) in realpath()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c652 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 Ddis_list.c55 typedef struct resolved_name { struct
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c93 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()