Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c567 static char server_construction[PATH_MAX]; in server_map() local
570 (void) strcpy(server_construction, path); in server_map()
572 (void) snprintf(server_construction, in server_map()
573 sizeof (server_construction), in server_map()
577 (void) strcpy(server_construction, path); in server_map()
580 return (server_construction); in server_map()