| /src/sys/sys/ |
| utsname.h | 50 char nodename[_SYS_NMLN]; /* Name of this network node. */ member in struct:utsname
|
| utsname.h | 50 char nodename[_SYS_NMLN]; /* Name of this network node. */ member in struct:utsname
|
| /src/external/gpl2/texinfo/dist/info/ |
| info-utils.h | 38 char *nodename; /* Name of the node. */ member in struct:__anon9525 51 /* Variable which holds the most recent nodename parsed as a result of 55 /* Parse the filename and nodename out of STRING. If STRING doesn't 56 contain a filename (i.e., it is NOT (FILENAME)NODENAME) then set 58 non-zero, it says to allow the nodename specification to cross a
|
| info-utils.h | 38 char *nodename; /* Name of the node. */ member in struct:__anon9525 51 /* Variable which holds the most recent nodename parsed as a result of 55 /* Parse the filename and nodename out of STRING. If STRING doesn't 56 contain a filename (i.e., it is NOT (FILENAME)NODENAME) then set 58 non-zero, it says to allow the nodename specification to cross a
|
| nodes.h | 42 char *nodename; /* The name of this node. */ member in struct:__anon9535 92 char *nodename; /* The node pointed to by this tag. */ 137 /* Return a pointer to a NODE structure for the Info node (FILENAME)NODENAME. 139 NODENAME can be passed as NULL, in which case the nodename of "Top" is used. 141 extern NODE *info_get_node (char *filename, char *nodename); 143 /* Return a pointer to a NODE structure for the Info node NODENAME in 144 FILE_BUFFER. NODENAME can be passed as NULL, in which case the 145 nodename of "Top" is used. If the node cannot be found, return a 147 extern NODE *info_get_node_of_file_buffer (char *nodename, 91 char *nodename; \/* The node pointed to by this tag. *\/ member in struct:__anon9536 [all...] |
| nodes.h | 42 char *nodename; /* The name of this node. */ member in struct:__anon9535 92 char *nodename; /* The node pointed to by this tag. */ 137 /* Return a pointer to a NODE structure for the Info node (FILENAME)NODENAME. 139 NODENAME can be passed as NULL, in which case the nodename of "Top" is used. 141 extern NODE *info_get_node (char *filename, char *nodename); 143 /* Return a pointer to a NODE structure for the Info node NODENAME in 144 FILE_BUFFER. NODENAME can be passed as NULL, in which case the 145 nodename of "Top" is used. If the node cannot be found, return a 147 extern NODE *info_get_node_of_file_buffer (char *nodename, 91 char *nodename; \/* The node pointed to by this tag. *\/ member in struct:__anon9536 [all...] |
| infodoc.c | 86 You may include a filename as well, as in (FILENAME)NODENAME.\n"), 134 N_(" You may include a filename as well, as in (FILENAME)NODENAME.\n"), 508 char *nodename; local 520 ((strcmp (win->node->nodename, "Help") == 0) || 521 (strcmp (win->node->nodename, "Help-Small-Screen") == 0))) 531 nodename = "Help-Small-Screen"; 533 nodename = "Help"; 536 node = info_get_node ("Info", nodename); 543 info_error ((char *) msg_cant_file_node, "Info", nodename);
|
| infodoc.c | 86 You may include a filename as well, as in (FILENAME)NODENAME.\n"), 134 N_(" You may include a filename as well, as in (FILENAME)NODENAME.\n"), 508 char *nodename; local 520 ((strcmp (win->node->nodename, "Help") == 0) || 521 (strcmp (win->node->nodename, "Help-Small-Screen") == 0))) 531 nodename = "Help-Small-Screen"; 533 nodename = "Help"; 536 node = info_get_node ("Info", nodename); 543 info_error ((char *) msg_cant_file_node, "Info", nodename);
|
| /src/sys/compat/common/ |
| kern_info_09.c | 105 char nodename[32]; member in struct:outsname 125 strncpy(outsname.nodename, hostname, sizeof(outsname.nodename));
|
| kern_info_09.c | 105 char nodename[32]; member in struct:outsname 125 strncpy(outsname.nodename, hostname, sizeof(outsname.nodename));
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getaddrinfo-test.c | 64 "[nodename servname...]"); 69 doit (const char *nodename, const char *servname) 76 printf ("(%s,%s)... ", nodename ? nodename : "null", servname); 83 ret = getaddrinfo (nodename, servname, &hints, &res); 141 const char *nodename = argv[i]; local 143 if (strcmp (nodename, "null") == 0) 144 nodename = NULL; 146 doit (nodename, argv[i+1]);
|
| getaddrinfo-test.c | 64 "[nodename servname...]"); 69 doit (const char *nodename, const char *servname) 76 printf ("(%s,%s)... ", nodename ? nodename : "null", servname); 83 ret = getaddrinfo (nodename, servname, &hints, &res); 141 const char *nodename = argv[i]; local 143 if (strcmp (nodename, "null") == 0) 144 nodename = NULL; 146 doit (nodename, argv[i+1]);
|
| /src/sys/compat/linux/arch/mips/ |
| linux_machdep.c | 448 char nodename [LINUX___NEW_UTS_LEN + 1]; local 452 if ((error = copyinstr((char *)SCARG(uap, arg1), nodename, 458 return (old_sysctl(&name[0], 2, 0, 0, nodename, len, NULL));
|
| linux_machdep.c | 448 char nodename [LINUX___NEW_UTS_LEN + 1]; local 452 if ((error = copyinstr((char *)SCARG(uap, arg1), nodename, 458 return (old_sysctl(&name[0], 2, 0, 0, nodename, len, NULL));
|
| /src/external/bsd/wpa/dist/src/utils/ |
| xml-utils.c | 243 xml_node_create_text(ctx, tnds, NULL, "NodeName", name); 295 xml_node_create_text(ctx, node, NULL, "NodeName", name); 340 char *nodename, *value, *path; local 343 nodename = get_node_text(ctx, node, "NodeName"); 344 if (nodename == NULL) 350 nodename); 355 xml_node_get_text_free(ctx, nodename); 366 xml_node_get_text_free(ctx, nodename); 371 xml_node_create_text(ctx, parent, NULL, nodename, 389 char *nodename; local [all...] |
| xml-utils.c | 243 xml_node_create_text(ctx, tnds, NULL, "NodeName", name); 295 xml_node_create_text(ctx, node, NULL, "NodeName", name); 340 char *nodename, *value, *path; local 343 nodename = get_node_text(ctx, node, "NodeName"); 344 if (nodename == NULL) 350 nodename); 355 xml_node_get_text_free(ctx, nodename); 366 xml_node_get_text_free(ctx, nodename); 371 xml_node_create_text(ctx, parent, NULL, nodename, 389 char *nodename; local [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| parseinfo.c | 337 char *nodename = NULL; local 342 nodename = Xasprintf ("%s/%u", infopath, ln); 343 if (findnode (errors, nodename)) 345 free (nodename); 349 push_string (errors, nodename);
|
| parseinfo.c | 337 char *nodename = NULL; local 342 nodename = Xasprintf ("%s/%u", infopath, ln); 343 if (findnode (errors, nodename)) 345 free (nodename); 349 push_string (errors, nodename);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| cache.c | 411 dns_name_t *nodename; local 419 nodename = dns_fixedname_initname(&fnodename); 435 result = dns_dbiterator_current(iter, &node, nodename); 445 if (!dns_name_issubdomain(nodename, name)) {
|
| cache.c | 411 dns_name_t *nodename; local 419 nodename = dns_fixedname_initname(&fnodename); 435 result = dns_dbiterator_current(iter, &node, nodename); 445 if (!dns_name_issubdomain(nodename, name)) {
|
| /src/sys/compat/ultrix/ |
| ultrix_misc.c | 404 char nodename[ULTRIX__SYS_NMLN]; member in struct:ultrix_utsname 420 strncpy(sut.nodename, hostname, sizeof(sut.nodename) - 1);
|
| ultrix_misc.c | 404 char nodename[ULTRIX__SYS_NMLN]; member in struct:ultrix_utsname 420 strncpy(sut.nodename, hostname, sizeof(sut.nodename) - 1);
|
| /src/sys/kern/ |
| init_sysctl.c | 633 char nodename[20]; variable 657 snprintf(nodename, sizeof(nodename), "debug%d", i); 660 CTLTYPE_NODE, nodename, NULL,
|
| init_sysctl.c | 633 char nodename[20]; variable 657 snprintf(nodename, sizeof(nodename), "debug%d", i); 660 CTLTYPE_NODE, nodename, NULL,
|
| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| clvmd-gulm.c | 267 static void drop_expired_locks(char *nodename) 272 DEBUGLOG("Dropping expired locks for %s\n", nodename?nodename:"(null)"); 275 if (!nodename) 278 nodename = nodeinfo.nodename; 281 if (lg_lock_drop_exp(gulm_if, nodename, mask, GIO_KEY_SIZE)) 453 static int core_nodechange(void *misc, char *nodename, struct in6_addr *nodeip, uint8_t nodestate) 457 DEBUGLOG("CORE node change, name=%s, state = %d\n", nodename, nodestate); 461 _csid_from_name((char *)nodeip, nodename); 900 char *nodename; local [all...] |