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

/freebsd-current/bin/sh/
H A Dmknodes.c76 static struct str *nodestr[MAXTYPES]; /* type of structure used by the node */ variable in typeref:struct:str
144 nodestr[ntypes] = sp;
278 fprintf(cfile, " ALIGN(sizeof (struct %s)),\n", nodestr[i]->tag);
305 if (nodestr[i] == sp)
/freebsd-current/usr.sbin/fwcontrol/
H A Dfwcontrol.c124 str2node(int fd, const char *nodestr) argument
131 if (nodestr == NULL || *nodestr == '\0')
137 node = strtol(nodestr, &endptr, 0);
144 if (eui64_hostton(nodestr, &eui) != 0 && eui64_aton(nodestr, &eui) != 0)

Completed in 174 milliseconds