/freebsd/usr.sbin/ngctl/ |
H A D | list.c | 113 nlist->numnames, named_only ? "named " : ""); in ListCmd() 119 while (nlist->numnames > 0) { in ListCmd() 125 nlist->numnames--; in ListCmd() 126 if (nlist->numnames > 0) in ListCmd() 130 while (nlist->numnames > 0) { in ListCmd() 138 nlist->numnames--; in ListCmd()
|
H A D | dot.c | 126 for (i = 0; i < nlist->numnames; i++) in DotCmd() 136 for (i = 0; i < nlist->numnames; i++) in DotCmd() 142 for (i = 0; i < nlist->numnames; i++) { in DotCmd()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | build.priv.h | 95 NCURSES_ARRAY(numnames);
|
H A D | report_hashing.c | 65 CHECK_TI(numnames); in main()
|
H A D | llib-ltinfow | 1387 #undef numnames 1388 const char *const numnames[] = {0};
|
H A D | llib-ltinfo | 1354 #undef numnames 1355 const char *const numnames[] = {0};
|
H A D | llib-lncurses | 4083 #undef numnames 4084 const char *const numnames[] = {0};
|
H A D | llib-lncursesw | 5055 #undef numnames 5056 const char *const numnames[] = {0};
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 1382 qsort(list->nodeinfo, list->numnames, sizeof(list->nodeinfo[0]), ncmp); in find_node_next() 1385 if (list->numnames == 0) { in find_node_next() 1395 for (i = 0; i < list->numnames; i++) in find_node_next() 1527 qsort(list->nodeinfo, list->numnames, sizeof(list->nodeinfo[0]), ncmp); in find_hook_next() 1541 for (node_index = 0; node_index < list->numnames; node_index++) in find_hook_next() 1549 if (idxlen == 1 || node_index >= list->numnames || in find_hook_next() 1591 while (node_index < list->numnames) { in find_hook_next()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_ti.c | 118 const char *capname = ExtNumname(tp, i, numnames); in NCURSES_SP_NAME()
|
/freebsd/contrib/ncurses/include/ |
H A D | MKterm.h.awk.in | 285 print "NCURSES_WRAPPED_VAR(NCURSES_CONST char * const *, numnames);" 295 print "#define numnames NCURSES_PUBLIC_VAR(numnames())" 307 print "extern NCURSES_EXPORT_VAR(NCURSES_CONST char * const ) numnames[];"
|
/freebsd/contrib/tcpdump/ |
H A D | print-smb.c | 1162 u_int numnames; in nbt_udp137_print() local 1164 numnames = GET_U_1(p); in nbt_udp137_print() 1168 while (numnames) { in nbt_udp137_print() 1193 numnames--; in nbt_udp137_print()
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 2680 nl->numnames = 0; in ng_generic_msg() 2684 &nl->nodeinfo[nl->numnames]; in ng_generic_msg() 2693 KASSERT(nl->numnames < V_ng_nodes, in ng_generic_msg() 2695 nl->numnames++; in ng_generic_msg() 2719 nl->numnames = 0; in ng_generic_msg() 2723 &nl->nodeinfo[nl->numnames]; in ng_generic_msg() 2731 KASSERT(nl->numnames < V_ng_named_nodes, in ng_generic_msg() 2733 nl->numnames++; in ng_generic_msg()
|
H A D | ng_message.h | 270 u_int32_t numnames; member
|
/freebsd/sys/dev/cardbus/ |
H A D | cardbus_cis.c | 207 int numnames = nitems(funcnames); in decode_tuple_funcid() local 213 if (tupledata[i] < numnames) in decode_tuple_funcid()
|
/freebsd/contrib/ncurses/progs/ |
H A D | tput.c | 229 name = numnames[np->nte_index]; in tput_cmd()
|
H A D | infocmp.c | 1405 ExtNumname(term, (int) n, numnames), str); in dump_initializers() 1437 n, ExtNumname(term, (int) n, numnames)); in dump_initializers()
|
H A D | dump_entry.c | 234 num_names = numnames; in dump_init()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 304 "numnames" @603 NONAME
|
H A D | ncurses.ref | 401 "numnames" @603 NONAME ; variable
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_hci_raw.c | 1395 while (nl->num_names > 0 && nl1->numnames > 0) { in ng_btsocket_hci_raw_control() 1407 nl1->numnames --; in ng_btsocket_hci_raw_control()
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_nbt.c | 669 u_short numnames; member
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 15565 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
|