Searched refs:nl (Results 126 - 150 of 208) sorted by relevance

123456789

/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.c1565 struct nlist nl[2]; local
1567 nl[0].n_name = (char *)name;
1568 nl[1].n_name = NULL;
1570 if (kvm_nlist(kd, nl) == -1) {
1576 return(readkmem(kd, nl[0].n_value, buf, nbytes));
/freebsd-9.3-release/sys/kern/
H A Dsubr_prf.c305 int c, error, nl; local
316 nl = 0;
325 nl = 1;
327 nl = 0;
355 if (!nl && log_console_add_linefeed) {
/freebsd-9.3-release/usr.sbin/ifmcstat/
H A Difmcstat.c155 struct nlist nl[] = { variable in typeref:struct:nlist
342 if (kvm_nlist(kvmd, nl) < 0) {
346 if (nl[N_IFNET].n_value == 0) {
347 printf("symbol %s not found\n", nl[N_IFNET].n_name);
350 KREAD(nl[N_IFNET].n_value, &ifp, struct ifnet *);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_srvr.c1098 int i, j, nl, off, n; local
1121 nl = 0;
1137 nl += 2 + j;
1145 nl += j;
1151 s2n(nl, p);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta2deps.py121 nl = []
126 nl.append(e)
127 return nl
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi18 use Mdoc qw(ns pp hs mapwords gen_encloser nl);
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff.c955 char const *nl;
956 while ((nl = strchr (msg, '\n')))
958 int msglen = nl + 1 - msg;
960 msg = nl + 1;
954 char const *nl; local
/freebsd-9.3-release/contrib/ee/
H A Dnew_curse.h229 extern void nl P_((void));
/freebsd-9.3-release/contrib/gcc/
H A Dggc-common.c198 ggc_splay_alloc (int sz, void *nl) argument
200 gcc_assert (!nl);
205 ggc_splay_dont_free (void * x ATTRIBUTE_UNUSED, void *nl) argument
207 gcc_assert (!nl);
H A Dlonglong.h706 #define sdiv_qrnnd(q, r, nh, nl, d) \
707 __asm__ ("div %0,%2,%4" : "=r" (q), "=q" (r) : "r" (nh), "1" (nl), "r" (d))
1338 #define udiv_qrnnd(q, r, nh, nl, d) \
1341 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-e7000.c258 int nl = 0; local
268 if (!nl)
270 nl = 1;
274 nl = 0;
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl3 # Written by Camiel Dobbelaar <cd@sentia.nl>, Aug-2000
208 Camiel Dobbelaar <cd@sentia.nl>. B<ipfmeta> is in the Public Domain.
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h207 const char* nl, const char *sep) = 0;
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Ddir.c166 int nl; local
172 nl = strlen(np);
173 if ((cp -= nl) <= namebuf + 1)
175 memcpy(cp, np, nl);
/freebsd-9.3-release/usr.bin/
H A DMakefile116 nl \
/freebsd-9.3-release/usr.bin/nfsstat/
H A Dnfsstat.c73 struct nlist nl[] = { variable in typeref:struct:nlist
203 if (kvm_nlist(kd, nl) != 0) {
236 if (*stp != NULL && kvm_read(kd, (u_long)nl[N_NFSSTAT].n_value,
241 (u_long)nl[N_NFSRVSTAT].n_value, *srvstp,
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c597 zap_leaf_t *nl; local
658 nl = zap_create_leaf(zap, tx);
659 zap_leaf_split(l, nl, zap->zap_normflags != 0);
663 err = zap_set_idx_to_blk(zap, sibling+i, nl->l_blkid, tx);
670 *lp = nl;
672 zap_put_leaf(nl);
/freebsd-9.3-release/crypto/openssh/
H A Dsession.c1458 char buf[1024], *nl, *def_nl = _PATH_NOLOGIN; local
1464 nl = login_getcapstr(lc, "nologin", def_nl, def_nl);
1468 nl = def_nl;
1470 if (stat(nl, &sb) == -1) {
1471 if (nl != def_nl)
1472 free(nl);
1477 logit("User %.100s not allowed because %s exists", pw->pw_name, nl);
1478 if ((f = fopen(nl, "r")) != NULL) {
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c383 nl();
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c2115 char **nl; local
2117 if ((nl = realloc(list, max * sizeof(*nl))) == NULL)
2119 list = nl;
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcopi.funcs819 mkdir -p $CFGDIR $LOGDIR /var/spool/ifmail/{BAK,nl.d} $BINDIR/magic
820 chown fnet.uucp $BINDIR{,/magic} $CFGDIR $LOGDIR /var/spool/ifmail/{,BAK,nl.d}
1069 nodelist /var/spool/ifmail/nl.d/`cut $AKASETUP -f1 -d: | cut -f4 -d.`.ndl
/freebsd-9.3-release/usr.sbin/dconschat/
H A Ddconschat.c1114 struct nlist nl[] = {{"dcons_buf"}, {""}}; local
1122 if (kvm_nlist(dc->kd, nl) < 0)
1125 if (kvm_read(dc->kd, nl[0].n_value, &dcons_buf,
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2448 html.nl().nl().put_string("<a name=\"");
2458 html.put_string("\"></a>").nl();
2469 html.put_string("</font></b>").nl();
2474 html.put_string("</b>").nl();
2485 html.put_string(">").nl();
4463 html.put_string("</title>").nl().nl();
4469 html.put_string("</h1>").nl().nl();
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp216 void dump(raw_ostream &OS, const char *nl) const {
221 OS << ' ' << CI.getKey() << " : " << CI.getData() << nl;
223 OS << nl; local
587 void print(Store store, raw_ostream &Out, const char* nl,
2357 const char* nl, const char *sep) {
2361 << " :" << nl;
2362 B.dump(OS, nl);
2356 print(Store store, raw_ostream &OS, const char* nl, const char *sep) argument
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c1056 compare_line_list (list1, lengths1, list2, lengths2, nl)
1059 int nl;
1068 while (nl--)

Completed in 243 milliseconds

123456789