Searched refs:nc (Results 76 - 100 of 134) sorted by relevance

123456

/freebsd-current/contrib/mandoc/
H A Dman_term.c154 struct roff_node *n, *nc, *nn; local
176 nc = n->child->child;
177 if (nc->type != ROFFT_TEXT)
179 if (strcmp(nc->string, "SYNOPSIS") == 0)
181 if (nn == NULL && strcmp(nc->string, "NAME") == 0)
H A Dmdoc_markdown.c1282 int i, nc; local
1318 nc = bln->norm->Bl.ncols;
1319 i = i < nc ? strlen(bln->norm->Bl.cols[i]) - outcount +
1320 (nc < 5 ? 4 : nc == 5 ? 3 : 1) : 1;
H A Dmdoc_validate.c1786 struct roff_node *n, *ni, *nc; local
1794 nc = ni->body->last;
1795 while (nc != NULL) {
1796 switch (nc->tok) {
1801 nc = NULL;
1805 mandoc_msg(MANDOCERR_PAR_MOVE, nc->line,
1806 nc->pos, "%s", roff_name[nc->tok]);
1807 roff_node_relink(mdoc, nc);
1811 nc
[all...]
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c120 int nc = *netip; local
123 nc = (*decrypt_input)(nc & 0xff);
/freebsd-current/lib/libc/locale/
H A Dcollate.c549 int nc = 0; local
556 nc++;
558 return (nc);
/freebsd-current/contrib/unbound/validator/
H A Dval_nsec3.c89 * Contains the ce and the next-closer (nc) proof.
100 /** NSEC3 record that proved nc. rrset */
102 /** NSEC3 record that proved nc. rr*/
1012 uint8_t* nc; local
1070 next_closer(qinfo->qname, qinfo->qname_len, ce->ce, &nc, &nc_len);
1071 if(!find_covering_nsec3(env, flt, ct, nc, nc_len,
1174 verbose(VERB_ALGO, "nsec3 nameerror proof: nc has optout");
1362 /* RFC5155 section 9.2: if nc has optout then no AD flag set */
1392 uint8_t* nc; local
1415 next_closer(qinfo->qname, qinfo->qname_len, ce.ce, &nc,
[all...]
/freebsd-current/crypto/openssh/
H A Dchannels.c1836 Channel *nc; local
1869 nc = channel_new(ssh, "x11-connection",
1872 open_preamble(ssh, __func__, nc, "x11");
1953 Channel *nc; local
1994 nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1,
1996 nc->listening_port = c->listening_port;
1997 nc->host_port = c->host_port;
1999 nc->path = xstrdup(c->path);
2002 port_open_helper(ssh, nc, rtype);
2012 Channel *nc; local
2490 Channel *nc; local
5018 Channel *nc = NULL; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1195 size_t nc; local
1205 nc = p->ncsalloc;
1206 if (nc > SIZE_MAX / sizeof(cset))
1208 assert(nc % CHAR_BIT == 0);
1209 nbytes = nc / CHAR_BIT * css;
1211 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh281 ${TEST_SH} -nc 'echo ABANDON HOPE; echo "ALL YE; echo ...'
285 ${TEST_SH} -nc 'do YOU ABANDON HOPE; for all eternity?'
/freebsd-current/usr.sbin/camdd/
H A Dcamdd.c1383 struct nvme_command *nc = NULL; local
1397 nc = &ccb->nvmeio.cmd;
1398 nc->opc = NVME_OPC_IDENTIFY;
1400 nc->nsid = nsid;
1401 nc->cdw10 = 0; /* Identify Namespace is CNS = 0 */
1654 struct nvme_command *nc = &nvmeio->cmd; local
1656 nc->opc = readop ? NVME_OPC_READ : NVME_OPC_WRITE;
1658 nc->nsid = nsid;
1660 nc->cdw10 = lba & UINT32_MAX;
1661 nc
[all...]
/freebsd-current/tests/sys/netinet6/
H A Doutput6.sh95 echo -n "${text}" | jexec ${jname}a nc -N ${ip_dst} ${port}
172 # TODO: switch from nc to some alternative to avoid 1-second delay
173 echo -n "${text}" | jexec ${jname}a nc -uNw1 ${ip_dst} ${port}
375 echo -n "${text}" | jexec ${jname}a nc -nN ${ip} ${port}
415 # Note this test will spawn around ~100 nc processes
518 echo -n "${text}" | jexec ${jname}a nc -nuNw1 ${ip} ${port} &
H A Dproxy_ndp.sh198 jexec ${jname_b} ndp -nc
/freebsd-current/tests/sys/netpfil/common/
H A Dnat.sh201 # if portalias, test a tcp server/client with nc
204 daemon nc -p 198.51.100.2 7
205 atf_check -s exit:0 -o ignore jexec client$inst sh -c "echo | nc -N 198.51.100.2 7"
/freebsd-current/stand/i386/libi386/
H A Dvbe.c1040 int nc, mode, i, rc; local
1042 nc = NCOLORS;
1081 for (i = 0; i < nc; i++) {
1106 for (i = 0; i < nc; i++) {
/freebsd-current/rescue/rescue/
H A DMakefile242 CRUNCH_PROGS_usr.bin+= nc
/freebsd-current/usr.bin/
H A DMakefile235 SUBDIR.${MK_NETCAT}+= nc
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_var.h94 struct nvmf_capsule *nc; member in struct:nvmf_request
H A Dnvmf_ns.c239 nvmf_capsule_append_data(req->nc, &mem, bio->bio_bcount,
245 nvmf_capsule_append_data(req->nc, &mem, sizeof(*dsm_range),
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c686 uint64_t h0, h1, h2, g0, g1, g2, c, nc; local
747 nc = ~c;
748 h0 = (h0 & nc) | (g0 & c);
749 h1 = (h1 & nc) | (g1 & c);
750 h2 = (h2 & nc) | (g2 & c);
/freebsd-current/contrib/ntp/libntp/
H A Dntp_calendar.c2023 int rc, nc; local
2027 rc = sscanf(str, "%4hu-%2hu-%2hu%n", &y, &m, &d, &nc);
2028 if (rc == 3 && (size_t)nc == sl) {
2035 rc = sscanf(str, "%lu%n", &ned, &nc);
2036 if (rc == 1 && (size_t)nc == sl) {
/freebsd-current/stand/libsa/zfs/
H A Dzfsimpl.c2436 const zap_leaf_chunk_t *nc; local
2441 nc = &ZAP_LEAF_CHUNK(zl, zc->l_entry.le_name_chunk);
2449 if (memcmp(p, nc->l_array.la_array, len))
2453 nc = &ZAP_LEAF_CHUNK(zl, nc->l_array.la_next);
2825 zap_leaf_chunk_t *zc, *nc; local
2838 nc = &ZAP_LEAF_CHUNK(&zl, zc->l_entry.le_name_chunk);
2845 memcpy(p, nc->l_array.la_array, len);
2848 nc = &ZAP_LEAF_CHUNK(&zl, nc
2944 const zap_leaf_chunk_t *nc; local
[all...]
/freebsd-current/contrib/nvi/regex/
H A Dregcomp.c1093 size_t nc; local
1101 nc = p->ncsalloc;
1102 assert(nc % CHAR_BIT == 0);
1103 nbytes = nc / CHAR_BIT * css;
1107 p->g->sets = (cset *)malloc(nc * sizeof(cset));
1110 nc * sizeof(cset));
/freebsd-current/tests/sys/netpfil/pf/
H A Dkillstate.sh422 nc 198.51.100.2 7 &
443 nc 198.51.100.2 7 &
/freebsd-current/sys/geom/raid/
H A Dg_raid.c2504 struct g_raid_md_class *class, *c, *nc; local
2515 while ((nc = LIST_NEXT(c, mdc_list)) != NULL &&
2516 nc->mdc_priority < class->mdc_priority)
2517 c = nc;
2537 struct g_raid_tr_class *class, *c, *nc; local
2548 while ((nc = LIST_NEXT(c, trc_list)) != NULL &&
2549 nc->trc_priority < class->trc_priority)
2550 c = nc;
/freebsd-current/tools/tools/ath/athrd/
H A Dathrd.c802 anychan(const struct ieee80211_channel *chans, int nc, int flag) argument
806 for (i = 0; i < nc; i++)
872 dumpchannels(struct ath_hal *ah, int nc, argument
877 for (i = 0; i < nc; i++) {

Completed in 413 milliseconds

123456