HomeSort by: relevance | last modified time | path
    Searched refs:nodename (Results 1 - 25 of 125) sorted by relevancy

1 2 3 4 5

  /src/external/gpl2/texinfo/dist/makeinfo/
html.h 49 extern void add_link (char *nodename, char *attributes);
55 extern void add_anchor_name (char *nodename, int href);
56 extern void add_url_name (char *nodename, int href);
57 extern void add_nodename_to_filename (char *nodename, int href);
58 extern char *nodename_to_filename (char *nodename);
html.c 588 add_link (char *nodename, char *attributes)
590 if (nodename)
595 add_anchor_name (nodename, 1);
596 add_word_args ("\" title=\"%s\">\n", nodename);
643 appropriate for NODENAME.
651 add_anchor_name (char *nodename, int href)
656 add_url_name (nodename, href);
659 /* Always add NODENAME, so that the reference would pinpoint the
663 if (strcasecmp (nodename, "(dir)") == 0)
665 add_word_args ("%.3s", nodename + 1)
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
gethostname.c 45 if (len > sizeof (uts.nodename))
48 name[sizeof (uts.nodename)] = '\0';
49 len = sizeof (uts.nodename);
51 strncpy (name, uts.nodename, len);
getaddrinfo.c 62 getaddrinfo (const char *restrict nodename,
84 if (!nodename)
101 he = gethostbyname (nodename);
178 cn = nodename;
getaddrinfo.h 78 extern int getaddrinfo (const char *restrict 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]);
gethostname.c 63 strlcpy (name, utsname.nodename, namelen);
getaddrinfo.c 275 get_number (const char *nodename,
293 if (inet_pton (PF_INET6, nodename, &v6_addr) == 1) {
304 if (inet_pton (PF_INET, nodename, &v4_addr) == 1) {
315 get_nodes (const char *nodename,
336 he = getipnodebyname (nodename, PF_INET6, 0, &error);
348 he = getipnodebyname (nodename, PF_INET, 0, &error);
373 getaddrinfo(const char *nodename,
385 if (servname == NULL && nodename == NULL)
403 if (nodename != NULL) {
404 ret = get_number (nodename, hints, port, protocol, socktype, res)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
utsname.d 28 char[utsNameLength] nodename = 0;
47 char[utsNameLength] nodename = 0;
65 char[SYS_NMLN] nodename = 0;
83 char[utsNameLength] nodename = 0;
100 char[utsNameLength] nodename = 0;
115 char[utsNameLength] nodename = 0;
132 char[SYS_NMLN] nodename = 0;
148 char[SYS_NMLN] nodename = 0;
165 char[SYS_NMLN] nodename = 0;
181 char[utsNameLength] nodename = 0
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Bin/
uname-a.d 45 `utsname.nodename,
  /src/external/cddl/dtracetoolkit/dist/System/
uname-a.d 45 `utsname.nodename,
  /src/sys/sys/
utsname.h 50 char nodename[_SYS_NMLN]; /* Name of this network node. */ member in struct:utsname
  /src/external/gpl2/texinfo/dist/info/
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...]
footnotes.c 46 (strcmp (win->node->nodename, footnote_nodename) == 0))
80 int reflen = strlen ("-Footnotes") + strlen (node->nodename);
84 strcpy (refname, node->nodename);
88 if ((refs[i]->nodename != (char *)NULL) &&
91 (strcmp (refs[i]->nodename, refname) == 0 ||
92 (strncmp (refs[i]->nodename, refname, reflen - 1) == 0 &&
93 refs[i]->nodename[reflen - 1] == '-' &&
94 isdigit (refs[i]->nodename[reflen]))))
130 (1 + strlen (node->nodename) + strlen (FOOTNOTE_HEADER_FORMAT));
131 sprintf (header, FOOTNOTE_HEADER_FORMAT, node->nodename);
    [all...]
info-utils.c 38 /* Variable which holds the most recent nodename parsed as a result of
46 /* Functions to remember a filename or nodename for later return. */
49 static void save_nodename (char *nodename);
50 static void saven_nodename (char *nodename, int len);
56 /* Parse the filename and nodename out of STRING. If STRING doesn't
57 contain a filename (i.e., it is NOT (FILENAME)NODENAME) then set
59 non-zero, it says to allow the nodename specification to cross a
76 /* Check for (FILENAME)NODENAME. */
90 /* Point directly at the nodename. */
97 /* Parse out nodename. *
    [all...]
nodes.c 50 char *nodename);
81 /* Return a pointer to a NODE structure for the Info node (FILENAME)NODENAME.
83 IF NODENAME is NULL, `Top' is used.
86 info_get_node (char *filename, char *nodename)
92 info_parse_node (nodename, DONT_SKIP_NEWLINES);
93 nodename = NULL;
99 nodename = info_parsed_nodename;
121 node = info_get_node_of_file_buffer (nodename, file_buffer);
124 if (!node && (nodename == NULL || strcasecmp (nodename, "Top") == 0)
    [all...]
indices.c 47 char *name; /* The nodename of this index. */
67 assoc->name = xstrdup (node->nodename);
135 if (string_in_line ("Index", tag->nodename) != -1)
141 node = info_get_node (tag->filename, tag->nodename);
145 /* Remember the filename and nodename of this index. */
147 initial_index_nodename = xstrdup (tag->nodename);
151 /* If we have a menu, add this index's nodename and range
434 node = info_get_node (index_index[i]->filename, index_index[i]->nodename);
439 index_index[i]->filename, index_index[i]->nodename);
507 this_node = info_get_node (this_item->filename, this_item->nodename);
    [all...]
search.h 75 extern long find_node_in_binding (char *nodename, SEARCH_BINDING *binding);
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_cfg.c 59 if (xenbus_read_unsigned(front_info->xb_dev->nodename,
68 xb_dev->nodename, i);
76 xb_dev->nodename);
  /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...]
  /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...]
  /src/external/bsd/ntp/dist/libntp/
ntp_rfc2553.c 279 static int do_nodename (const char *nodename, struct addrinfo *ai,
283 getaddrinfo (const char *nodename, const char *servname,
297 if (nodename == NULL && servname == NULL)
370 rval = do_nodename(nodename, ai, hints);
467 const char *nodename,
485 if (nodename == NULL) {
516 if(strchr(nodename, ':') != NULL) {
517 if (inet_pton(AF_INET6, nodename,
529 if (inet_pton(AF_INET, nodename,
547 errval = DNSlookup_name(nodename, AF_INET, &hp)
    [all...]
  /src/lib/libc/gen/
uname.c 70 len = sizeof(name->nodename);
71 if (sysctl(mib, 2, &name->nodename, &len, NULL, 0) == -1)
  /src/sys/compat/common/
kern_info_09.c 105 char nodename[32]; member in struct:outsname
125 strncpy(outsname.nodename, hostname, sizeof(outsname.nodename));
  /src/external/cddl/dtracetoolkit/dist/
install 55 nodename=${loc##*/}
58 (( DEBUG )) && print "DEBUG: nodename $nodename"

Completed in 27 milliseconds

1 2 3 4 5