Home
last modified time | relevance | path

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

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