Searched refs:fileport (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c520 char *fileport; /* the second token in each line */ local
545 if ((fileport = strtok_r(NULL, " \t\n", &nexttok)) == NULL)
548 cmpstr = (field == FIELD1)? fileservice : fileport;
549 retstr = (field == FIELD1)? fileport : fileservice;

Completed in 64 milliseconds