Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 126) sorted by relevance

123456

/glibc-2.36/hurd/
Dreport-wait.c29 describe_number (char *description, const char *flavor, long int i, size_t size) in describe_number() argument
32 char *limit = description + size; in describe_number()
33 char *p = flavor == NULL ? description : __stpncpy (description, flavor, size); in describe_number()
71 describe_port (char *description, mach_port_t port, size_t size) in describe_port() argument
76 return __stpncpy (description, "(null)", size); in describe_port()
78 return __stpncpy (description, "(dead)", size); in describe_port()
81 return __stpncpy (description, "task-self", size); in describe_port()
85 return describe_number (description, "init#", i, size); in describe_port()
91 return describe_number (description, "fd#", i, size); in describe_port()
99 return describe_number (description, "fd#", i, size); in describe_port()
[all …]
/glibc-2.36/intl/
Dtst-gettext2.c30 const char *description; member
68 gettext (strings[j].description)); in do_test()
/glibc-2.36/resolv/
Dtst-resolv-trustad.c75 char *description = xasprintf ("response=%d ad=%d", in check_answer() local
79 check_dns_packet (description, buffer, buffer_length, expected); in check_answer()
81 free (description); in check_answer()
/glibc-2.36/scripts/
Ddso-ordering-test.py272 description = cmdlineargs.description variable
287 if(test_name or description) and description_file:
289 if test_name and not description:
1161 parse_description_string(t, description)
Dlist-fixed-bugs.py35 parser = argparse.ArgumentParser(description=__doc__)
Dcheck-wx-segment.py62 parser = argparse.ArgumentParser(description=__doc__)
Dgen-as-const.py73 description='Produce headers of assembly constants.')
Dcheck-wrapper-headers.py93 description='Check for missing wrapper headers in include/.')
Dtst-ld-trace.py91 parser = argparse.ArgumentParser(description=__doc__)
Dmove-symbol-to-libc.py144 parser = argparse.ArgumentParser(description=__doc__)
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-signal-numbers.py29 description="Test that glibc's signal numbers match the kernel's.")
Dtst-mman-consts.py30 description="Test that glibc's sys/mman.h constants "
Dtst-pidfd-consts.py30 description="Test that glibc's sys/pidfd.h constants "
Dtst-socket-consts.py28 description="Test that glibc's sys/socket.h constants "
Dtst-mount-consts.py30 description="Test that glibc's sys/mount.h constants "
Dupdate-syscall-lists.py53 description='System call list consistency checks')
Dtst-glibcsyscalls.py29 description="System call list consistency checks")
/glibc-2.36/localedata/
DREADME13 You need this program to "compile" the locale description in a form
67 data used the locale and charmap description files contained here.
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dvltest.py68 parser = argparse.ArgumentParser(description=
/glibc-2.36/conform/
Dlist-header-symbols.py56 parser = argparse.ArgumentParser(description='List exported symbols.')
/glibc-2.36/stdio-common/
Dtst-errno-manual.py62 parser = argparse.ArgumentParser(description='Generate errlist.h')
/glibc-2.36/localedata/unicode-gen/
Dgen_translit_circle.py109 description='''
Dgen_translit_font.py115 description='''
Dgen_translit_fraction.py156 description='''
/glibc-2.36/elf/
Dtst-relro-symbols.py57 parser = argparse.ArgumentParser(description=__doc__)

123456