Searched refs:nl (Results 1 - 25 of 72) sorted by relevance

123

/haiku-fatelf/src/bin/coreutils/man/
H A Dnl.x2 nl \- number lines of files
/haiku-fatelf/src/bin/gdb/gdb/
H A Dbsd-kvm.c136 struct nlist nl[2]; local
146 memset (nl, 0, sizeof nl);
147 nl[0].n_name = "_dumppcb";
149 if (kvm_nlist (core_kd, nl) == -1)
152 if (nl[0].n_value != 0)
156 if (bsd_kvm_fetch_pcb ((struct pcb *) nl[0].n_value))
164 memset (nl, 0, sizeof nl);
165 nl[
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_nl.c35 * nl.c
38 * nl()
52 nl(void) function
54 T((T_CALLED("nl()")));
H A Dlib_restart.c81 nl();
/haiku-fatelf/src/bin/network/wget/src/
H A Dcss.l48 string1 \"([^\n\r\f\\"]|\\{nl}|{escape})*\"
49 string2 \'([^\n\r\f\\']|\\{nl}|{escape})*\'
50 invalid1 \"([^\n\r\f\\"]|\\{nl}|{escape})*
51 invalid2 \'([^\n\r\f\\']|\\{nl}|{escape})*
62 nl \n|\r\n|\r|\f
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dmkinstalldirs14 nl='
16 IFS=" "" $nl"
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h218 #define udiv_qrnnd_preinv(q, r, nh, nl, d, di) \
225 sub_ddmmss (_xh, _r, (nh), (nl), _xh, _xl); \
246 #define udiv_qrnnd_preinv2gen(q, r, nh, nl, d, di, dnorm, lgup) \
250 n2 = ((nh) << (BITS_PER_MP_LIMB - (lgup))) + ((nl) >> 1 >> (l - 1));\
251 n10 = (nl) << (BITS_PER_MP_LIMB - (lgup)); \
258 add_ssaaaa (_xh, _xl, _xh, _xl, nh, nl); \
265 #define udiv_qrnnd_preinv2norm(q, r, nh, nl, d, di) \
270 n10 = (nl); \
277 add_ssaaaa (_xh, _xl, _xh, _xl, nh, nl); \
/haiku-fatelf/src/bin/gdb/readline/examples/
H A Dreadlinebuf.h112 char* nl = (char*)realloc( line_, high_ + 1 ); local
113 if ( nl ) {
114 line_ = (char*)memcpy( nl + 1, line_, high_ );
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetloadavg.c331 # define FIXUP_KERNEL_SYMBOL_ADDR(nl) ((nl)[0].n_value &= ~(1 << 31))
492 static struct nlist nl[2];
904 strcpy (nl[0].n_name, LDAV_SYMBOL);
905 strcpy (nl[1].n_name, "");
908 nl[0].n_un.n_name = LDAV_SYMBOL;
909 nl[1].n_un.n_name = 0;
911 nl[0].n_name = LDAV_SYMBOL;
912 nl[1].n_name = 0;
919 nlist (KERNEL_FILE, nl)
491 static struct nlist nl[2]; variable in typeref:struct:nlist
[all...]
/haiku-fatelf/src/libs/pdflib/progs/pdflib/
H A Dtext2pdf.c107 char ff, nl; local
112 nl = '\n';
168 nl = 0x15;
205 if (s[0] != '\0' && s[strlen(s) - 1] == nl)
/haiku-fatelf/src/libs/util/
H A Dfparseln.c87 char esc, con, nl, com; local
107 nl = '\n';
127 if (s && nl) { /* Check and eliminate newlines */
130 if (*cp == nl)
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfvwrite.c62 char *nl; local
177 nl = memchr((void *)p, '\n', len);
178 nldist = nl ? nl + 1 - p : len + 1;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h92 ieee80211_node_lock_t *nl = &(_nt)->nt_nodelock; \
93 snprintf(nl->name, sizeof(nl->name), "%s_node_lock", _name); \
94 mtx_init(&nl->mtx, nl->name, NULL, MTX_DEF | MTX_RECURSE); \
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-esp.c158 char *nl; local
168 nl = strchr(fileline, '\n');
169 if (nl)
170 *nl = '\0';
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dinftrees.c323 uInt nl, /* number of literal/length codes */
342 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
357 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
358 if (r != Z_OK || (*bd == 0 && nl > 257))
322 inflate_trees_dynamic( uInt nl, uInt nd, uIntf *c, uIntf *bl, uIntf *bd, inflate_huft * FAR *tl, inflate_huft * FAR *td, inflate_huft *hp, z_streamp z) argument
/haiku-fatelf/src/bin/coreutils/src/
H A Dtac-pipe.c190 char *nl = memrchr (x->p[i].start, last_bol_ptr, eol_byte); local
191 if (nl)
195 nl_pos.ptr = nl;
H A Dhead.c637 char const *nl; local
638 nl = memrchr (buffer, '\n', n);
639 if (nl == NULL)
641 n = nl - buffer;
/haiku-fatelf/src/bin/gzip/
H A Dinflate.c716 unsigned nl; /* number of literal/length codes */ local
734 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */
743 if (nl > 288 || nd > 32)
745 if (nl > 286 || nd > 30)
772 n = nl + nd;
829 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
838 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/haiku-fatelf/src/bin/sharutils/po/
H A DMakefile55 POFILES = de.po fr.po ja_JP.EUC.po nl.po pt.po sv.po
56 GMOFILES = de.gmo fr.gmo ja_JP.EUC.gmo nl.gmo pt.gmo sv.gmo
69 CATALOGS = de.gmo fr.gmo ja_JP.EUC.gmo nl.gmo pt.gmo sv.gmo
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dinstall-sh44 nl='
46 IFS=" "" $nl"
/haiku-fatelf/src/bin/unzip/
H A Dinflate.c949 unsigned nl; /* number of literal/length codes */ local
965 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */
973 if (nl > MAXLITLENS || nd > MAXDISTS)
1002 n = nl + nd;
1060 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
1062 retval = huft_build(__G__ ll, nl, 257, cplens, cplext, &tl, &bl);
1077 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
1079 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
1085 if (bd == 0 && nl > 257) /* lengths but no distances */
H A Dinflatef.c707 unsigned nl; /* number of literal/length codes */ local
723 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */
731 if (nl > MAXLITLENS || nd > MAXDISTS)
760 n = nl + nd;
818 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
820 retval = huft_build(__G__ ll, nl, 257, cplens, cplext, &tl, &bl);
835 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
837 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
843 if (bd == 0 && nl > 257) /* lengths but no distances */
/haiku-fatelf/src/libs/ncurses/test/
H A Drain.c55 nl();
/haiku-fatelf/src/bin/less/
H A Dline.c1000 int nl; local
1043 nl = (column < sc_width || !auto_wrap || (endline && ignaw) || ctldisp == OPT_ON);
1045 nl = (column < sc_width || !auto_wrap || ignaw || ctldisp == OPT_ON);
1046 if (nl)

Completed in 226 milliseconds

123