Searched refs:nc (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote-notif.c61 struct notif_client *nc, const char *buf)
63 notif_event_up event = nc->alloc_event ();
67 nc->ack_command);
69 nc->parse (remote, nc, buf, event.get ());
70 nc->ack (remote, nc, buf, event.release ());
77 struct notif_client *nc, const char *buf)
79 notif_event_up event = nc->alloc_event ();
82 fprintf_unfiltered (gdb_stdlog, "notif: parse '%s'\n", nc
60 remote_notif_ack(remote_target *remote, struct notif_client *nc, const char *buf) argument
76 remote_notif_parse(remote_target *remote, struct notif_client *nc, const char *buf) argument
98 struct notif_client *nc = state->notif_queue.front (); local
121 struct notif_client *nc; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dremote-notif.c61 struct notif_client *nc, const char *buf)
63 notif_event_up event = nc->alloc_event ();
67 nc->ack_command);
69 nc->parse (remote, nc, buf, event.get ());
70 nc->ack (remote, nc, buf, event.release ());
77 struct notif_client *nc, const char *buf)
79 notif_event_up event = nc->alloc_event ();
82 gdb_printf (gdb_stdlog, "notif: parse '%s'\n", nc
60 remote_notif_ack(remote_target *remote, struct notif_client *nc, const char *buf) argument
76 remote_notif_parse(remote_target *remote, struct notif_client *nc, const char *buf) argument
98 struct notif_client *nc = state->notif_queue.front (); local
123 struct notif_client *nc; local
[all...]
/netbsd-current/usr.sbin/lpr/lptest/
H A Dlptest.c54 int i, j, fc, nc; local
70 nc = fc;
72 putchar(nc);
73 if (++nc == 0177)
74 nc = ' ';
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dbadgotr1.d5 #error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* bad value\Z
/netbsd-current/sys/net/npf/
H A Dnpf_conf.c66 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) argument
97 if (nc
134 npf_config_load(npf_t *npf, npf_config_t *nc, npf_conndb_t *conns, bool flush) argument
[all...]
H A Dnpf_ctl.c196 npf_mk_tables(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc) argument
226 nc->tableset = tblset;
261 npf_mk_rprocs(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc) argument
289 nc->rule_procs = rpset;
390 npf_mk_rules(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc) argument
413 error = npf_mk_singlerule(npf, rule, resp, nc->rule_procs, &rl);
426 nc->ruleset = rlset;
481 npf_mk_natlist(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc) argument
507 nc->tableset, &rl);
513 nc
521 npf_mk_connlist(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_config_t *nc, npf_conndb_t **conndb) argument
561 npf_config_t *nc; local
619 npf_config_t *nc; local
669 npf_config_t *nc; local
701 npf_config_t *nc; local
796 npf_config_t *nc; local
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c86 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
155 noopsrch_cb_t *nc = (noopsrch_cb_t *)op->o_callback->sc_private; local
173 noopsrch_cb_t *nc; local
[all...]
/netbsd-current/usr.bin/nc/
H A DMakefile5 PROG= nc
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dclass.c72 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
[all...]
/netbsd-current/common/lib/libc/sys/
H A Dcpuset.c57 #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);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-z80/
H A Djr.s16 jr nc,label5
23 jr nc,.
35 jr nc,.Ll5
43 jr nc,.Lf5
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dbranch.s7 jp nc,0x8405
17 jr nc,2b
27 call nc,0x8405
39 ret nc
/netbsd-current/tests/net/tcp/
H A Dt_tcp_nc.sh74 $HIJACKING nc $NC_OPTS -v 127.0.0.1 80 < $FILE_SND
76 $HIJACKING nc $NC_OPTS -v $IP_PEER 80 < $FILE_SND
84 atf_check -s exit:0 $HIJACKING nc $NC_OPTS $IP_PEER 80 < $FILE_SND
93 atf_check -s exit:0 $HIJACKING nc $NC_OPTS $IP_PEER 80 < $FILE_SND
101 atf_check -s exit:0 $HIJACKING nc $NC_OPTS -I 16384 $IP_PEER 80 < $FILE_SND
110 atf_check -s exit:0 $HIJACKING nc $NC_OPTS -I 1024 $IP_PEER 80 < $FILE_SND
120 atf_check -s exit:0 $HIJACKING nc $NC_OPTS -S $IP_PEER 80 < $FILE_SND
128 desc="Test TCP with nc ($type)"
135 atf_set require.progs rump_server nc
/netbsd-current/usr.sbin/services_mkdb/
H A Doutput_db.c171 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;
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp134 NetworkConfig *nc = new NetworkConfig(); local
135 if (nc == NULL)
137 nc->setWpaGui(wpagui);
138 nc->paramsFromScanResults(sel);
139 nc->show();
140 nc->exec();
/netbsd-current/games/dab/
H A Dmain.cc105 const char* nc = "ch"; local
119 nc = optarg;
156 char n = nc[1] == nc[0] ? i + '0' : nc[i];
157 switch (nc[i]) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dbaseenum.cc76 N::C nc; local
77 nc.test (N::A::X);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z8k/
H A Dret-cc.s24 ret nc ! ssss
29 ret nc/uge
H A Dret-cc.d31 2a: 9e0f ret nc/uge
32 2c: 9e0f ret nc/uge
36 34: 9e0f ret nc/uge
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dbaseenum.cc76 N::C nc; local
77 nc.test (N::A::X);
/netbsd-current/sys/dev/pckbport/
H A Dpckbport.c313 struct pckbport_devcmd nc; local
318 memset(&nc, 0, sizeof(nc));
319 memcpy(nc.cmd, cmd, len);
320 nc.cmdlen = len;
321 nc.responselen = responselen;
322 nc.flags = (slow ? KBC_CMDFLAG_SLOW : 0);
324 pckbport_poll_cmd1(t, slot, &nc);
326 if (nc.status == 0 && respbuf)
327 memcpy(respbuf, nc
485 struct pckbport_devcmd *nc; local
[all...]
/netbsd-current/usr.bin/sort/
H A Dradix_sort.c73 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--;
/netbsd-current/usr.bin/rdist/
H A Dgram.y373 struct cmd *c, *prev, *nc;
395 nc = ALLOC(cmd);
396 if (nc == NULL)
398 nc->c_type = ARROW;
399 nc->c_name = h->n_name;
400 nc->c_label = label;
401 nc->c_files = files;
402 nc->c_cmds = subcmds;
403 nc->c_next = c;
405 cmds = nc;
[all...]
/netbsd-current/lib/libc/stdlib/
H A Dradixsort.c151 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 >
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dperfpow.c244 mp_limb_t *nc, factor, g; local
282 nc = TMP_ALLOC_LIMBS (n);
283 mpn_rshift (nc, np, n, count);
284 n -= (nc[n - 1] == 0);
285 np = nc;
297 if (count == 0) /* We did not allocate nc yet. */
299 nc = TMP_ALLOC_LIMBS (n);
309 /* After the first round we always have nc == np */
310 exp = mpn_remove (nc, &n, np, n, &d, 1, ~(mp_bitcnt_t)0);
323 if ((n == 1) & (nc[
[all...]

Completed in 266 milliseconds

1234567891011>>