Searched refs:xasprintf (Results 1 – 17 of 17) sorted by relevance
/support/ |
A D | support_format_address_family.c | 37 return xasprintf ("<unknown address family %d>", family); in support_format_address_family()
|
A D | support_chroot.c | 36 *abspath = xasprintf ("%s/%s", directory, relpath); in write_file() 51 char *path_etc = xasprintf ("%s/etc", chroot->path_chroot); in support_chroot_create() 65 char *path_tmp = xasprintf ("%s/tmp", chroot->path_chroot); in support_chroot_create()
|
A D | xasprintf.c | 27 xasprintf (const char *format, ...) in xasprintf() function
|
A D | support_format_herrno.c | 42 return xasprintf ("<invalid h_errno value %d>\n", code); in support_format_herrno()
|
A D | support_format_hostent.c | 47 return xasprintf ("error: NETDB_INTERNAL (errno %d, %m)\n", errno); in support_format_hostent() 51 char *result = xasprintf ("error: %s\n", value); in support_format_hostent()
|
A D | support_format_netent.c | 33 char *result = xasprintf ("error: %s\n", value); in support_format_netent()
|
A D | tst-xreadlink.c | 33 char *symlink_name = xasprintf ("%s/symlink", dir); in do_test()
|
A D | temp_file.c | 68 fname = xasprintf ("%s/%sXXXXXX", dir, base); in create_temp_file_in_dir() 96 char *path = xasprintf ("%s/%sXXXXXX", test_dir, base); in support_create_temp_directory()
|
A D | tst-support_descriptors.c | 101 char *expected = xasprintf ("\nDifferences:\n" in test_run() 116 expected = xasprintf ("\nDifferences:\n" in test_run() 131 expected = xasprintf ("\nDifferences:\n" in test_run()
|
A D | support_run_diff.c | 33 char *template = xasprintf ("run_diff-%s", prefix); in write_to_temp_file()
|
A D | support_capture_subprocess.c | 114 char *dirname = xasprintf ("%s/tst-tunables-setuid.%jd", in copy_and_spawn_sgid() 116 char *execname = xasprintf ("%s/bin", dirname); in copy_and_spawn_sgid()
|
A D | support.h | 110 char *xasprintf (const char *format, ...)
|
A D | tst-support-open-dev-null-range.c | 38 char *proc_fd_path = xasprintf ("/proc/self/fd/%d", fd); in check_path()
|
A D | Makefile | 103 xasprintf \
|
A D | support_descriptors.c | 97 char *path = xasprintf ("/proc/self/fd/%ld", fd); in support_descriptors_list()
|
A D | blob_repeat.c | 166 char *temppath = xasprintf ("%s/support_blob_repeat-XXXXXX", test_dir); in allocate_big()
|
A D | test-container.c | 696 char *prog = xasprintf ("%s/ldconfig", support_install_rootsbindir); in run_ldconfig()
|
Completed in 24 milliseconds