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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c422 char *hintarg, *socktup, *tupstr; local
476 hintarg = strchr(argv[3], ':');
477 if (hintarg == NULL ||
478 (strlen(++hintarg) == 0) ||
479 (strlen(hintarg) >= FILNAME_MAX)) {
487 filprop.sfp_hintarg = hintarg;

Completed in 67 milliseconds