Searched refs:description (Results 1 – 25 of 126) sorted by relevance
123456
/glibc-2.36/hurd/ |
D | report-wait.c | 29 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/ |
D | tst-gettext2.c | 30 const char *description; member 68 gettext (strings[j].description)); in do_test()
|
/glibc-2.36/resolv/ |
D | tst-resolv-trustad.c | 75 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/ |
D | dso-ordering-test.py | 272 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)
|
D | list-fixed-bugs.py | 35 parser = argparse.ArgumentParser(description=__doc__)
|
D | check-wx-segment.py | 62 parser = argparse.ArgumentParser(description=__doc__)
|
D | gen-as-const.py | 73 description='Produce headers of assembly constants.')
|
D | check-wrapper-headers.py | 93 description='Check for missing wrapper headers in include/.')
|
D | tst-ld-trace.py | 91 parser = argparse.ArgumentParser(description=__doc__)
|
D | move-symbol-to-libc.py | 144 parser = argparse.ArgumentParser(description=__doc__)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-signal-numbers.py | 29 description="Test that glibc's signal numbers match the kernel's.")
|
D | tst-mman-consts.py | 30 description="Test that glibc's sys/mman.h constants "
|
D | tst-pidfd-consts.py | 30 description="Test that glibc's sys/pidfd.h constants "
|
D | tst-socket-consts.py | 28 description="Test that glibc's sys/socket.h constants "
|
D | tst-mount-consts.py | 30 description="Test that glibc's sys/mount.h constants "
|
D | update-syscall-lists.py | 53 description='System call list consistency checks')
|
D | tst-glibcsyscalls.py | 29 description="System call list consistency checks")
|
/glibc-2.36/localedata/ |
D | README | 13 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/ |
D | vltest.py | 68 parser = argparse.ArgumentParser(description=
|
/glibc-2.36/conform/ |
D | list-header-symbols.py | 56 parser = argparse.ArgumentParser(description='List exported symbols.')
|
/glibc-2.36/stdio-common/ |
D | tst-errno-manual.py | 62 parser = argparse.ArgumentParser(description='Generate errlist.h')
|
/glibc-2.36/localedata/unicode-gen/ |
D | gen_translit_circle.py | 109 description='''
|
D | gen_translit_font.py | 115 description='''
|
D | gen_translit_fraction.py | 156 description='''
|
/glibc-2.36/elf/ |
D | tst-relro-symbols.py | 57 parser = argparse.ArgumentParser(description=__doc__)
|
123456