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

/freebsd-13-stable/bin/sh/
H A Dmknodes.c90 static struct str *nodestr[MAXTYPES]; /* type of structure used by the node */ variable in typeref:struct:str
158 nodestr[ntypes] = sp;
292 fprintf(cfile, " ALIGN(sizeof (struct %s)),\n", nodestr[i]->tag);
319 if (nodestr[i] == sp)
/freebsd-13-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c125 str2node(int fd, const char *nodestr) argument
132 if (nodestr == NULL || *nodestr == '\0')
138 node = strtol(nodestr, &endptr, 0);
145 if (eui64_hostton(nodestr, &eui) != 0 && eui64_aton(nodestr, &eui) != 0)

Completed in 118 milliseconds