Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 121) sorted by relevance

12345

/glibc-2.36/localedata/
Dcollate-test.c27 struct lines struct
46 struct lines *strings; in main() argument
58 strings = (struct lines *) malloc (nstrings_max * sizeof (struct lines)); in main()
73 strings = (struct lines *) realloc (strings, in main()
98 struct lines tmp = strings[idx1]; in main()
112 qsort (strings, nstrings, sizeof (struct lines), xstrcoll); in main()
130 const struct lines *l1 = (const struct lines *) ptr1; in xstrcoll()
131 const struct lines *l2 = (const struct lines *) ptr2; in xstrcoll()
Dxfrm-test.c30 struct lines struct
44 struct lines *strings; in main() argument
67 strings = (struct lines *) malloc (nstrings_max * sizeof (struct lines)); in main()
84 strings = (struct lines *) realloc (strings, in main()
141 struct lines tmp = strings[idx1]; in main()
158 qsort (strings, nstrings, sizeof (struct lines), xstrcmp); in main()
176 const struct lines *l1 = (const struct lines *) ptr1; in xstrcmp()
177 const struct lines *l2 = (const struct lines *) ptr2; in xstrcmp()
/glibc-2.36/stdlib/
Dtestsort.c15 char *lines[500]; in main() local
24 lines[i] = bufs[i]; in main()
26 lines[i][j] = random() % 26 + 'a'; in main()
27 lines[i][j] = '\0'; in main()
30 qsort (lines, 500, sizeof (char *), compare); in main()
32 for (i = 0; i < 500 && lines[i] != NULL; ++i) in main()
33 puts (lines[i]); in main()
/glibc-2.36/scripts/
Dsoversions.awk37 lines[lib] = "DEFAULT" FS line;
40 for (c in lines) {
41 print lines[c]
Dpylintrc83 # Minimum lines number of a similarity.
84 min-similarity-lines=4
172 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
174 # Maximum number of lines in a module
175 max-module-lines=1000
/glibc-2.36/benchtests/scripts/
Dcompare_bench.py146 lines = pylab.scatter(X, bench1['functions'][func][var]['timings'],
148 pylab.setp(lines, 'color', 'r')
153 lines = pylab.scatter(X, bench2['functions'][func][var]['timings'],
155 pylab.setp(lines, 'color', 'g')
/glibc-2.36/include/
Dstubs-prologue.h1 @ These lines with @ are omitted from the generated output.
3 @ all the #define __stub_foo lines get appended by the makefile rule.
/glibc-2.36/iconvdata/
Dgconv-modules19 # All lines contain the following information:
21 # If the lines start with `module'
30 # If the lines start with `alias'
/glibc-2.36/
Dlibc-abis8 # Adding new features should always happen by appending new lines. Never
14 # The following lines have one of two formats:
/glibc-2.36/sysdeps/unix/sysv/linux/
Dglibcsyscalls.py76 def __init__(self, lines): argument
80 self.__lines = tuple(lines)
/glibc-2.36/intl/
Dlocale.alias27 # Note: This file used to contain the following lines:
33 # LATIN SMALL LETTER C WITH CEDILLA). These lines were removed
/glibc-2.36/sysdeps/csky/
Dconfigure.ac7 # work around problem with autoconf and empty lines at the end of files
Dconfigure8 # work around problem with autoconf and empty lines at the end of files
/glibc-2.36/sysdeps/ia64/
Dconfigure.ac7 # work around problem with autoconf and empty lines at the end of files
Dconfigure8 # work around problem with autoconf and empty lines at the end of files
/glibc-2.36/sysdeps/alpha/
Dconfigure.ac7 # work around problem with autoconf and empty lines at the end of files
Dconfigure8 # work around problem with autoconf and empty lines at the end of files
/glibc-2.36/sysdeps/microblaze/
Dconfigure.ac9 # work around problem with autoconf and empty lines at the end of files
Dconfigure11 # work around problem with autoconf and empty lines at the end of files
Dpreconfigure6 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
7 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
/glibc-2.36/sysdeps/sh/
Dpreconfigure6 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
7 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
/glibc-2.36/sysdeps/hppa/
Dconfigure.ac28 # work around problem with autoconf and empty lines at the end of files
/glibc-2.36/sysdeps/nios2/
Dconfigure7 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
8 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
/glibc-2.36/sysdeps/mips/
Dconfigure9 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
10 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/
Dconfigure9 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
10 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }

12345