OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:posix_openpt
(Results
1 - 2
of
2
) sorted by null
/external/bison/darwin-lib/
stdlib.h
767
_GL_FUNCDECL_SYS (
posix_openpt
, int, (int flags));
769
_GL_CXXALIAS_SYS (
posix_openpt
, int, (int flags));
770
_GL_CXXALIASWARN (
posix_openpt
);
772
# undef
posix_openpt
macro
774
_GL_WARN_ON_USE (
posix_openpt
, "
posix_openpt
is not portable - "
775
"use gnulib module
posix_openpt
for portability");
[
all
...]
/external/bison/linux-lib/
stdlib.h
767
_GL_FUNCDECL_SYS (
posix_openpt
, int, (int flags));
769
_GL_CXXALIAS_SYS (
posix_openpt
, int, (int flags));
770
_GL_CXXALIASWARN (
posix_openpt
);
772
# undef
posix_openpt
macro
774
_GL_WARN_ON_USE (
posix_openpt
, "
posix_openpt
is not portable - "
775
"use gnulib module
posix_openpt
for portability");
[
all
...]
Completed in 58 milliseconds