OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtab
(Results
51 - 71
of
71
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon71559
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon72022
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon72431
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon72892
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon73355
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon73770
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
nsswitch.h
205
ns_mtab *
mtab
; /* method table */
member in struct:__anon74614
206
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon75068
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
nsswitch.h
205
ns_mtab *
mtab
; /* method table */
member in struct:__anon75922
206
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon76378
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
nsswitch.h
205
ns_mtab *
mtab
; /* method table */
member in struct:__anon77232
206
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon77586
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon77950
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon78314
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon78681
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon79080
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon79532
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon79986
213
u_int mtabsize; /* size of
mtab
*/
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c
76
#define _PATH_MOUNTED "/etc/
mtab
"
187
static void CheckMounts(const char *
mtab
)
193
mntfp = setmntent(
mtab
, "r");
245
mtab
, mnt_dev, mntent->mnt_dir, mnt_type);
/external/e2fsprogs/misc/
e4defrag.c
266
/* Refer to /etc/
mtab
*/
267
const char *
mtab
= MOUNTED;
local
278
fp = setmntent(
mtab
, "r");
280
perror("Couldn't access /etc/
mtab
");
321
/* Refer to /etc/
mtab
*/
322
const char *
mtab
= MOUNTED;
local
345
fp = setmntent(
mtab
, "r");
347
perror("Couldn't access /etc/
mtab
");
[
all
...]
/external/oprofile/utils/
opcontrol
227
grep oprofilefs /etc/
mtab
>/dev/null
[
all
...]
Completed in 915 milliseconds
1
2
3