Lines Matching defs:given
339 * if it is, then check if it's the same device_file as the given one...
629 /* figure out mount point if no mount point is given... */
731 char *given = given_options[i];
737 if (strcmp (given, allow) == 0) {
742 (strncmp (given, allow, allow_len) == 0) &&
743 (int) strlen (given) > allow_len) {
746 * given == "umask=foobar" and allowed == "umask="
752 uid = (uid_t) strtol (given + allow_len, &endp, 10);
754 printf ("'%s' is not a number?\n", given);
771 invalid_mount_option (given, invoked_by_uid);