Lines Matching refs:checked_strdup
65 checked_strdup(const char *s) in checked_strdup() function
133 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()
768 key = checked_strdup(yytext); in parse_map_yyin()
783 options = checked_strdup(yytext + 1); in parse_map_yyin()
825 mountpoint = checked_strdup(yytext); in parse_map_yyin()
838 options2 = checked_strdup(yytext + 1); in parse_map_yyin()
852 location = checked_strdup(yytext + 1); in parse_map_yyin()
858 location = checked_strdup(yytext); in parse_map_yyin()
862 mountpoint = checked_strdup("/"); in parse_map_yyin()
864 options2 = checked_strdup(""); in parse_map_yyin()
1039 path = checked_strdup(map); in parse_map()
1129 mountpoint = checked_strdup(yytext); in parse_master_yyin()
1131 map = checked_strdup(yytext); in parse_master_yyin()
1136 options = checked_strdup(yytext + 1); in parse_master_yyin()