Searched defs:inetd_cpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1046 char *inetd_cpath, *hashstr; local
1050 if (inetd_config_path(&inetd_cpath) == -1) {
1061 if (strcmp(cpath, inetd_cpath) != 0) {
1062 free(inetd_cpath);
1065 free(inetd_cpath);

Completed in 47 milliseconds