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

/macosx-10.9.5/adv_cmds-153/whois/
H A Dwhois.c88 #define ishost(h) (isalnum((unsigned char)h) || h == '.' || h == '-') macro
318 if (!ishost(*p)) {
329 if (!ishost(*p)) {
/macosx-10.9.5/network_cmds-433/route.tproj/
H A Droute.c591 int ishost = 0, ret, attempts, oerrno, flags = RTF_STATIC; local
685 ishost = getaddr(RTA_DST, *++argv, &hp);
701 ishost = 1;
704 ishost = 0;
733 ishost = getaddr(RTA_DST, *argv, &hp);
743 ishost = 1;
752 ishost = 0;
754 if (ishost)
784 (void) printf("%s %s %s", cmd, ishost? "host" : "net", dest);

Completed in 173 milliseconds