Home
last modified time | relevance | path

Searched refs:checked_strdup (Results 1 – 9 of 9) sorted by relevance

/dragonfly/usr.sbin/autofs/
H A Dcommon.c59 checked_strdup(const char *s) in checked_strdup() function
127 partial = checked_strdup("/"); in create_directory()
155 n->n_key = checked_strdup("/"); in node_new_root()
156 n->n_options = checked_strdup(""); in node_new_root()
330 expanded = checked_strdup(string); in expand_ampersand()
763 key = checked_strdup(yytext); in parse_map_yyin()
853 location = checked_strdup(yytext); in parse_map_yyin()
857 mountpoint = checked_strdup("/"); in parse_map_yyin()
859 options2 = checked_strdup(""); in parse_map_yyin()
1035 path = checked_strdup(map); in parse_map()
[all …]
H A Dautomountd.c97 picked = checked_strdup(pair + strlen(option)); in pick_option()
195 key = checked_strdup(adr->adr_path); in handle_request()
200 parent = node_new_map(root, checked_strdup(adr->adr_prefix), in handle_request()
201 NULL, checked_strdup(map), in handle_request()
202 checked_strdup("[kernel request]"), lineno); in handle_request()
207 key = checked_strdup(adr->adr_key); in handle_request()
316 fstype = checked_strdup("nfs"); in handle_request()
H A Ddefined.c73 expanded = checked_strdup(string); in defined_expand()
215 d->d_name = checked_strdup(name); in defined_add()
216 d->d_value = checked_strdup(value); in defined_add()
H A Dpopen.c94 argv[0] = checked_strdup(argv0); in auto_popen()
110 cur->command = checked_strdup(command); in auto_popen()
H A Dlog.c70 peer_name = checked_strdup(name); in log_set_peer_name()
83 peer_addr = checked_strdup(addr); in log_set_peer_addr()
H A Dcommon.h90 char *checked_strdup(const char *);
/dragonfly/usr.sbin/uefisign/
H A Duefisign.c61 checked_strdup(const char *s) in checked_strdup() function
352 certpath = checked_strdup(optarg); in main()
355 keypath = checked_strdup(optarg); in main()
358 outpath = checked_strdup(optarg); in main()
/dragonfly/usr.sbin/fstyp/
H A Dfstyp.h52 char *checked_strdup(const char *s);
H A Dfstyp.c121 checked_strdup(const char *s) in checked_strdup() function