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

/freebsd-9.3-release/bin/sh/
H A Dmknodes.c88 static struct str *nodestr[MAXTYPES]; /* type of structure used by the node */ variable in typeref:struct:str
155 nodestr[ntypes] = sp;
280 fprintf(cfile, " ALIGN(sizeof (struct %s)),\n", nodestr[i]->tag);
307 if (nodestr[i] == sp)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dnto-procfs.c121 char *nodestr; local
131 nodestr = arg ? xstrdup (arg) : arg;
135 if (nodestr)
137 nto_procfs_node = netmgr_strtond (nodestr, &endstr);
142 printf_filtered ("Invalid QNX node %s: error %d (%s).\n", nodestr,
144 xfree (nodestr);
145 nodestr = NULL;
156 snprintf (nto_procfs_path, PATH_MAX - 1, "%s%s", nodestr ? nodestr : "", "/proc");
157 if (nodestr)
[all...]
/freebsd-9.3-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c123 str2node(int fd, const char *nodestr) argument
130 if (nodestr == '\0')
136 node = strtol(nodestr, &endptr, 0);
143 if (eui64_hostton(nodestr, &eui) != 0 && eui64_aton(nodestr, &eui) != 0)

Completed in 67 milliseconds