Searched refs:nodestr (Results 1 – 2 of 2) sorted by relevance
76 static struct str *nodestr[MAXTYPES]; /* type of structure used by the node */ variable144 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()
124 str2node(int fd, const char *nodestr) in str2node() argument131 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()