Home
last modified time | relevance | path

Searched refs:line (Results 1 – 20 of 20) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dglibcsyscalls.py81 for line in self.__lines:
82 line = line.strip()
83 if (not line) or line[0] == '#':
85 comps = line.split()
116 for line in self.__lines:
117 comps = line.strip().split()
124 result.append(line)
145 for line in inp:
146 line = line.strip()
149 if line.startswith("/*") and line.endswith("*/"):
[all …]
A Dreadonly-area.c53 char *line = NULL; in __readonly_area() local
58 if (__getdelim (&line, &linelen, '\n', fp) <= 0) in __readonly_area()
62 uintptr_t from = strtoul (line, &p, 16); in __readonly_area()
64 if (p == line || *p++ != '-') in __readonly_area()
97 free (line); in __readonly_area()
A Dupdate-syscall-lists.py88 for line in merged:
89 out.write(line)
/sysdeps/unix/
A Dgetlogin.c42 struct utmp *ut, line, buffer; in getlogin() local
63 strncpy (line.ut_line, real_tty_path, sizeof line.ut_line); in getlogin()
64 if (__getutline_r (&line, &buffer, &ut) < 0) in getlogin()
A Dgetlogin_r.c42 struct utmp *ut, line, buffer; in __getlogin_r() local
60 strncpy (line.ut_line, real_tty_path, sizeof line.ut_line); in __getlogin_r()
68 result = __libc_getutline_r (&line, &buffer, &ut); in __getlogin_r()
/sysdeps/posix/
A Dgai_strerror.c25 #define MSGSTRFIELD(line) MSGSTRFIELD1 (line) argument
26 #define MSGSTRFIELD1(line) str##line argument
A Dsystem.c101 do_system (const char *line) in do_system() argument
150 (char *) line, NULL }, in do_system()
200 __libc_system (const char *line) in __libc_system() argument
202 if (line == NULL) in __libc_system()
207 return do_system (line); in __libc_system()
A Dgetaddrinfo.c1788 char *line = NULL; in gaiconf_init() local
1795 ssize_t n = __getline (&line, &linelen, fp); in gaiconf_init()
1800 char *cp = strchr (line, '#'); in gaiconf_init()
1804 cp = line; in gaiconf_init()
1876 free (line); in gaiconf_init()
1934 free (line); in gaiconf_init()
1981 free (line); in gaiconf_init()
/sysdeps/arm/
A Daeabi_assert.c23 unsigned int line) in __aeabi_assert() argument
25 __assert_fail (assertion, file, line, NULL); in __aeabi_assert()
/sysdeps/x86_64/fpu/scripts/
A Dbench_libmvec.py400 for line in f:
402 if line.startswith('##'):
404 d_name, d_val = line[2:].split(':', 1)
409 die('Invalid directive: %s' % line[2:])
412 line = line.split('#', 1)[0].rstrip()
413 if not line:
420 all_vals[cur_name].append(line)
/sysdeps/powerpc/
A Ddl-procinfo.h163 unsigned long int assocty, line; in cache_geometry() local
167 line = geometry & 0xffff; in cache_geometry()
170 if (line == 0) in cache_geometry()
173 _dl_printf ("%luB line size, ", line); in cache_geometry()
A Dtest-arith.c223 check_result(int line, const char *rm, tocheck_t expected, tocheck_t actual) in check_result() argument
231 " expected result 0x", __FILE__, line, rm); in check_result()
319 check_excepts(int line, const char *rm, int expected, int actual) in check_excepts() argument
327 " expected exceptions ", __FILE__, line,rm); in check_excepts()
348 int line; member
489 check_result(optests[i].line,rmnames[j],x,r); in check_op()
490 check_excepts(optests[i].line,rmnames[j], in check_op()
497 fail_xr(int line, const char *rm, tocheck_t x, tocheck_t r, tocheck_t xx, in fail_xr() argument
503 printf("%s:%d:round %s:fail\n with x=0x", __FILE__, line,rm); in fail_xr()
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dutmp32.c70 getutline32 (const struct utmp32 *line) in getutline32() argument
72 ACCESS_UTMP_ENTRY (__getutline, line) in getutline32()
149 getutline32_r (const struct utmp32 *line, in getutline32_r() argument
157 utmp_convert32to64 (line, &in64); in getutline32_r()
A Dutmpx32.c89 getutxline32 (const struct utmpx32 *line) in getutxline32() argument
91 ACCESS_UTMPX_ENTRY (__getutxline, line); in getutxline32()
/sysdeps/ia64/fpu/
A Dimport_check43 (sz=0; while read line; do
44 if echo $line | fgrep -q " .rodata"; then
/sysdeps/hppa/
A Dconfigure.ac4 dnl as a line separator.
5 AC_CACHE_CHECK(for assembler line separator,
A Dconfigure3 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for assembler line separator" >&5
4 $as_echo_n "checking for assembler line separator... " >&6; }
/sysdeps/mach/hurd/i386/
A Dsigreturn.c36 #define A(line) asm volatile (#line) in __sigreturn2() argument
/sysdeps/x86/
A Dtst-cpu-features-cpuinfo.c33 char *line = NULL; in get_cpuinfo() local
44 while ((read = getline (&line, &len, f)) != -1) in get_cpuinfo()
46 if (strncmp (line, "flags", 5) == 0) in get_cpuinfo()
48 cpu_flags = strdup (line); in get_cpuinfo()
53 free (line); in get_cpuinfo()
/sysdeps/sparc/sparc64/multiarch/
A Dmemcpy-niagara1.S179 STORE_INIT(%o5, %o0 + 0x00) ! initializes cache line
208 STORE_INIT(%o4, %o0 + 0x00) ! initializes cache line

Completed in 19 milliseconds