Searched refs:mnt_type (Results 1 – 2 of 2) sorted by relevance
196 char *mnt_type; in CheckMounts() local202 mnt_type_len = SDL_strlen(mntent->mnt_type) + 1; in CheckMounts()203 mnt_type = SDL_stack_alloc(char, mnt_type_len); in CheckMounts()204 if (mnt_type == NULL) in CheckMounts()210 SDL_stack_free(mnt_type); in CheckMounts()214 SDL_strlcpy(mnt_type, mntent->mnt_type, mnt_type_len); in CheckMounts()218 if ( SDL_strcmp(mnt_type, MNTTYPE_SUPER) == 0 ) { in CheckMounts()221 SDL_stack_free(mnt_type); in CheckMounts()222 mnt_type = SDL_strdup(tmp + SDL_strlen("fs=")); in CheckMounts()223 if ( mnt_type ) { in CheckMounts()[all …]
1397 if (strcmp(mntent->mnt_type, MNTTYPE_IGNORE) == 0) in path_to_procfs()1399 if (strcmp(mntent->mnt_type, "proc") == 0) { in path_to_procfs()