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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Drealpath.c41 * components. Store the result into the buffer named by resolved_name, which
43 * on failure and resolved_name on success. On failure, to maintain
45 * into resolved_name.
48 realpath_impl(const char *file_name, char *resolved_name) argument
63 if ((len = resolvepath(file_name, resolved_name, PATH_MAX)) < 0) {
64 (void) strlcpy(resolved_name, file_name, PATH_MAX);
70 resolved_name[len] = '\0';
72 if (*resolved_name == '/') /* nothing more to do */
73 return (resolved_name);
82 (void) strlcpy(resolved_name, file_nam
129 realpath(const char *file_name, char *resolved_name) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c654 char *resolved_name; local
665 resolved_name = inet_name(&ip_addr, AF_INET6);
671 if (nflag || (strcmp(temp_buf, resolved_name) == 0))
674 Printf(" %s (%s)", resolved_name, temp_buf);
/illumos-gate/usr/src/cmd/dis/
H A Ddis_list.c57 typedef struct resolved_name { struct
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c95 rsrc_get_type(const char *resolved_name) argument
97 if (resolved_name[0] != '/')
100 if (strncmp("/devices/", resolved_name, 9) == 0)

Completed in 62 milliseconds