OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CS_PATH
(Results
1 - 5
of
5
) sorted by null
/external/bison/lib/
spawni.c
310
followed by the path 'confstr' returns for '
_CS_PATH
'. */
311
len = confstr (
_CS_PATH
, (char *) NULL, 0);
314
(void) confstr (
_CS_PATH
, path + 1, len);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
confname.h
537
_CS_PATH
, /* The default search path. */
538
#define
_CS_PATH
_CS_PATH
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
confname.h
537
_CS_PATH
, /* The default search path. */
538
#define
_CS_PATH
_CS_PATH
/external/mksh/src/
main.c
192
#if !defined(_PATH_DEFPATH) && defined(
_CS_PATH
)
307
#ifdef
_CS_PATH
308
if ((k = confstr(
_CS_PATH
, NULL, 0)) > 0 &&
309
confstr(
_CS_PATH
, cp = alloc(k + 1, APERM), k + 1) == k + 1)
[
all
...]
/external/compiler-rt/lib/msan/tests/
msan_test.cc
1208
size_t res = confstr(
_CS_PATH
, buf, sizeof(buf));
1214
res = confstr(
_CS_PATH
, buf2, sizeof(buf2));
[
all
...]
Completed in 772 milliseconds