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

123

/freebsd-9.3-release/usr.sbin/lpr/lptest/
H A Dlptest.c57 register int i, j, fc, nc; local
73 nc = fc;
75 if (putchar(nc) == EOF)
77 if (++nc == 0177)
78 nc = ' ';
/freebsd-9.3-release/tools/diag/dumpvfscache/
H A Ddumpvfscache.c73 struct namecache *nc; local
85 nc = malloc(sizeof *nc + NAME_MAX);
98 kvm_read(kvm, p, nc, sizeof *nc + NAME_MAX);
99 kvm_read(kvm, (u_long)nc->nc_dvp, &vn, sizeof vn);
100 nc->nc_name[nc->nc_nlen] = '\0';
101 for (j=k=kn=0;nc->nc_name[j];j++) {
102 k+= nc
[all...]
/freebsd-9.3-release/usr.bin/nc/
H A DMakefile5 PROG= nc
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-raid.h129 uint64_t nc : 1; /**< When set, indicates that RAD should not allocate L2 cache space for the P/Q data on member in struct:__anon6595::__anon6597
146 uint64_t nc : 1; /**< When set, indicates that RAD should not allocate L2 cache space for this input buffer member in struct:__anon6595::__anon6598
/freebsd-9.3-release/lib/libc/stdlib/
H A Dradixsort.c140 static int count[256], nc, bmin; local
159 if (nc == 0) {
166 nc++;
169 if (sp + nc > s + SIZE) { /* Get more stack. */
180 if (nc == 1 && count[bmin] == n) {
182 nc = count[bmin] = 0;
201 for (cp = count + bmin; nc > 0; cp++) {
212 nc--;
242 static int count[256], nc, bmin; local
258 if (nc
[all...]
/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_passwd.c67 struct netconfig *nc = NULL; local
85 while ((nc = getnetconfig(localhandle)) != NULL) {
86 if (nc->nc_protofmly != NULL &&
87 strcmp(nc->nc_protofmly, NC_LOOPBACK) == 0)
90 if (nc == NULL) {
97 MASTER_YPPASSWDVERS, nc)) == NULL) {
141 struct netconfig *nc = NULL; local
168 while ((nc = getnetconfig(localhandle)) != NULL) {
169 if (nc->nc_protofmly != NULL &&
170 strcmp(nc
[all...]
/freebsd-9.3-release/crypto/openssh/regress/
H A Ddynamic-forward.sh8 if have_prog nc && nc -h 2>&1 | grep "proxy address" >/dev/null; then
9 proxycmd="nc -x 127.0.0.1:$FWDPORT -X"
/freebsd-9.3-release/crypto/heimdal/tests/java/
H A DKerberosInit.java51 NameCallback nc = (NameCallback)callbacks[i];
52 nc.setName("lha");
/freebsd-9.3-release/contrib/libc++/src/
H A Ddebug.cpp144 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1); local
145 __c_node** cbeg = static_cast<__c_node**>(calloc(nc, sizeof(void*)));
157 size_t h = hash<void*>()(q->__c_) % nc;
166 __cend_ = __cbeg_ + nc;
432 size_t nc = 2*static_cast<size_t>(cap_ - beg_); local
433 if (nc == 0)
434 nc = 1;
436 static_cast<__i_node**>(malloc(nc * sizeof(__i_node*)));
443 if (nc > 1)
444 memcpy(beg, beg_, nc/
461 size_t nc = __next_prime(2*static_cast<size_t>(__iend_ - __ibeg_) + 1); local
[all...]
/freebsd-9.3-release/usr.sbin/services_mkdb/
H A Dservices_mkdb.c412 size_t nc, i, pos; local
416 nc = strlcpy(buf + pos, sl->sl_str[i], len);
417 if (nc >= len)
419 pos += nc;
420 len -= nc;
421 nc = strlcpy(buf + pos, " ", len);
422 if (nc >= len)
424 pos += nc;
425 len -= nc;
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dcourier.c200 int nc, nl, n; local
209 nc = 0; nl = sizeof(dialer_buf)-1;
212 for (nc = 0, nl = sizeof(dialer_buf)-1 ; nl > 0 ; nc++, nl--) {
254 dialer_buf[nc] = c;
H A Dt3000.c215 int nc, nl, n; local
224 nc = 0; nl = sizeof(dialer_buf)-1;
227 for (nc = 0, nl = sizeof(dialer_buf)-1 ; nl > 0 ; nc++, nl--) {
269 dialer_buf[nc] = c;
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c487 int nc; local
489 nc = varobj_update (&var, &changelist);
491 /* nc == 0 means that nothing has changed.
492 nc == -1 means that an error occured in updating the variable.
493 nc == -2 means the variable has changed type. */
495 if (nc == 0)
497 else if (nc == -1)
507 else if (nc == -2)
/freebsd-9.3-release/crypto/openssl/util/
H A Dopenssl-format-source58 -nc) COMMENTS="true";
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcert.c621 NameConstraints *nc)
627 memset(nc, 0, sizeof(*nc));
635 nc, &size);
1554 init_name_constraints(hx509_name_constraints *nc) argument
1556 memset(nc, 0, sizeof(*nc));
1562 hx509_name_constraints *nc)
1579 val = realloc(nc->val, sizeof(nc
620 find_extension_name_constraints(const Certificate *subject, NameConstraints *nc) argument
1561 add_name_constraints(hx509_context context, const Certificate *c, int not_ca, hx509_name_constraints *nc) argument
1792 check_name_constraints(hx509_context context, const hx509_name_constraints *nc, const Certificate *c) argument
1838 free_name_constraints(hx509_name_constraints *nc) argument
1868 hx509_name_constraints nc; local
[all...]
/freebsd-9.3-release/usr.bin/m4/
H A Deval.c869 int nc; local
877 nc = strlen(fc);
880 nc = min(nc, expr(argv[4]));
882 nc = min(nc, atoi(argv[4]));
885 for (k = fc + nc - 1; k >= fc; k--)
/freebsd-9.3-release/sys/geom/virstor/
H A Dg_virstor.c319 u_int nc; local
391 nc = sc->n_components;
392 sc->components[nc].gcons = cp;
393 sc->components[nc].sc = sc;
394 sc->components[nc].index = nc;
395 sc->components[nc].chunk_count = cp->provider->mediasize /
397 sc->components[nc].chunk_next = 0;
398 sc->components[nc].chunk_reserved = 0;
400 if (sc->components[nc]
502 fill_metadata(struct g_virstor_softc *sc, struct g_virstor_metadata *md, u_int nc, u_int hardcode) argument
1374 unsigned int nc, i; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dmux.c307 Channel *nc; local
450 nc = channel_new("session", SSH_CHANNEL_OPENING,
454 nc->ctl_chan = c->self; /* link session -> control channel */
455 c->remote_id = nc->self; /* link control -> session channel */
458 channel_register_filter(nc->self,
465 __func__, nc->self, nc->ctl_chan);
467 channel_send_open(nc->self);
468 channel_register_open_confirm(nc->self, mux_session_confirm, cctx);
470 channel_register_cleanup(nc
886 Channel *nc; local
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh115 /^P_/b nc
116 /(void)/b nc
136 :nc
/freebsd-9.3-release/usr.sbin/lpr/lpr/
H A Dlpr.c538 register int fd, i, nr, nc; local
548 nr = nc = 0;
554 nc += i;
555 if (nc >= BUFSIZ) {
556 nc -= BUFSIZ;
566 if (nc==0 && nr==0)
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dtable.h143 table(int nc, unsigned flags, int linesize, char decimal_point_char);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dtest_cc.c94 const char *nc, *tc; local
110 nc = krb5_cc_get_name(context, id);
111 if (nc == NULL)
118 asprintf(&c, "%s:%s", tc, nc);
/freebsd-9.3-release/tools/regression/mac/mac_portacl/
H A Dmisc.sh24 ( echo -n | su -m ${name} -c "nc ${udpflag} -o -l 127.0.0.1 $port" 2>&1 ) &
33 echo | nc ${udpflag} -o 127.0.0.1 $port >/dev/null 2>&1
37 "nc: Permission denied"*|"nc: Operation not permitted"*)
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfsimpl.c1287 const zap_leaf_chunk_t *nc; local
1292 nc = &ZAP_LEAF_CHUNK(zl, zc->l_entry.le_name_chunk);
1299 if (memcmp(p, nc->l_array.la_array, len))
1303 nc = &ZAP_LEAF_CHUNK(zl, nc->l_array.la_next);
1497 zap_leaf_chunk_t *zc, *nc; local
1510 nc = &ZAP_LEAF_CHUNK(&zl, zc->l_entry.le_name_chunk);
1517 memcpy(p, nc->l_array.la_array, len);
1520 nc = &ZAP_LEAF_CHUNK(&zl, nc
1598 const zap_leaf_chunk_t *nc; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c244 int i, nc, xc; local
256 for (nc = -1, i = 0; i < adc; i++, adp++) {
269 nc = MAX(nc, adp->dtargd_mapping);
273 nc++;
281 nargs = dt_probe_alloc_args(pvp, nc);
283 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL))
296 nargs, nc, xargs, xc)) == NULL) {

Completed in 208 milliseconds

123