Searched refs:checked_strdup (Results 1 – 8 of 8) sorted by relevance
65 checked_strdup(const char *s) in checked_strdup() function133 copy = tofree = checked_strdup(path + 1); in create_directory()135 partial = checked_strdup("/"); in create_directory()163 n->n_key = checked_strdup("/"); in node_new_root()164 n->n_options = checked_strdup(""); in node_new_root()339 expanded = checked_strdup(string); in expand_ampersand()425 expanded->n_key = checked_strdup(key); in node_expand_wildcard()570 path = node_path_x(n, checked_strdup("")); in node_path()605 return node_options_x(n, checked_strdup("")); in node_options()742 key = checked_strdup(executable_key); in parse_map_yyin()[all …]
103 picked = checked_strdup(pair + olen); in pick_option()201 key = checked_strdup(adr->adr_path); in handle_request()206 parent = node_new_map(root, checked_strdup(adr->adr_prefix), in handle_request()207 NULL, checked_strdup(map), in handle_request()208 checked_strdup("[kernel request]"), lineno); in handle_request()213 key = checked_strdup(adr->adr_key); in handle_request()322 fstype = checked_strdup("nfs"); in handle_request()
80 expanded = checked_strdup(string); in defined_expand()223 d->d_name = checked_strdup(name); in defined_add()224 d->d_value = checked_strdup(value); in defined_add()
100 argv[0] = checked_strdup(argv0); in auto_popen()116 cur->command = checked_strdup(command); in auto_popen()
76 peer_name = checked_strdup(name); in log_set_peer_name()89 peer_addr = checked_strdup(addr); in log_set_peer_addr()
79 char *checked_strdup(const char *);
58 char *checked_strdup(const char *);
130 checked_strdup(const char *s) in checked_strdup() function