Searched refs:nl (Results 101 - 125 of 227) sorted by relevance

12345678910

/freebsd-11.0-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-11.0-release/crypto/heimdal/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-11.0-release/contrib/openpam/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
H A Dcompile31 nl='
36 IFS=" "" $nl"
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-esp.c435 char *nl; local
447 nl = strchr(fileline, '\n');
448 if (nl)
449 *nl = '\0';
/freebsd-11.0-release/contrib/tcsh/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-11.0-release/crypto/openssl/apps/
H A Dopenssl.c457 int i, ret = 1, tp, nl; local
553 nl = 0;
561 nl = 1;
565 if (!nl)
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h146 const char* nl,
/freebsd-11.0-release/contrib/ldns/drill/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-11.0-release/contrib/ldns/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/freebsd-11.0-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-11.0-release/gnu/usr.bin/grep/
H A Dgrep.c671 char const *nl = memchr (lastout, eolbyte, lim - lastout); local
675 || (((*execute) (lastout, nl - lastout, &match_size, 0) == (size_t) -1)
677 prline (lastout, nl + 1, '-');
716 char const *nl = memchr (p, eol, beg - p); local
717 nl++;
718 prline (p, nl, '-');
719 p = nl;
728 char const *nl = memchr (p, eol, lim - p); local
729 nl++;
731 prline (p, nl, '
[all...]
/freebsd-11.0-release/contrib/file/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/freebsd-11.0-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
H A Dhtml-text.cpp236 out->nl();
244 out->nl();
253 out->nl(); out->put_string("<pre");
656 out->nl();
658 out->put_string("<br>").nl();
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile31 nl='
36 IFS=" "" $nl"
/freebsd-11.0-release/sys/vm/
H A Dvm_object.c2573 int rcount, nl, c; local
2575 nl = 0;
2578 if (nl > 18) {
2582 nl = 0;
2584 nl++;
2596 if (nl > 18) {
2600 nl = 0;
2602 nl++;
2614 if (nl > 18) {
2618 nl
[all...]
/freebsd-11.0-release/contrib/one-true-awk/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
145 nl: label
146 NL | nl NL
151 | nl
312 nl
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_freebsd.h112 ieee80211_node_lock_t *nl = &(_nt)->nt_nodelock; \
113 snprintf(nl->name, sizeof(nl->name), "%s_node_lock", _name); \
114 mtx_init(&nl->mtx, nl->name, NULL, MTX_DEF | MTX_RECURSE); \
/freebsd-11.0-release/crypto/openssl/crypto/bio/
H A Db_sock.c870 size_t nl; local
895 nl = strlen(h) + strlen(s) + 2;
899 p = OPENSSL_realloc(p, nl);
901 p = OPENSSL_malloc(nl);
908 BIO_snprintf(*addr, nl, "%s:%s", h, s);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp340 const char* nl, const char *sep) override;
682 const char* nl, const char *sep) {
687 Out << nl << sep << "Ranges are empty." << nl; local
691 Out << nl << sep << "Ranges of symbol values:";
693 Out << nl << ' ' << I.getKey() << " : ";
696 Out << nl; local
681 print(ProgramStateRef St, raw_ostream &Out, const char* nl, const char *sep) argument
/freebsd-11.0-release/contrib/less/
H A Dsearch.c728 struct hilite_node *nl = n->left; local
734 np->right = nl;
736 np->left = nl;
739 anchor->root = nl;
741 nl->right = n;
744 nl->parent = np;
745 n->parent = nl;
/freebsd-11.0-release/usr.bin/gprof/
H A Darcs.c130 for ( parentp = nl ; parentp < npe ; parentp++ ) {
155 for ( dfn_init() , parentp = nl ; parentp < npe ; parentp++ ) {
187 for ( parentp = nl ; parentp < npe ; parentp++ ) {
206 topsortnlp[ index ] = &nl[ index ];
242 timesortnlp[index] = &nl[index];
366 for ( nlp = nl ; nlp < npe ; nlp++ ) {
387 for ( nlp = nl ; nlp < npe ; nlp++ ) {
/freebsd-11.0-release/lib/libc/stdlib/
H A Dgetenv.c108 static const char nl[] = "\n"; local
115 _write(STDERR_FILENO, nl, sizeof(nl) - 1);
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c552 size_t nl, xl; local
554 nl = strlen(name);
555 nz = name + nl;
559 if (xl <= nl && memcmp(p = nz-xl, x, xl) == 0)

Completed in 217 milliseconds

12345678910