Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c2573 char *pos_p; in modop() local
2626 if ((pos_p = strtok(NULL, at_char)) == NULL) { in modop()
2630 mod.pos = atoi(pos_p); in modop()