Searched refs:correct (Results 1 - 25 of 177) sorted by relevance

12345678

/macosx-10.10/dtrace-147/test/tst/common/strlen/
H A Dtst.strlen1.d40 correct = 1;
45 exit(correct ? 0 : 1);
/macosx-10.10/libclosure-65/tests/
H A Dparameters.c65 // get a type correct function pointer for the invocation function
66 void (*correct)(struct parameters_example_struct *, int);
67 correct = (void (*)(struct parameters_example_struct *, int))myClosure->base.Block_invoke;
69 correct(myClosure, desiredValue);
/macosx-10.10/ruby-106/extras/
H A Drails6 if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
/macosx-10.10/pcre-7/pcre/
H A Dpcre_ucd.c2827 #error Please correct UCD_BLOCK_SIZE in pcre_internal.h
H A DRunTest.bat5 @rem MS Windows batch file to run pcretest on testfiles with the correct
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DMC.xotcl21 Class Pool::Question::Alternative -parameter {text correct}
25 foreach {alt correct} $pairs {
28 -text $alt -correct $correct
35 # "requiredCorrect" defines the minimal number of correct answers
95 [$a text] ([$a correct])\n"
122 set correct 1
125 set altCorrect [expr {$ca($alternative) == [$alternative correct]}]
129 set correct [expr {$correct
[all...]
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A DMakefile5 CFILES = acksend.c byteorder.c candidate.c cksum.c correct.c master.c\
H A Dextern.h60 void correct(long);
H A Dcorrect.c36 static char sccsid[] = "@(#)correct.c 8.1 (Berkeley) 6/6/93";
40 "$FreeBSD: src/usr.sbin/timed/timed/correct.c,v 1.8 2007/11/07 10:53:41 kevlo Exp $";
56 correct(avdelta) function
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dllvm-native-gcc117 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
124 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
148 run "llc -enable-correct-eh-support -march=c -f -o $GeneratedCode $BCFile";
151 run "llc -enable-correct-eh-support -f -o $GeneratedCode $BCFile";
/macosx-10.10/dcerpc-61/dcerpc/
H A Dinclude.mk10 # TODO-2008/0124-dalmeida - More correct naming of variable.
/macosx-10.10/perl-103/fix/
H A Ddummy.pl6 should pick the correct script in /usr/bin by appending the appropriate version.
/macosx-10.10/tcsh-65/tcsh/cygwin/
H A Dcsh.cshrc54 set correct=cmd
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Ddirhardlink.c146 uint32_t incorrect, uint32_t correct)
153 snprintf(str1, sizeof(str1), "0x%x", correct);
163 p->correct = correct;
179 uint32_t incorrect, uint32_t correct, Boolean check_duplicates)
191 p->correct = correct;
202 snprintf(str1, sizeof(str1), "0x%x", correct);
213 uint32_t incorrect, uint32_t correct)
219 snprintf(str1, sizeof(str1), "%u", correct);
145 record_link_badflags(SGlobPtr gptr, uint32_t link_id, Boolean isdir, uint32_t incorrect, uint32_t correct) argument
178 record_inode_badflags(SGlobPtr gptr, uint32_t inode_id, Boolean isdir, uint32_t incorrect, uint32_t correct, Boolean check_duplicates) argument
212 record_inode_badparent(SGlobPtr gptr, uint32_t inode_id, Boolean isdir, uint32_t incorrect, uint32_t correct) argument
230 record_inode_badname(SGlobPtr gptr, uint32_t inode_id, char *incorrect, char *correct) argument
260 record_dirlink_badownerflags(SGlobPtr gptr, uint32_t file_id, uint8_t incorrect, uint8_t correct, int check_duplicates) argument
325 record_parent_badflags(SGlobPtr gptr, uint32_t dir_id, uint32_t incorrect, uint32_t correct) argument
[all...]
H A DHardLinkCheck.c176 * node in the private metadata directory) are correct and sane. If any discrepancies
180 * chains are correct.
507 uint32_t correct; local
512 correct = info->priv_dir_itime;
522 snprintf(str1, sizeof(str1), "%u", correct);
528 p->correct = info->priv_dir_itime;
1185 p->correct = shouldbe;
1211 p->correct = shouldbe;
1236 p->correct = shouldbe;
1260 p->correct
[all...]
H A DSRepair.c879 "%lu", (unsigned long)(p->correct));
904 rec.hfsPlusFile.hl_firstLinkID = (UInt32)p->correct;
944 rec.hfsPlusFile.createDate = p->correct;
1148 rec.hfsPlusFile.bsdInfo.ownerFlags = p->correct;
1193 fplog(stderr, "\tFixBadFlags (folder): old = %#x, incorrect = %#x, correct = %#x\n", rec.hfsPlusFolder.flags, (int)p->incorrect, (int)p->correct);
1195 rec.hfsPlusFolder.flags = p->correct;
1198 fplog(stderr, "\tFixBadFlags (parent folder): old = %#x, incorrect = %#x, correct = %#x\n", rec.hfsPlusFolder.flags, (int)p->incorrect, (int)p->correct);
1200 rec.hfsPlusFolder.flags = p->correct;
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DWrap.pm116 care to correct the phase difference.
123 care to correct the phase difference.
H A DURL.pm134 simply 'C<&>'. This is the correct behaviour for HTML pages but is,
138 can set C<$Template::Plugin::URL::JOINT> to C<&> to get the correct
/macosx-10.10/gpatch-3/patch/pc/djgpp/
H A Dconfigure.bat9 Rem test whether the environment variable got the correct value.
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dversion.rb148 # FIX: These are only used once, in .correct?. Do they deserve to be
162 def self.correct? version singleton method in class:Gem
192 self.class.correct?(version)
/macosx-10.10/vim-55/runtime/indent/
H A Djava.vim52 " Java is just like C; use the built-in C indenting and then correct a few
79 " correct for continuation lines of "throws", "implements" and "extends"
/macosx-10.10/ntp-92/sntp/
H A Dsntp-opts.def215 The default is to write the estimated correct local date and time (i.e. not
220 indicates the local clock is 4.567 seconds behind the correct time
221 (so 4.567 seconds must be added to the local clock to get it to be correct),
224 is believed to be correct to within
/macosx-10.10/zsh-61/zsh/StartupFiles/
H A Dzshrc91 setopt notify globdots correct pushdtohome cdablevars autolist
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_crypto.in78 echo "Bleichenbacher bad cert (sf pad correct)"
81 cert:FILE:$srcdir/data/bleichenbacher-sf-pad-correct.pem \
/macosx-10.10/lsof-53/lsof/
H A DAFSConfig113 Since <afs/afs.h> can be found there, that's probably correct.
276 echo $EO "Is this the correct version number (y|n) [y]? $EC"

Completed in 346 milliseconds

12345678