Home
last modified time | relevance | path

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

/freebsd/sbin/mount_fusefs/
H A Dmount_fusefs.c388 char *bgdaemon; in main() local
396 bgdaemon = calloc(1, len); in main()
398 if (! bgdaemon) in main()
401 strlcpy(bgdaemon, daemon_str, len); in main()
402 strlcat(bgdaemon, " ", len); in main()
403 strlcat(bgdaemon, daemon_opts, len); in main()
404 strlcat(bgdaemon, " &", len); in main()
406 if (system(bgdaemon)) in main()