| /src/usr.sbin/lpr/lptest/ |
| lptest.c | 54 int i, j, fc, nc; local 70 nc = fc; 72 putchar(nc); 73 if (++nc == 0177) 74 nc = ' ';
|
| /src/games/dab/ |
| main.cc | 105 const char* nc = "ch"; local 119 nc = optarg; 156 char n = nc[1] == nc[0] ? i + '0' : nc[i]; 157 switch (nc[i]) {
|
| /src/sys/arch/arm/acpi/ |
| acpi_iort.c | 159 ACPI_IORT_NAMED_COMPONENT *nc; local 173 nc = (ACPI_IORT_NAMED_COMPONENT *)node->NodeData; 174 rv = AcpiGetHandle(NULL, nc->DeviceName, &nch); 176 *out = nc;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| baseenum.cc | 76 N::C nc; local 77 nc.test (N::A::X);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| baseenum.cc | 76 N::C nc; local 77 nc.test (N::A::X);
|
| /src/common/lib/libc/sys/ |
| cpuset.c | 57 #define CPUSET_NENTRIES(nc) (((nc) >> CPUSET_SHIFT) + 1) 136 u_int nc; local 138 len = sizeof(nc); 139 if (sysctl(mib, (unsigned int)__arraycount(mib), &nc, &len, 143 cpuset_nentries = CPUSET_NENTRIES(nc);
|
| /src/sys/net/npf/ |
| npf_conf.c | 66 npf_config_t *nc; local 69 nc = npf_config_create(); 74 nc->ruleset = npf_ruleset_create(0); 75 nc->nat_ruleset = npf_ruleset_create(0); 76 nc->rule_procs = npf_rprocset_create(); 77 nc->tableset = npf_tableset_create(0); 78 nc->default_pass = true; 80 npf_config_load(npf, nc, NULL, true); 91 npf_config_destroy(npf_config_t *nc) 97 if (nc->ruleset) [all...] |
| npf_ifaddr.c | 55 npf_config_t *nc; local 64 nc = npf_config_enter(npf); 69 t = npf_tableset_getbyname(nc->tableset, tname);
|
| /src/usr.sbin/services_mkdb/ |
| output_db.c | 171 size_t nc, i, pos; local 175 nc = strlcpy(buf + pos, sl->sl_str[i], len); 176 if (nc >= len) 178 pos += nc; 179 len -= nc; 180 nc = strlcpy(buf + pos, " ", len); 181 if (nc >= len) 183 pos += nc; 184 len -= nc;
|
| /src/crypto/external/bsd/heimdal/dist/tests/java/ |
| KerberosInit.java | 51 NameCallback nc = (NameCallback)callbacks[i]; local 52 nc.setName("lha");
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| remote-notif.c | 55 /* Parse the BUF for the expected notification NC, and send packet to 60 const notif_client *nc, const char *buf) 62 notif_event_up event = nc->alloc_event (); 66 nc->ack_command); 68 nc->parse (remote, nc, buf, event.get ()); 69 nc->ack (remote, nc, buf, std::move (event)); 72 /* Parse the BUF for the expected notification NC. */ 76 const notif_client *nc, const char *buf 97 const notif_client *nc = state->notif_queue.front (); local 122 const notif_client *nc; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| remote-notif.c | 55 /* Parse the BUF for the expected notification NC, and send packet to 60 const notif_client *nc, const char *buf) 62 notif_event_up event = nc->alloc_event (); 66 nc->ack_command); 68 nc->parse (remote, nc, buf, event.get ()); 69 nc->ack (remote, nc, buf, std::move (event)); 72 /* Parse the BUF for the expected notification NC. */ 76 const notif_client *nc, const char *buf 97 const notif_client *nc = state->notif_queue.front (); local 122 const notif_client *nc; local [all...] |
| /src/sys/arch/x86/x86/ |
| cpu_topology.c | 59 uint32_t i, j, nn, nc; local 64 nc = acpisrat_node_cpus(i); 65 for (j = 0; j < nc; j++) { 146 /* Number of Cores (NC) per package. */
|
| /src/usr.bin/apply/ |
| apply.c | 63 char *c, *cmd, *p, *q, *nc; local 167 nc = realloc(c, l); 168 if (nc == NULL) 170 c = nc;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| scanresults.cpp | 134 NetworkConfig *nc = new NetworkConfig(); local 135 if (nc == NULL) 137 nc->setWpaGui(wpagui); 138 nc->paramsFromScanResults(sel); 139 nc->show(); 140 nc->exec();
|
| /src/external/mpl/dhcp/dist/server/ |
| class.c | 72 struct class *class, *nc; local 122 nc = (struct class *)0; 123 classfound = class_hash_lookup (&nc, class -> hash, 127 if (!classfound && find_subclass_in_ldap (class, &nc, &data)) 138 classify (packet, nc); 140 class_dereference (&nc, MDL); 152 status = class_allocate (&nc, MDL); 153 group_reference (&nc -> group, 155 class_reference (&nc -> superclass, 157 nc -> lease_limit = class -> lease_limit [all...] |
| /src/games/cribbage/ |
| support.c | 247 int nc, ns; local 253 nc = CARDS; 255 cremove(known[i], d, nc--); 268 for (k = 0; k < nc; k++) {
|
| /src/lib/libc/stdlib/ |
| radixsort.c | 151 static u_int count[256], nc, bmin; local 173 if (nc == 0) { 180 nc++; 183 if (sp + nc > s + SIZE) { /* Get more stack. */ 204 for (cp = count + bmin; nc > 0; cp++) { 215 nc--; 242 static u_int count[256], nc, bmin; local 262 if (nc == 0) { 269 nc++; 272 if (sp + nc > s + SIZE) [all...] |
| /src/sys/arch/aarch64/aarch64/ |
| kobj_machdep.c | 131 bool nc = false; local 261 nc = true; 272 if (!nc && checkoverflow(val, 21, raddr, " x 4k", where, off)) {
|
| /src/usr.bin/sort/ |
| radix_sort.c | 73 u_int count[256], nc, bmin; local 103 nc = 0; 123 nc++; 130 if (sp + nc > s + stack_size) { 142 for (cp = count + bmin; nc > 0; cp++) { 155 nc--;
|
| /src/usr.bin/tip/aculib/ |
| courier.c | 186 int volatile nc; local 199 for (nc = 0, nl = sizeof(dialer_buf) - 1 ; nl > 0 ; nc++, nl--) { 241 dialer_buf[nc] = c;
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| simple_exec_w32.c | 180 char * nc; local 183 nc = (char *) realloc(cmd, alloc_len * sizeof(char)); 184 if (nc == NULL) { 189 cmd = nc;
|
| /src/external/bsd/mdocml/dist/ |
| man_validate.c | 315 struct roff_node *nc; local 318 nc = n->child; 327 if (nc != NULL && nc->type == ROFFT_TEXT && 328 strcmp(nc->string, tag) == 0) 336 if (nc != NULL) 343 if (nc->tok == MAN_PP && nc->body->child != NULL) { 344 while (nc->body->last != NULL) { 346 roff_node_relink(man, nc->body->last) [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/ |
| noopsrch.c | 86 noopsrch_cb_t *nc = (noopsrch_cb_t *)op->o_callback->sc_private; local 89 if ( nc->nc_pdummy == &dummy ) { 90 nc->nc_save_slimit = op->ors_slimit; 92 nc->nc_pdummy = NULL; 96 nc->nc_nentries++; 98 Debug( LDAP_DEBUG_TRACE, "noopsrch_response(REP_SEARCH): nentries=%d\n", nc->nc_nentries ); 103 nc->nc_nsearchref++; 113 if ( nc->nc_save_slimit >= 0 && nc->nc_nentries >= nc->nc_save_slimit ) 155 noopsrch_cb_t *nc = (noopsrch_cb_t *)op->o_callback->sc_private; local 173 noopsrch_cb_t *nc; local [all...] |
| /src/external/gpl2/lvm2/dist/libdm/mm/ |
| pool-fast.c | 172 struct chunk *c = p->chunk, *nc; local 180 nc = _new_chunk(p, (p->object_len + delta) * 2); 182 nc = _new_chunk(p, p->chunk_size); 184 if (!nc)
|