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

12345678910

/freebsd-current/contrib/file/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/freebsd-current/contrib/openpam/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/freebsd-current/contrib/ldns/
H A Dmakewin.sh102 git clone git://git.nlnetlabs.nl/ldns/ ldns || error_cleanup "git command failed"
106 git clone git://git.nlnetlabs.nl/ldns/ ldns-nonstatic || error_cleanup "git command failed"
/freebsd-current/contrib/libevent/build-aux/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/freebsd-current/sys/net80211/
H A Dieee80211_freebsd.h128 ieee80211_node_lock_t *nl = &(_nt)->nt_nodelock; \
129 snprintf(nl->name, sizeof(nl->name), "%s_node_lock", _name); \
130 mtx_init(&nl->mtx, nl->name, NULL, MTX_DEF | MTX_RECURSE); \
/freebsd-current/contrib/one-true-awk/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
146 nl: label
147 NL | nl NL
152 | nl
315 nl
/freebsd-current/usr.bin/gprof/
H A Darcs.c124 for ( parentp = nl ; parentp < npe ; parentp++ ) {
149 for ( dfn_init() , parentp = nl ; parentp < npe ; parentp++ ) {
181 for ( parentp = nl ; parentp < npe ; parentp++ ) {
200 topsortnlp[ index ] = &nl[ index ];
236 timesortnlp[index] = &nl[index];
360 for ( nlp = nl ; nlp < npe ; nlp++ ) {
381 for ( nlp = nl ; nlp < npe ; nlp++ ) {
H A Dprintgprof.c59 sortednlp[ idx ] = &nl[ idx ];
711 if ( zflag == 0 && nl[idx].ncall == 0 && nl[idx].time == 0 )
713 namesortnlp[nnames++] = &nl[idx];
/freebsd-current/lib/libc/stdlib/
H A Dgetenv.c105 static const char nl[] = "\n"; local
112 _write(STDERR_FILENO, nl, sizeof(nl) - 1);
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c112 nl();
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c101 NCURSES_SP_NAME(nl) (NCURSES_SP_ARG);
/freebsd-current/tools/test/stress2/misc/
H A Dsendmsg.sh119 Based on https://www.win.tue.nl/~aeb/linux/lk/sendfd.c
/freebsd-current/contrib/libedit/
H A Dreadline.c1658 HIST_ENTRY **nlp, *nl; local
1669 if ((nl = el_realloc(_history_list,
1670 (size_t)history_length * sizeof(*nl))) == NULL)
1672 _history_list = nl;
2411 char **nl; local
2413 if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL)
2415 list = nl;
/freebsd-current/contrib/tcpdump/
H A Dprint-esp.c602 char *nl; local
615 nl = strchr(fileline, '\n');
616 if (nl)
617 *nl = '\0';
/freebsd-current/contrib/lua/src/
H A Dlobject.c587 const char *nl = strchr(source, '\n'); /* find first new line (if any) */ local
590 if (srclen < bufflen && nl == NULL) { /* small one-line source? */
594 if (nl != NULL) srclen = nl - source; /* stop at first newline */
/freebsd-current/share/vt/keymaps/
H A DMakefile59 nl.kbd \
/freebsd-current/sys/netgraph/
H A Dng_base.c2664 struct namelist *nl; local
2670 NG_MKRESPONSE(resp, msg, sizeof(*nl) +
2677 nl = (struct namelist *) resp->data;
2680 nl->numnames = 0;
2684 &nl->nodeinfo[nl->numnames];
2693 KASSERT(nl->numnames < V_ng_nodes,
2695 nl->numnames++;
2703 struct namelist *nl; local
2709 NG_MKRESPONSE(resp, msg, sizeof(*nl)
[all...]
/freebsd-current/usr.sbin/lpr/common_source/
H A Dctlinfo.c866 char *strp, *nl; local
887 nl = strchr(strp, '\n');
888 if (nl != NULL)
889 *nl = '\0';
/freebsd-current/sys/netlink/
H A Dnetlink_var.h195 void nl_set_functions(const struct nl_function_wrapper *nl);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h247 extern void zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort);
/freebsd-current/contrib/byacc/
H A Dvmsbuild.com183 $ copy nl: BYACC.com
/freebsd-current/usr.sbin/kbdcontrol/
H A Dlex.l89 LF|lf|NL|nl { number = 10; return TNUM; }
/freebsd-current/contrib/ntp/libntp/
H A Dmsyslog.c150 const char nl[] = "\n"; local
199 nl_or_empty = nl;
/freebsd-current/contrib/less/
H A Dsearch.c681 struct hilite_node *nl = n->left; local
687 np->right = nl;
689 np->left = nl;
692 anchor->root = nl;
694 nl->right = n;
697 nl->parent = np;
698 n->parent = nl;

Completed in 742 milliseconds

12345678910