Searched refs:nl (Results 76 - 100 of 208) sorted by relevance

123456789

/freebsd-9.3-release/contrib/ntp/adjtimed/
H A Dadjtimed.c345 static struct nlist nl[] = { variable in typeref:struct:nlist
368 if (lseek(kmem, (off_t)nl[0].n_value, 0) == -1L)
390 if (lseek(kmem, (off_t)nl[0].n_value, 0) == -1L)
425 nlist("/hp-ux", nl);
427 if (nl[0].n_type == 0) {
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c736 zap_leaf_transfer_array(zap_leaf_t *l, uint16_t chunk, zap_leaf_t *nl) argument
742 uint16_t nchunk = zap_leaf_chunk_alloc(nl);
744 &ZAP_LEAF_CHUNK(nl, nchunk).l_array;
764 zap_leaf_transfer_entry(zap_leaf_t *l, int entry, zap_leaf_t *nl) argument
772 chunk = zap_leaf_chunk_alloc(nl);
773 nle = ZAP_LEAF_ENTRY(nl, chunk);
776 (void) zap_leaf_rehash_entry(nl, chunk);
778 nle->le_name_chunk = zap_leaf_transfer_array(l, le->le_name_chunk, nl);
780 zap_leaf_transfer_array(l, le->le_value_chunk, nl);
785 nl
792 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort) argument
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldemul.c131 ldemul_add_options (int ns, char **shortopts, int nl, argument
136 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
/freebsd-9.3-release/usr.sbin/config/
H A Dmkmakefile.c563 struct files_name *nl, *tnl; local
570 for (nl = STAILQ_FIRST(&fntab); nl != NULL; nl = tnl) {
571 read_file(nl->f_name);
572 tnl = STAILQ_NEXT(nl, f_next);
573 free(nl->f_name);
574 free(nl);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h117 const char* nl,
/freebsd-9.3-release/sys/boot/common/
H A Dcommands.c322 int nl, ch; local
324 nl = 0;
330 nl = 1;
346 if (!nl)
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall45 bn da de el en es fr hu it ja mn nl pl pt ru sr tr zh_cn zh_tw \
/freebsd-9.3-release/crypto/openssl/apps/
H A Dopenssl.c384 int i, ret = 1, tp, nl; local
449 nl = 0;
457 nl = 1;
461 if (!nl)
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dcomm.c329 mi_int32 nl; local
337 nl = htonl(len + 1); /* add 1 for the cmd char */
338 (void) memcpy(data, (void *) &nl, MILTER_LEN_BYTES);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_freebsd.h65 ieee80211_node_lock_t *nl = &(_nt)->nt_nodelock; \
66 snprintf(nl->name, sizeof(nl->name), "%s_node_lock", _name); \
67 mtx_init(&nl->mtx, nl->name, NULL, MTX_DEF | MTX_RECURSE); \
/freebsd-9.3-release/usr.bin/stat/
H A Dstat.c195 #define addchar(s, c, nl) \
198 (*nl) = ((c) == '\n'); \
393 int nl, t, i; local
395 nl = 1;
402 addchar(stdout, *statfmt, &nl);
419 addchar(stdout, '\n', &nl);
423 addchar(stdout, '\t', &nl);
427 addchar(stdout, '%', &nl);
435 addchar(stdout, *p, &nl);
562 addchar(stdout, buf[i], &nl);
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp321 const char* nl, const char *sep);
572 const char* nl, const char *sep) {
577 Out << nl << sep << "Ranges are empty." << nl; local
581 Out << nl << sep << "Ranges of symbol values:";
583 Out << nl << ' ' << I.getKey() << " : ";
586 Out << nl; local
571 print(ProgramStateRef St, raw_ostream &Out, const char* nl, const char *sep) argument
/freebsd-9.3-release/sys/kern/
H A Dinflate.c838 unsigned nl; /* number of literal/length codes */ local
856 nl = 257 + ((unsigned) b & 0x1f); /* number of
866 if (nl > 288 || nd > 32)
868 if (nl > 286 || nd > 30)
888 n = nl + nd;
936 i = huft_build(glbl, ll, nl, 257, cplens, cplext, &tl, &bl);
945 i = huft_build(glbl, ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c654 struct netidlist *nl; local
656 for (nl = rs->nlist; nl; nl = nl->next)
657 if (strcmp(nl->netid, netid) == 0)
659 if (nl)
661 nl = (struct netidlist *)malloc(sizeof (struct netidlist));
662 if (nl == NULL)
664 nl
678 struct netidlist *nl; local
[all...]
/freebsd-9.3-release/usr.sbin/kgmon/
H A Dkgmon.c62 struct nlist nl[] = { variable in typeref:struct:nlist
226 if (kvm_nlist(kvp->kd, nl) < 0)
228 if (!nl[N_GMONPARAM].n_value)
266 size = kvm_read(kvp->kd, nl[N_GMONPARAM].n_value, &kvp->gpm,
318 struct gmonparam *p = (struct gmonparam *)nl[N_GMONPARAM].n_value;
475 if (kvm_read(kvp->kd, nl[N_PROFHZ].n_value, &profrate,
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dputshell.c116 * arg: + char const * + nl + line splice text +
126 * K&R strings are distinguished by the "nl" string.
129 optionQuoteString(char const * text, char const * nl) argument
131 size_t nl_len = strlen(nl);
167 memcpy(out, nl, nl_len);
/freebsd-9.3-release/contrib/cvs/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-9.3-release/contrib/openpam/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-9.3-release/contrib/tcsh/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h44 na, ne, nl, no, enumerator in enum:__anon4252
/freebsd-9.3-release/crypto/heimdal/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh3.c818 register int nl = 0; local
825 for (cp = e.linep; !nl && cp < elinep-1; cp++)
827 (nl = (*cp == '\n')) ||
955 register nl;
957 nl = cp == NULL? 1: getn(cp);
958 if (nl <= 0)
959 nl = 999;
964 } while (--nl);
965 if (nl) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dgrep.c669 char const *nl = memchr (lastout, eolbyte, lim - lastout); local
673 || (((*execute) (lastout, nl - lastout, &match_size, 0) == (size_t) -1)
675 prline (lastout, nl + 1, '-');
714 char const *nl = memchr (p, eol, beg - p); local
715 nl++;
716 prline (p, nl, '-');
717 p = nl;
726 char const *nl = memchr (p, eol, lim - p); local
727 nl++;
729 prline (p, nl, '
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Doutput.cpp211 put_string("-->").nl();
269 * nl - writes a newline providing that we
273 simple_output &simple_output::nl (void) function in class:simple_output

Completed in 482 milliseconds

123456789