Searched refs:found (Results 276 - 300 of 1552) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tk/tk/win/
H A Dconfigure.in65 AC_MSG_ERROR([Required archive tool 'ar' not found on PATH.])
68 AC_MSG_ERROR([Required archive index tool 'ranlib' not found on PATH.])
71 AC_MSG_ERROR([Required resource tool 'windres' not found on PATH.])
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dinfo.el187 version of Emacs you are using, will always be found first. This
431 ;; If we found a file with a suffix, set DECODER
619 Optional second argument NOERROR, if t, means if file is not found
621 ;; Convert filename to lower case if not found as specified.
624 (let (temp temp-downcase found)
628 (setq found t))
643 (while (and dirs (not found))
652 (while (and suffix-list (not found))
656 (setq found temp))
660 (setq found tem
[all...]
H A Dhelp-at-pt.el40 ;; previous region with available local help and print the help found
237 (catch 'found
240 (throw 'found t))))))
323 Print the help found there using `display-local-help'. Adjacent
346 Print the help found there using `display-local-help'. Adjacent
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dspam.el550 found)
552 (when (and (null found)
556 (setq found t)))
557 found))
1167 found)
1169 (unless found
1172 (setq found t))))
1173 found)
1189 new-cell-list found)
1227 ret found)
[all...]
H A Dmm-encode.el172 (catch 'found
175 (throw 'found
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dacquire_cred.c98 int found = 0; local
103 while (!found && krb5_kt_next_entry(context, handle->keytab, &tmp, &c) == 0) {
113 found = 1;
115 found = 1;
117 found = 1;
123 return found;
234 goto found;
280 goto found;
307 found:
1083 int found local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dticket.c191 krb5_boolean *found,
215 if (!*found && ad->val[i].ad_type == type) {
222 *found = TRUE;
239 ret = find_type_in_ad(context, type, data, found, FALSE,
290 ret = find_type_in_ad(context, type, data, found, failp, sessionkey,
320 if (*found) {
322 *found = 0;
335 krb5_boolean found = FALSE; local
346 ret = find_type_in_ad(context, type, data, &found, TRUE, sessionkey, ad, 0);
349 if (!found) {
188 find_type_in_ad(krb5_context context, int type, krb5_data *data, krb5_boolean *found, krb5_boolean failp, krb5_keyblock *sessionkey, const AuthorizationData *ad, int level) argument
379 krb5_boolean found = FALSE; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dsysscript.tcl121 set found 0
142 set found 2
144 } elseif { $r != "Key $k not found." } {
145 set found 1
149 switch $found {
154 # Key was not found, decide how much to replicate
188 # Key was found. Make sure that all the data values
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DDispatch.pm102 C<undef>, meaning no groups could be found.
106 An empty list, meaning no groups could be found.
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DMakefile.PL64 No library for handling international domain names found.
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dsvccoll.cpp110 UBool found = FALSE; local
113 !found && locStr != NULL;
117 found = TRUE;
147 if (!found) {
160 errln(UnicodeString("found ") + displayName + " for fu_FU");
167 errln(UnicodeString("found ") + displayName + " for fu_FU");
427 UBool found = FALSE; local
430 !found && locStr != NULL;
434 found = TRUE;
439 if (!found) {
[all...]
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_filter.c485 ap_filter_t *found = NULL; local
498 found = next;
503 if (found) {
504 ap_remove_input_filter(found);
513 ap_filter_t *found = NULL; local
526 found = next;
531 if (found) {
532 ap_remove_output_filter(found);
/macosx-10.10.1/bind9-45.101/bind9/contrib/queryperf/missing/
H A Dgetnameinfo.c118 goto found;
122 found:
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dgetaddrinfo.c505 int found; local
518 found = 0;
525 if ((found & FOUND_IPV6) == 0)
527 found |= FOUND_IPV6;
530 if ((found & FOUND_IPV4) == 0)
532 found |= FOUND_IPV4;
539 if ((found & FOUND_IPV4) == 0)
541 if ((found & FOUND_IPV6) == 0)
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dalpha-dis.c144 goto found;
147 /* No instruction found */
152 found:
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/preroot/
H A Dgetpreroot.c129 goto found;
147 found:
/macosx-10.10.1/lsof-53/lsof/tests/
H A DCkTestDB8 # It then compares the line to TestDB. If the line is found, the script
9 # exits. if the line is not found, the script issues a warning and requests
110 This is the computed identity of this dialect, not found in the
/macosx-10.10.1/man-16/man/src/
H A Dman.c250 int found; local
255 found = 0;
274 found = !do_system_command (command, 0);
276 return found;
284 int found; local
286 found = 0;
296 found = !do_system_command (command, 0);
298 return found;
987 int found, type, flags; local
990 found
[all...]
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_denode.c143 * Look for a given denode in the denode hash. If found,
154 struct denode *found = 0; /* Only used if DEBUG is non-zero */ local
179 printf("msdosfs_hash_get: found deleted object\n");
199 if (found)
201 found = dep;
208 return found;
225 struct denode *found; local
226 found = msdosfs_hash_get(dep->de_dev, dep->de_dirclust, dep->de_diroffset);
227 if (found)
228 panic("msdosfs_hash_insert: denode already in hash? found
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dread_termcap.c168 * requested capability couldn't be found.
172 * found.
174 * If (cap, '@') or (cap, terminator, '@') is found before (cap, terminator)
228 * TC_NOT_FOUND if the requested record couldn't be found
256 * names interpolated, a name can't be found, or depth exceeds
433 break; /* found it! */
623 break; /* found next name */
706 bool found = FALSE; local
720 found = TRUE;
723 if (found) {
944 int found = TGETENT_NO; local
[all...]
/macosx-10.10.1/postfix-255/postfix/conf/
H A Dpost-install258 echo $0: Error: no $POSTCONF command found. 1>&2
636 found=`$POSTCONF -c $config_directory -h hash_queue_names`
638 (echo "$found" | grep defer >/dev/null) || missing="$missing defer"
639 (echo "$found" | grep deferred>/dev/null)|| missing="$missing deferred"
642 $POSTCONF -c $config_directory -e hash_queue_names="$found$missing" ||
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dgetnameinfo.c109 goto found;
113 found:
/macosx-10.10.1/rsync-45/rsync/
H A Dwildtest.c205 printf(" wildmatch error%s found.\n", wildmatch_errors == 1? "" : "s");
212 printf(" fnmatch error%s found.\n", fnmatch_errors == 1? "" : "s");
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclLiteral.c184 * search from the bucket chain we last found an entry.
233 * 1, else 0. NULL is returned if newPtr==NULL and no literal is found.
279 * A literal was found: return it
318 Tcl_Panic("TclRegisterLiteral: literal \"%.*s\" found globally but shouldn't be",
344 int found, i;
346 found = 0;
351 found = 1;
355 if (!found) {
391 * literal table. If not found, we create a new shared literal in the
407 * array an object is found o
340 int found, i; local
693 int length, found, i; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclLiteral.c113 * restart the search from the bucket chain we last found an entry.
157 * global literal table. If not found, we create a new shared literal
173 * array an object is found or created. */
238 * A global literal was found. Add an entry to the CompileEnv's
288 panic("TclRegisterLiteral: literal \"%.*s\" found globally but shouldn't be",
315 int found, i;
316 found = 0;
322 found = 1;
326 if (!found) {
351 * Returns the matching LiteralEntry if found, otherwis
312 int found, i; local
554 int length, found, i; local
[all...]

Completed in 241 milliseconds

<<11121314151617181920>>