Lines Matching refs:checked_strdup
72 checked_strdup(const char *s) in checked_strdup() function
138 copy = tofree = checked_strdup(path + 1); in create_directory()
140 partial = checked_strdup("/"); in create_directory()
168 n->n_key = checked_strdup("/"); in node_new_root()
169 n->n_options = checked_strdup(""); in node_new_root()
343 expanded = checked_strdup(string); in expand_ampersand()
429 expanded->n_key = checked_strdup(key); in node_expand_wildcard()
578 path = node_path_x(n, checked_strdup("")); in node_path()
613 return (node_options_x(n, checked_strdup(""))); in node_options()
750 key = checked_strdup(executable_key); in parse_map_yyin()
776 key = checked_strdup(yytext); in parse_map_yyin()
791 options = checked_strdup(yytext + 1); in parse_map_yyin()
833 mountpoint = checked_strdup(yytext); in parse_map_yyin()
846 options2 = checked_strdup(yytext + 1); in parse_map_yyin()
860 location = checked_strdup(yytext + 1); in parse_map_yyin()
866 location = checked_strdup(yytext); in parse_map_yyin()
870 mountpoint = checked_strdup("/"); in parse_map_yyin()
872 options2 = checked_strdup(""); in parse_map_yyin()
1048 path = checked_strdup(map); in parse_map()
1137 mountpoint = checked_strdup(yytext); in parse_master_yyin()
1139 map = checked_strdup(yytext); in parse_master_yyin()
1144 options = checked_strdup(yytext + 1); in parse_master_yyin()