Home
last modified time | relevance | path

Searched refs:xstrdup (Results 1 – 6 of 6) sorted by relevance

/support/
A Dsupport_format_address_family.c29 return xstrdup ("INET"); in support_format_address_family()
31 return xstrdup ("INET6"); in support_format_address_family()
33 return xstrdup ("LOCAL"); in support_format_address_family()
35 return xstrdup ("UNSPEC"); in support_format_address_family()
A Dxstrdup.c24 xstrdup (const char *s) in xstrdup() function
A Dsupport_format_herrno.c44 return xstrdup (errstr); in support_format_herrno()
A Dsupport.h105 extern char *xstrdup (const char *) __attribute_malloc__ __attr_dealloc_free
113 char *xstrdup (const char *) __attr_dealloc_free __returns_nonnull;
A Dtest-container.c792 pristine_root_path = xstrdup (concat (support_objdir_root, in main()
794 new_root_path = xstrdup (concat (support_objdir_root, in main()
825 command_root = xstrdup (command_root); in main()
828 command_base = xstrdup (command_root); in main()
839 so_base = xstrdup (argv[1]); in main()
856 new_objdir_path = xstrdup (concat (new_root_path, in main()
858 new_srcdir_path = xstrdup (concat (new_root_path, in main()
1000 new_child_exec = xstrdup (new_exec_path); in main()
1002 new_child_proc[0] = xstrdup (the_words[2]); in main()
1008 change_cwd = xstrdup (the_words[1]); in main()
A DMakefile201 xstrdup \

Completed in 12 milliseconds