Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/make-3.81/config/
Dprogtest.m430 echo "#! /bin/sh" >conf$$.sh
31 echo "exit 0" >>conf$$.sh
32 chmod +x conf$$.sh
33 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
38 rm -f conf$$.sh
43 cat >conf$$.file <<_ASEOF
47 chmod +x conf$$.file
48 if test -x conf$$.file >/dev/null 2>&1; then
53 rm -f conf$$.file
Dlib-ld.m436 echo "#! /bin/sh" >conf$$.sh
37 echo "exit 0" >>conf$$.sh
38 chmod +x conf$$.sh
39 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44 rm -f conf$$.sh
/ndk/sources/host-tools/make-3.81/
Dconfigure4596 echo "#! /bin/sh" >conf$$.sh
4597 echo "exit 0" >>conf$$.sh
4598 chmod +x conf$$.sh
4599 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
4604 rm -f conf$$.sh
4609 cat >conf$$.file <<_ASEOF
4613 chmod +x conf$$.file
4614 if test -x conf$$.file >/dev/null 2>&1; then
4619 rm -f conf$$.file
4707 echo "#! /bin/sh" >conf$$.sh
[all …]
Dgetloadavg.c691 struct cpu_config conf; in getloadavg() local
697 desc.sd_addr = (char *) &conf; in getloadavg()
698 desc.sd_size = sizeof conf; in getloadavg()
704 for (i = 0; i < conf.config_maxclass; ++i) in getloadavg()
DABOUT-NLS235 gpe-conf | [] [] |
372 gpe-conf | [] |
509 gpe-conf | [] [] [] [] |
646 gpe-conf | [] [] | 9
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dconfig.py72 conf = self.get_lit_conf(name)
73 if conf is None:
75 if conf.lower() in ('1', 'true'):
77 if conf.lower() in ('', '0', 'false'):
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.0469 rm -f conf$$ conf$$.exe conf$$.file
470 if test -d conf$$.dir; then
471 rm -f conf$$.dir/conf$$.file
473 rm -f conf$$.dir
474 mkdir conf$$.dir 2>/dev/null
476 if (echo >conf$$.file) 2>/dev/null; then
477 if ln -s conf$$.file conf$$ 2>/dev/null; then
483 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
485 elif ln conf$$.file conf$$ 2>/dev/null; then
493 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
[all …]