Lines Matching refs:retval
84 errcode_t retval = 0;
158 retval = errno;
159 if (retval == ENOENT) {
164 retval = 0;
178 retval = 0;
181 return retval;
189 errcode_t retval;
193 retval = check_mntent_file("/proc/mounts", file, &mount_flags);
194 if (retval)
199 retval = check_mntent_file("/etc/mtab", file, &mount_flags);
200 if (retval)