Home
last modified time | relevance | path

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

/freebsd/sbin/mount/
H A Dmount.c110 static char *mountprog = NULL; variable
126 if (mountprog != NULL) in use_mountprog()
591 if (mountprog != NULL) in mountfs()
592 strlcpy(execname, mountprog, sizeof(execname)); in mountfs()
607 free(mountprog); in mountfs()
608 mountprog = NULL; in mountfs()
619 free(mountprog); in mountfs()
620 mountprog = NULL; in mountfs()
771 mountprog = strdup(val); in mangle()
774 if (mountprog == NULL) { in mangle()