Lines Matching refs:mountp
225 *mountp, /* argument of mount directory */
420 mountp = argv[optind++];
422 mountp = NULL;
426 mountp == NULL) {
429 mountp == NULL) {
444 vref.vfs_mountp = mountp;
447 /* get a vfstab entry matching mountp or special */
456 special = vref.vfs_special = mountp;
457 mountp = vref.vfs_mountp = NULL;
470 if (mountp == NULL)
471 mountp = vget.vfs_mountp;
477 if (stat64(mountp, &stbuf) == -1) {
479 myname, mountp);
500 if (realpath(mountp, realdir) == NULL) {
502 perror(mountp);
506 if ((mountp = strdup(realdir)) == NULL)
509 if (check_fields(fstype, mountp))
537 newargv[ii++] = mountp;
1204 * the calls are the options, special and mountp fields.
1582 check_fields(char *fstype, char *mountp)
1599 if (mountp == NULL) {
1605 if (*mountp != '/') {
1608 myname, mountp);
1616 if (!aflg && stat64(mountp, &stbuf) < 0) {
1620 myname, mountp);
1624 myname, mountp);