Searched refs:conf (Results 1 – 7 of 7) sorted by relevance
30 echo "#! /bin/sh" >conf$$.sh31 echo "exit 0" >>conf$$.sh32 chmod +x conf$$.sh33 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then38 rm -f conf$$.sh43 cat >conf$$.file <<_ASEOF47 chmod +x conf$$.file48 if test -x conf$$.file >/dev/null 2>&1; then53 rm -f conf$$.file
36 echo "#! /bin/sh" >conf$$.sh37 echo "exit 0" >>conf$$.sh38 chmod +x conf$$.sh39 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then44 rm -f conf$$.sh
4596 echo "#! /bin/sh" >conf$$.sh4597 echo "exit 0" >>conf$$.sh4598 chmod +x conf$$.sh4599 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then4604 rm -f conf$$.sh4609 cat >conf$$.file <<_ASEOF4613 chmod +x conf$$.file4614 if test -x conf$$.file >/dev/null 2>&1; then4619 rm -f conf$$.file4707 echo "#! /bin/sh" >conf$$.sh[all …]
691 struct cpu_config conf; in getloadavg() local697 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()
235 gpe-conf | [] [] |372 gpe-conf | [] |509 gpe-conf | [] [] [] [] |646 gpe-conf | [] [] | 9
72 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'):
469 rm -f conf$$ conf$$.exe conf$$.file470 if test -d conf$$.dir; then471 rm -f conf$$.dir/conf$$.file473 rm -f conf$$.dir474 mkdir conf$$.dir 2>/dev/null476 if (echo >conf$$.file) 2>/dev/null; then477 if ln -s conf$$.file conf$$ 2>/dev/null; then483 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||485 elif ln conf$$.file conf$$ 2>/dev/null; then493 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file[all …]