Home
last modified time | relevance | path

Searched refs:WORDSEPS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c105 #define WORDSEPS " \t\r\n" macro
939 host = strtok_r(line, WORDSEPS, &lasts); in ndp_set_file()
947 lladdr = strtok_r(NULL, WORDSEPS, &lasts); in ndp_set_file()
956 curr = strtok_r(NULL, WORDSEPS, &lasts); in ndp_set_file()