Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Drealpath.c48 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 …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c654 char *resolved_name; in print_addr6() local
665 resolved_name = inet_name(&ip_addr, AF_INET6); in print_addr6()
671 if (nflag || (strcmp(temp_buf, resolved_name) == 0)) in print_addr6()
674 Printf(" %s (%s)", resolved_name, temp_buf); in print_addr6()
/titanic_41/usr/src/cmd/dis/
H A Ddis_list.c57 typedef struct resolved_name { struct
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c95 rsrc_get_type(const char *resolved_name) in rsrc_get_type() argument
97 if (resolved_name[0] != '/') in rsrc_get_type()
100 if (strncmp("/devices/", resolved_name, 9) == 0) in rsrc_get_type()