Lines Matching refs:strdup
239 root = strdup(""); in getmapent_fn()
360 nfsdir = strdup("/"); in process_ref()
363 nfsdir = strdup(colon + 1); in process_ref()
365 nfshost = strdup(addrdata); in process_ref()
382 mapents = new_mapent(root, strdup(""), strdup("nfs"), in process_ref()
390 homedir = strdup(addrdata); in process_ref()
392 mapents = new_mapent(root, strdup(""), strdup("lofs"), in process_ref()
393 strdup(opts), strdup(""), homedir); in process_ref()
418 return (new_mapent(root, strdup(""), strdup("autofs"), strdup(opts), in process_ref()
419 strdup(""), concat(map, '/', key))); in process_ref()
553 : strdup("direct"); in frontier_aux()
554 me = new_mapent(noroot, strdup(mntpnt), strdup("autofs"), opts, in frontier_aux()
555 strdup(""), strdup(map)); in frontier_aux()
701 return (strdup(MNTOPT_NOSUID)); in safe_opts()
713 return (strdup(opts)); in safe_opts()
767 mounter = strdup(fstype); in new_mapent()
892 (equiv_str_dup = strdup(equiv_str)) == NULL) { in equiv_name()