OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getlogin_r
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
unistd.h
310
getlogin_r
) __nonnull ((1));
314
__nonnull ((1)) __warnattr ("
getlogin_r
called with bigger buflen than "
318
getlogin_r
(char *__buf, size_t __buflen)
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h
310
getlogin_r
) __nonnull ((1));
314
__nonnull ((1)) __warnattr ("
getlogin_r
called with bigger buflen than "
318
getlogin_r
(char *__buf, size_t __buflen)
function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h
310
getlogin_r
) __nonnull ((1));
314
__nonnull ((1)) __warnattr ("
getlogin_r
called with bigger buflen than "
318
getlogin_r
(char *__buf, size_t __buflen)
function
/ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h
369
extern int
getlogin_r
(char *name, size_t size);
372
# undef
getlogin_r
macro
373
# define
getlogin_r
(n,s) \
macro
374
(GL_LINK_WARNING ("
getlogin_r
is unportable - " \
375
"use gnulib module
getlogin_r
for portability"), \
376
getlogin_r
(n, s))
/external/bison/darwin-lib/
unistd.h
1117
# undef
getlogin_r
macro
[
all
...]
/external/bison/linux-lib/
unistd.h
1117
# undef
getlogin_r
macro
[
all
...]
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
309
/// int
getlogin_r
(char *name, size_t namesize);
310
getlogin_r
,
enumerator in enum:llvm::LibFunc::Func
Completed in 155 milliseconds