OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ns_mtab
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
nsswitch.h
167
*
ns_mtab
- `nsswitch method table'
177
}
ns_mtab
;
typedef in typeref:struct:__anon70581
185
typedef void (*nss_module_unregister_fn)(
ns_mtab
*, u_int);
186
typedef
ns_mtab
*(*nss_module_register_fn)(const char *, u_int *,
212
ns_mtab
*mtab; /* method table */
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
nsswitch.h
167
*
ns_mtab
- `nsswitch method table'
177
}
ns_mtab
;
typedef in typeref:struct:__anon71036
185
typedef void (*nss_module_unregister_fn)(
ns_mtab
*, u_int);
186
typedef
ns_mtab
*(*nss_module_register_fn)(const char *, u_int *,
212
ns_mtab
*mtab; /* method table */
Completed in 62 milliseconds
1
2
3