Home
last modified time | relevance | path

Searched refs:linkcount (Results 1 – 4 of 4) sorted by relevance

/src/libexec/bootpd/
H A Dbootpd.h66 unsigned int linkcount, addrcount; member
77 unsigned int linkcount; member
82 unsigned int linkcount, length; member
155 unsigned linkcount; /* hash list inserts */ member
H A Dreadfile.c385 hp->linkcount = 1; in readtab()
422 hp->linkcount++; in readtab()
440 hp->linkcount++; in readtab()
453 hp->linkcount++; in readtab()
1202 s->linkcount = 1; in get_shared_string()
1264 bdata->linkcount = 1; in process_generic()
1390 (hp->MEMBER->linkcount)++; \
1601 result->linkcount = 1; in get_addresses()
1865 assert(hostptr->linkcount > 0); in free_host()
1866 if (--(hostptr->linkcount)) in free_host()
[all …]
/src/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c646 size_t linkcount = 0, i; in decode_tl_data() local
686 newlist = realloc(dnlist, (linkcount + 2) * sizeof(char *)); in decode_tl_data()
690 dnlist[linkcount] = k5memdup0(ptr, len, &ret); in decode_tl_data()
691 if (dnlist[linkcount] == NULL) in decode_tl_data()
693 dnlist[linkcount + 1] = NULL; in decode_tl_data()
694 linkcount++; in decode_tl_data()
707 for (i = 0; i < linkcount; i++) in decode_tl_data()
/src/sbin/fsdb/
H A Dfsdb.c159 CMDFUNC(linkcount); /* set link count */
196 { "linkcount", "Set link count to COUNT", 2, 2, FL_CWR, linkcount },
1090 CMDFUNCSTART(linkcount) in CMDFUNCSTART() argument