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

/freebsd-9.3-release/sbin/mount/
H A Dmount.c134 static char *mountprog = NULL; variable
150 if (mountprog != NULL)
577 if (mountprog != NULL)
578 strcpy(execname, mountprog);
593 free(mountprog);
594 mountprog = NULL;
605 free(mountprog);
606 mountprog = NULL;
738 } else if (strncmp(p, "mountprog", 9) == 0) {
740 * "mountprog" i
[all...]

Completed in 105 milliseconds