Searched refs:notfound (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.3.2/
H A DMakefile4 intro.html mutexlock.html notfound.html renumber.html \
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dgetcwd.c194 goto notfound;
201 goto notfound;
247 notfound:
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DView.pm83 foreach my $arg (qw( base prefix suffix notfound silent )) {
108 delete @$config{ qw( base method map default prefix suffix notfound item
166 my @args = qw( base prefix suffix notfound item method include_prefix
287 # then the method will default to any 'notfound' template, if defined
323 my $notfound = $self->{ notfound };
341 # try the 'notfound' template (if defined) if that failed
342 if (($error = $@) && $notfound) {
343 unless ($template = $self->{ _BLOCKS }->{ $notfound }) {
344 $notfound
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dgetcwd.c163 goto notfound;
170 goto notfound;
217 notfound:
/macosx-10.10/sudo-73/src/
H A Dgetcwd.c194 goto notfound;
201 goto notfound;
249 notfound:
/macosx-10.10/CrackLib-37765/cracklib27/cracklib/
H A Dfascist.c632 int32 notfound; local
634 notfound = PW_WORDS(pwp);
724 if (FindPW(pwp, a) != notfound)
743 if (FindPW(pwp, a) != notfound)
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Ddebug.tcl126 set notfound [my exists {*}${args}]
127 if { ${notfound} ne "" } {
128 error "node (${notfound}) - not found"
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcwd.c252 goto notfound;
259 goto notfound;
306 notfound:
/macosx-10.10/ruby-106/ruby/ext/racc/cparse/
H A Dcparse.c471 if (NIL_P(tmp)) goto notfound;
506 if (i < 0) goto notfound;
509 if (NIL_P(act_value)) goto notfound;
514 if (NIL_P(tmp)) goto notfound;
515 if (NUM2LONG(tmp) != v->curstate) goto notfound;
523 notfound:
753 if (NIL_P(tmp)) goto notfound;
757 if (i < 0) goto notfound;
762 goto notfound;
769 goto notfound;
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Deudc-bob.el83 (notfound t))
84 (while (and notfound
87 (setq notfound nil))
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_list.c411 goto notfound;
414 notfound:
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dimport.tcl134 return [list 0 {} $path notfound {}]
H A Dmsgcat_c.tcl11 mcset c docidx/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
H A Dmsgcat_de.tcl11 mcset de docidx/include/path/notfound {Include-Datei "%1$s" nicht gefunden} ; # Details: file name
H A Dmsgcat_en.tcl11 mcset en docidx/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
H A Dmsgcat_fr.tcl14 mcset fr docidx/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dimport.tcl134 return [list 0 {} $path notfound {}]
H A Dmsgcat_c.tcl11 mcset c doctoc/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
H A Dmsgcat_de.tcl11 mcset de doctoc/include/path/notfound {Include-Datei "%1$s" nicht gefunden} ; # Details: file name
H A Dmsgcat_en.tcl11 mcset en doctoc/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
H A Dmsgcat_fr.tcl14 mcset fr doctoc/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_import.tcl134 return [list 0 {} $path notfound {}]
/macosx-10.10/emacs-93/emacs/lisp/
H A Djka-compr.el392 (notfound nil)
451 (setq notfound error-code)
469 (unless notfound
489 notfound
491 (cons "Opening input file" (nth 2 notfound))))
/macosx-10.10/BerkeleyDB-21/db/examples_c/
H A Dex_thread.c56 int notfound; /* Read. */ member in struct:_statistics
257 ++perf[id].notfound;
421 "reader: %2d: found: %5d: notfound: %5d: aborts: %4d\n",
423 perf[id].notfound, perf[id].aborts);
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkeytab.c886 goto notfound;
891 goto notfound;
897 notfound:

Completed in 302 milliseconds

12