Searched refs:nl (Results 151 - 175 of 208) sorted by relevance

123456789

/freebsd-9.3-release/contrib/gcc/config/
H A Dfp-bit.c871 USItype nl = a->fraction.ll;
875 UDItype pp_ll = (UDItype) ml * nl;
876 UDItype pp_hl = (UDItype) mh * nl;
/freebsd-9.3-release/contrib/bmake/
H A Dmeta.c712 meta_job_output(Job *job, char *cp, const char *nl) argument
741 fprintf(pbm->mfp, "%s%s", cp, nl);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h407 void print(raw_ostream &Out, const char *nl = "\n",
410 void printTaint(raw_ostream &Out, const char *nl = "\n",
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_srvr.c1695 int i, j, nl, off, n; local
1717 nl = 0;
1732 nl += 2 + j;
1740 nl += j;
1746 s2n(nl, p);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.c275 * A general site about ISO 8859-2 at http://nl.ijs.si/gnusl/cee/iso8859-2.html
277 * ISO 8859-2 Character Set at http://nl.ijs.si/gnusl/cee/charset.html
493 { nl, "nl", "Dutch" },
/freebsd-9.3-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-9.3-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-9.3-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c764 _xmlNm_(nl, NL) \
/freebsd-9.3-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-9.3-release/sys/cam/scsi/
H A Dscsi_xpt.c275 * Reported by: Paul van der Zwan <paulz@trantor.xs4all.nl>
1725 u_int8_t *ol, *nl; local
1744 nl = new->luns[idx2].lundata;
1745 if (memcmp(nl, ol, 8) == 0) {
/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c3283 unsigned HOST_WIDE_INT nl, dummy1;
3303 nl = 0;
3308 nl = (unsigned HOST_WIDE_INT) 1 << pow;
3310 div_and_round_double (TRUNC_DIV_EXPR, 1, nl, nh, d, (HOST_WIDE_INT) 0,
3317 nl |= (unsigned HOST_WIDE_INT) 1 << pow2;
3318 div_and_round_double (TRUNC_DIV_EXPR, 1, nl, nh, d, (HOST_WIDE_INT) 0,
3271 unsigned HOST_WIDE_INT nl, dummy1; local
H A Dsys-protos.h777 extern int nl(void);
H A Dc-parser.c7055 tree nl, c;
7057 nl = c_parser_omp_variable_list (parser, OMP_CLAUSE_REDUCTION, list);
7058 for (c = nl; c != list; c = OMP_CLAUSE_CHAIN (c))
7061 list = nl;
7050 tree nl, c; local
/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.c2840 char *nl = NULL;
2845 nl = strchr (line, '\n');
2846 if (nl != NULL)
2849 if (nl == NULL)
2824 char *nl = NULL; local
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dinput.cpp3142 node_list nl; member in class:macro_header
3265 p->nl.append(n);
3299 node *nd = nl.head;
3308 p->nl.append(nd->copy());
3363 nd = mac.p->nl.head;
4006 int nl = 0; local
4013 if (nl)
4016 nl = 1;
4019 nl = 0;
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5493 key_newline knl str nl - - ----K newline key
823 linefeed_if_not_lf OTnl str nl - - YBCGE use to move down
1095 #key_newline knl str nl - - ----K newline key
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncurses1410 #undef nl
1411 int nl(void)
H A Dllib-lncursest1414 #undef nl
1415 int nl(void)
H A Dllib-lncursesw1918 #undef nl
1919 int nl(void)
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1228 .nr nl 0-1
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.func.c918 goto nl;
959 nl:
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c825 natlookup_t nl; local
827 error = fr_inobj(data, &nl, IPFOBJ_NATLOOKUP);
834 ptr = nat_lookupredir(&nl);
839 error = fr_outobj(data, &nl, IPFOBJ_NATLOOKUP);
/freebsd-9.3-release/sys/net/
H A Dzlib.c4422 int inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, z)
4423 uInt nl; /* number of literal/length codes */
4435 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, z);
4450 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, z);
4451 if (r != Z_OK || (*bd == 0 && nl > 257))
/freebsd-9.3-release/share/syscons/fonts/
H A DINDEX.fonts8 # lang: ar bg cs da de el en es fi fr hr hu hy is it iw ja ko nl no pl
62 FONT:de,fr,es,is,it,sv,da,fi,nl,no,pt:iso-8x16.fnt
/freebsd-9.3-release/sys/netinet/
H A Dsctp_asconf.c2269 struct sctp_laddr *l, *nl; local
2272 LIST_FOREACH_SAFE(l, &asc->list_of_work, sctp_nxt_addr, nl) {

Completed in 422 milliseconds

123456789