Searched refs:nl (Results 176 - 200 of 227) sorted by relevance

12345678910

/freebsd-11.0-release/lib/libedit/
H A Dreadline.c2189 char **nl; local
2191 if ((nl = el_realloc(list, max * sizeof(*nl))) == NULL)
2193 list = nl;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h415 void print(raw_ostream &Out, const char *nl = "\n",
418 void printTaint(raw_ostream &Out, const char *nl = "\n",
/freebsd-11.0-release/contrib/bmake/
H A Dmeta.c738 meta_job_output(Job *job, char *cp, const char *nl) argument
768 fprintf(pbm->mfp, "%s%s", cp, nl);
/freebsd-11.0-release/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm155 our @EXPORT_OK = qw(ns pp soff son stoggle hs mapwords gen_encloser nl);
/freebsd-11.0-release/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm182 our @EXPORT_OK = qw(ns pp soff son stoggle hs mapwords gen_encloser nl);
/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c764 _xmlNm_(nl, NL) \
/freebsd-11.0-release/contrib/diff/src/
H A Ddiff3.c906 lin nl)
913 while (nl--)
901 compare_line_list(char * const list1[], size_t const lengths1[], char * const list2[], size_t const lengths2[], lin nl) argument
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2484 size_t nl, nb; local
2518 nl = ll;
2527 while (nl >= 2 && (np[0] || np[1])) {
2529 nl -= 2;
2531 if (nl < 2)
2535 nl -= 2;
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_xpt.c281 * Reported by: Paul van der Zwan <paulz@trantor.xs4all.nl>
1782 u_int8_t *ol, *nl; local
1802 nl = new->luns[idx2].lundata;
1803 if (memcmp(nl, ol, 8) == 0) {
/freebsd-11.0-release/contrib/gcc/
H A Dexpmed.c3279 unsigned HOST_WIDE_INT nl, dummy1;
3299 nl = 0;
3304 nl = (unsigned HOST_WIDE_INT) 1 << pow;
3306 div_and_round_double (TRUNC_DIV_EXPR, 1, nl, nh, d, (HOST_WIDE_INT) 0,
3313 nl |= (unsigned HOST_WIDE_INT) 1 << pow2;
3314 div_and_round_double (TRUNC_DIV_EXPR, 1, nl, nh, d, (HOST_WIDE_INT) 0,
3267 unsigned HOST_WIDE_INT nl, dummy1; local
H A Dsys-protos.h777 extern int nl(void);
H A Dc-parser.c7642 tree nl, c;
7644 nl = c_parser_omp_variable_list (parser, OMP_CLAUSE_REDUCTION, list);
7645 for (c = nl; c != list; c = OMP_CLAUSE_CHAIN (c))
7648 list = nl;
7637 tree nl, c; local
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dexpn.pl1228 .nr nl 0-1
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.func.c918 goto nl;
959 nl:
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp3143 node_list nl; member in class:macro_header
3266 p->nl.append(n);
3300 node *nd = nl.head;
3309 p->nl.append(nd->copy());
3364 nd = mac.p->nl.head;
4007 int nl = 0; local
4014 if (nl)
4017 nl = 1;
4020 nl = 0;
/freebsd-11.0-release/sys/libkern/
H A Dzlib.c4429 int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z)
4430 uInt nl; /* number of literal/length codes */
4442 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4457 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z);
4458 if (r != Z_OK || (*bd == 0 && nl > 257))
/freebsd-11.0-release/contrib/apr/
H A Dconfigure5893 cp "conftest.in" "conftest.nl"
5894 $as_echo '' >> "conftest.nl"
5895 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5896 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5906 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
9917 cp "conftest.in" "conftest.nl"
9918 $as_echo 'GREP' >> "conftest.nl"
9919 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
9920 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
9930 rm -f conftest.in conftest.tmp conftest.nl conftes
[all...]
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c1247 natlookup_t nl; local
1249 error = ipf_inobj(softc, data, NULL, &nl, IPFOBJ_NATLOOKUP);
1257 switch (nl.nl_v)
1260 ptr = ipf_nat_lookupredir(&nl);
1264 ptr = ipf_nat6_lookupredir(&nl);
1276 error = ipf_outobj(softc, data, &nl,
/freebsd-11.0-release/sys/netinet/
H A Dsctp_asconf.c2265 struct sctp_laddr *l, *nl; local
2268 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) {
/freebsd-11.0-release/lib/ncurses/ncurses/
H A DMakefile798 curs_outopts.3 nl.3 \
/freebsd-11.0-release/usr.bin/netstat/
H A Dinet.c655 if (fetch_stats_ro("net.inet.tcp.states", nl[N_TCPS_STATES].n_value,
/freebsd-11.0-release/contrib/sendmail/src/
H A Dmilter.c524 mi_int32 nl; local
566 nl = htonl(len + 1); /* add 1 for the command char */
567 (void) memcpy(data, (char *) &nl, MILTER_LEN_BYTES);
H A Dmap.c5471 int nl; local
5475 nl = strlen(name);
5476 if (nl < sizeof(nbuf) - 1)
/freebsd-11.0-release/targets/pseudo/userland/
H A DMakefile.depend311 usr.bin/nl \
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure4883 cp "conftest.in" "conftest.nl"
4884 $as_echo 'GREP' >> "conftest.nl"
4885 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4886 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4896 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4949 cp "conftest.in" "conftest.nl"
4950 $as_echo 'EGREP' >> "conftest.nl"
4951 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4952 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4962 rm -f conftest.in conftest.tmp conftest.nl conftes
[all...]

Completed in 382 milliseconds

12345678910