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]; local
570 (void) strcpy(server_construction, path);
572 (void) snprintf(server_construction,
573 sizeof (server_construction),
577 (void) strcpy(server_construction, path);
580 return (server_construction);

Completed in 59 milliseconds