Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 25 of 64) sorted by relevance

123

/glibc-2.36/argp/
Dargp-fmtstream.c123 char *buf, *nl; in __argp_fmtstream_update() local
163 nl = memchr (buf, '\n', len); in __argp_fmtstream_update()
168 if (!nl) in __argp_fmtstream_update()
183 nl = fs->p; in __argp_fmtstream_update()
185 else if (fs->point_col + (nl - buf) < (ssize_t) fs->rmargin) in __argp_fmtstream_update()
190 buf = nl + 1; in __argp_fmtstream_update()
201 if (nl < fs->p) in __argp_fmtstream_update()
203 memmove (buf + (r - fs->point_col), nl, fs->p - nl); in __argp_fmtstream_update()
204 fs->p -= buf + (r - fs->point_col) - nl; in __argp_fmtstream_update()
240 nl = p + 1; /* The newline will replace the first blank. */ in __argp_fmtstream_update()
[all …]
Dargp-help.c1514 const char *tdoc = dgettext (argp->argp_domain, argp->args_doc), *nl = 0; in argp_args_usage() local
1520 nl = __strchrnul (cp, '\n'); in argp_args_usage()
1521 if (*nl != '\0') in argp_args_usage()
1528 cp = nl + 1, nl = __strchrnul (cp, '\n'); in argp_args_usage()
1534 space (stream, 1 + nl - cp); in argp_args_usage()
1536 __argp_fmtstream_write (stream, cp, nl - cp); in argp_args_usage()
1548 if (*nl) in argp_args_usage()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dgetsysstats.c61 char *nl = memchr (*cp, '\n', *re - *cp); in next_line() local
62 if (nl == NULL) in next_line()
78 nl = memchr (*cp, '\n', *re - *cp); in next_line()
79 while (nl == NULL && *re == buffer_end) in next_line()
87 nl = memchr (*re, '\n', n); in next_line()
93 nl = memchr (*cp, '\n', *re - *cp); in next_line()
98 if (nl == NULL) in next_line()
99 nl = *re - 1; in next_line()
102 *cp = nl + 1; in next_line()
Dmalloc-hugepages.c100 char *nl = strrchr (buf, '\n'); in malloc_default_hugepage_size() local
101 if (nl == NULL) in malloc_default_hugepage_size()
103 off += (nl + 1) - buf; in malloc_default_hugepage_size()
/glibc-2.36/sysdeps/sh/
Dpreconfigure35 cp "conftest.in" "conftest.nl"
36 $as_echo 'GREP' >> "conftest.nl"
37 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
38 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
48 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
101 cp "conftest.in" "conftest.nl"
102 $as_echo 'EGREP' >> "conftest.nl"
103 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
104 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
114 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/microblaze/
Dpreconfigure35 cp "conftest.in" "conftest.nl"
36 $as_echo 'GREP' >> "conftest.nl"
37 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
38 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
48 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
101 cp "conftest.in" "conftest.nl"
102 $as_echo 'EGREP' >> "conftest.nl"
103 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
104 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
114 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/stdlib/
Dgmp-impl.h212 #define udiv_qrnnd_preinv(q, r, nh, nl, d, di) \ argument
220 sub_ddmmss (_xh, _r, (nh), (nl), _xh, _xl); \
241 #define udiv_qrnnd_preinv2gen(q, r, nh, nl, d, di, dnorm, lgup) \ argument
245 n2 = ((nh) << (BITS_PER_MP_LIMB - (lgup))) + ((nl) >> 1 >> (l - 1));\
246 n10 = (nl) << (BITS_PER_MP_LIMB - (lgup)); \
253 add_ssaaaa (_xh, _xl, _xh, _xl, nh, nl); \
260 #define udiv_qrnnd_preinv2norm(q, r, nh, nl, d, di) \ argument
265 n10 = (nl); \
272 add_ssaaaa (_xh, _xl, _xh, _xl, nh, nl); \
Dlonglong.h839 # define udiv_qrnnd(q, r, nh, nl, d) \ argument
840 asm("divu %2,%0" : "=D"(q), "=z"(r) : "D"(d), "0"(nl), "1"(nh))
841 # define sdiv_qrnnd(q, r, nh, nl, d) \ argument
842 asm("div %2,%0" : "=D"(q), "=z"(r) : "D"(d), "0"(nl), "1"(nh))
1721 #define udiv_qrnnd(q, r, nh, nl, d) \ argument
1725 (q) = __udiv_w_sdiv (&__r, nh, nl, d); \
/glibc-2.36/sysdeps/nios2/
Dconfigure36 cp "conftest.in" "conftest.nl"
37 $as_echo 'GREP' >> "conftest.nl"
38 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
39 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
49 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
102 cp "conftest.in" "conftest.nl"
103 $as_echo 'EGREP' >> "conftest.nl"
104 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
105 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
115 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/mips/
Dconfigure38 cp "conftest.in" "conftest.nl"
39 $as_echo 'GREP' >> "conftest.nl"
40 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
41 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
51 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
104 cp "conftest.in" "conftest.nl"
105 $as_echo 'EGREP' >> "conftest.nl"
106 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
107 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
117 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/
Dconfigure38 cp "conftest.in" "conftest.nl"
39 $as_echo 'GREP' >> "conftest.nl"
40 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
41 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
51 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
104 cp "conftest.in" "conftest.nl"
105 $as_echo 'EGREP' >> "conftest.nl"
106 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
107 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
117 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/arc/
Dconfigure47 cp "conftest.in" "conftest.nl"
48 $as_echo 'GREP' >> "conftest.nl"
49 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
50 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
60 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
113 cp "conftest.in" "conftest.nl"
114 $as_echo 'EGREP' >> "conftest.nl"
115 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
116 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
126 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/sparc/sparc32/
Dconfigure36 cp "conftest.in" "conftest.nl"
37 $as_echo 'GREP' >> "conftest.nl"
38 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
39 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
49 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
102 cp "conftest.in" "conftest.nl"
103 $as_echo 'EGREP' >> "conftest.nl"
104 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
105 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
115 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/arm/
Dpreconfigure85 cp "conftest.in" "conftest.nl"
86 $as_echo 'GREP' >> "conftest.nl"
87 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
88 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
98 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
151 cp "conftest.in" "conftest.nl"
152 $as_echo 'EGREP' >> "conftest.nl"
153 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
164 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
Dconfigure42 cp "conftest.in" "conftest.nl"
43 $as_echo 'GREP' >> "conftest.nl"
44 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
45 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
55 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
108 cp "conftest.in" "conftest.nl"
109 $as_echo 'EGREP' >> "conftest.nl"
110 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
111 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
121 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
Dconfigure49 cp "conftest.in" "conftest.nl"
50 $as_echo 'GREP' >> "conftest.nl"
51 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
52 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
62 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
115 cp "conftest.in" "conftest.nl"
116 $as_echo 'EGREP' >> "conftest.nl"
117 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
118 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
128 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Dconfigure38 cp "conftest.in" "conftest.nl"
39 $as_echo 'GREP' >> "conftest.nl"
40 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
41 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
51 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
104 cp "conftest.in" "conftest.nl"
105 $as_echo 'EGREP' >> "conftest.nl"
106 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
107 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
117 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/aarch64/
Dconfigure46 cp "conftest.in" "conftest.nl"
47 $as_echo 'GREP' >> "conftest.nl"
48 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
49 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
59 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
112 cp "conftest.in" "conftest.nl"
113 $as_echo 'EGREP' >> "conftest.nl"
114 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
115 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
125 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dconfigure307 cp "conftest.in" "conftest.nl"
308 $as_echo 'GREP' >> "conftest.nl"
309 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
310 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
320 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
373 cp "conftest.in" "conftest.nl"
374 $as_echo 'EGREP' >> "conftest.nl"
375 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
376 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
386 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/sysdeps/x86/
Dcpu-tunables.c118 size_t nl; in TUNABLE_CALLBACK() local
129 nl = len - 1; in TUNABLE_CALLBACK()
134 nl = len; in TUNABLE_CALLBACK()
136 switch (nl) in TUNABLE_CALLBACK()
/glibc-2.36/sysdeps/mach/
Dconfigure294 cp "conftest.in" "conftest.nl"
295 $as_echo 'GREP' >> "conftest.nl"
296 …"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || br…
297 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
307 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
360 cp "conftest.in" "conftest.nl"
361 $as_echo 'EGREP' >> "conftest.nl"
362 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
363 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
373 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
/glibc-2.36/scripts/
Dmkinstalldirs14 nl='
16 IFS=" "" $nl"
Dinstall-sh45 nl='
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/glibc-2.36/localedata/locales/
Dnl_BE19 % Language: nl
136 lang_ab "nl"
Dnl_NL21 % Language: nl
168 lang_ab "nl"

123