Searched refs:xstrdup (Results 1 – 6 of 6) sorted by relevance
29 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()
24 xstrdup (const char *s) in xstrdup() function
44 return xstrdup (errstr); in support_format_herrno()
105 extern char *xstrdup (const char *) __attribute_malloc__ __attr_dealloc_free113 char *xstrdup (const char *) __attr_dealloc_free __returns_nonnull;
792 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()
201 xstrdup \
Completed in 12 milliseconds