Searched refs:found (Results 1 - 25 of 1552) sorted by relevance

1234567891011>>

/macosx-10.10.1/ncurses-44/ncurses/
H A Dmk-0th.awk40 found = 0;
62 if ( found == 0 )
70 found = 1
72 found = 2
83 if ( found == 1 )
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dspecmiss14 $found{$2} = 1;
20 delete $found{$2};
24 for $name (sort keys %found) {
/macosx-10.10.1/cups-408/cups/tools/
H A Dcheckglobals10 found=""
16 found=`nm -g $file2 | grep $function`
17 if test "$found" != ""; then
22 if test -z "$found"; then
H A Dlistpublic7 found=`grep $function\( *.h | grep -v DEPRECATED`
9 if test "x$found" != x; then
/macosx-10.10.1/ntp-92/ntpdc/
H A Dnl.pl3 $found = 0;
11 $found = 1;
16 if ($found) {
31 $found = 0 if $last;
H A Dnl.pl.in3 $found = 0;
11 $found = 1;
16 if ($found) {
31 $found = 0 if $last;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Duser.c53 bool found; local
61 found = false;
62 for (i = 0; !found && i < ngroups; i++)
64 found = true;
65 return found;
/macosx-10.10.1/CPAN-56/
H A DgetCPAN.pl47 my($dist, $found, $foundvers, $name, $vers, %projects);
53 undef($found);
61 if(defined($found)) {
70 $found = $dist;
73 if(!defined($found)) {
77 if(defined($found)) {
86 $found = $dist;
89 if(!defined($found)) {
94 if($downloaded{$found->base_id}) {
95 printf " %s downloaded %s\n", $download ? 'Already' : 'Would have already', $found
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dnewext48 found=
56 found=true;;
60 if [ -z "$found" ]; then
/macosx-10.10.1/libpcap-48/libpcap/Win32/Src/
H A Dgetnetbynm.c38 goto found;
40 found:
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dgenget.c80 char **c, **found; local
86 found = 0;
92 if (found)
94 found = c;
96 return(found);
/macosx-10.10.1/libtelnet-13/
H A Dgenget.c83 char **c, **found; local
89 found = 0;
95 if (found)
97 found = c;
99 return(found);
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/examples/
H A DPCSCv2part10.c40 int found = 0, len; local
42 int ret = -1; /* not found by default */
49 found = 1;
58 if (found)
95 int found; local
106 found = 0;
112 found = 1;
116 if (! found)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/DYLD_VERSIONED_FRAMEWORK_PATH-basic/
H A Dmain.c40 bool found = false; local
45 found = true;
48 if ( !found ) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/rpath-introspection/
H A Dmain.c39 bool found = false; local
43 found = true;
50 if ( !found ) {
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c100 const unsigned long **found);
203 const unsigned long **found) {
204 assert(handle != NULL && str != NULL && found != NULL);
209 return (idn_nameprep_check(handle->prohibited_proc, str, found));
214 const unsigned long **found) {
215 assert(handle != NULL && str != NULL && found != NULL);
220 return (idn_nameprep_check(handle->unassigned_proc, str, found));
225 const unsigned long **found) {
236 *found = str;
239 *found
202 idn_nameprep_isprohibited(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument
213 idn_nameprep_isunassigned(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument
224 idn_nameprep_check(nameprep_checkproc proc, const unsigned long *str, const unsigned long **found) argument
249 idn_nameprep_isvalidbidi(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument
342 idn_nameprep_prohibitproc(void *handle, const unsigned long *str, const unsigned long **found) argument
348 idn_nameprep_unassignedproc(void *handle, const unsigned long *str, const unsigned long **found) argument
354 idn_nameprep_bidiproc(void *handle, const unsigned long *str, const unsigned long **found) argument
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dname_match.c84 int code, found; local
93 found = FALSE;
97 found = TRUE;
101 if (found)
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dfilechecker.h107 * the UCS4 string 'str'. If there are none, NULL is stored in '*found'.
109 * stored in '*found'.
116 const unsigned long **found);
130 const unsigned long **found);
H A Dnameprep.h88 * idn_notfound -- specified version not found.
113 * by the draft. If found, the pointer to the first such character is stored
114 * into '*found'. Otherwise '*found' will be NULL.
119 * was found. Check '*found' to see the
124 const unsigned long **found);
128 * by the draft. If found, the pointer to the first such character is stored
129 * into '*found'. Otherwise '*found' wil
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/m4/
H A Dfunc_isinf.m410 AC_DEFINE([HAVE_ISINF_IN_MATH_H],1,[Set to 1 if the isinf function is found in <math.h>])
17 AC_DEFINE([HAVE_ISINF_IN_CMATH],1,[Set to 1 if the isinf function is found in <cmath>])
24 AC_DEFINE([HAVE_STD_ISINF_IN_CMATH],1,[Set to 1 if the std::isinf function is found in <cmath>])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
H A Dfunc_isnan.m411 AC_DEFINE([HAVE_ISNAN_IN_MATH_H],1,[Set to 1 if the isnan function is found in <math.h>])
18 AC_DEFINE([HAVE_ISNAN_IN_CMATH],1,[Set to 1 if the isnan function is found in <cmath>])
25 AC_DEFINE([HAVE_STD_ISNAN_IN_CMATH],1,[Set to 1 if the std::isnan function is found in <cmath>])
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dfunc_isinf.m410 AC_DEFINE([HAVE_ISINF_IN_MATH_H],1,[Set to 1 if the isinf function is found in <math.h>])
17 AC_DEFINE([HAVE_ISINF_IN_CMATH],1,[Set to 1 if the isinf function is found in <cmath>])
24 AC_DEFINE([HAVE_STD_ISINF_IN_CMATH],1,[Set to 1 if the std::isinf function is found in <cmath>])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
H A Dfunc_isnan.m411 AC_DEFINE([HAVE_ISNAN_IN_MATH_H],1,[Set to 1 if the isnan function is found in <math.h>])
18 AC_DEFINE([HAVE_ISNAN_IN_CMATH],1,[Set to 1 if the isnan function is found in <cmath>])
25 AC_DEFINE([HAVE_STD_ISNAN_IN_CMATH],1,[Set to 1 if the std::isnan function is found in <cmath>])
/macosx-10.10.1/cxxfilt-11/cxxfilt/
H A Dsymlink-tree60 found=
63 found=yes
66 if [ -z "${found}" ]; then
/macosx-10.10.1/man-16/man/src/
H A Dapropos.sh65 found=0
72 found=1
80 if [ $found = 0 ]

Completed in 140 milliseconds

1234567891011>>