mount.c: 2174 progname = argv[0]; 2175 if ((p = strrchr(progname, '/')) != NULL) 2176 progname = p+1;