OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtab
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon70583
213
u_int mtabsize; /* size of
mtab
*/
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
nsswitch.h
212
ns_mtab *
mtab
; /* method table */
member in struct:__anon71038
213
u_int mtabsize; /* size of
mtab
*/
/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
...]
Completed in 300 milliseconds
1
2
3