Searched refs:skipping (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.9.5/msdosfs-198/
H A DHexDump.py13 skipping = False
21 if not skipping:
23 skipping = True
29 skipping = False
32 if skipping and ("%" in offsetFormat):
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dfixfiles.bash67 echo "skipping symlink" $file in `pwd`
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dtest_option_J_upper.c44 skipping("This version of bsdcpio was compiled "
H A Dtest_option_Z_upper.c44 skipping("This version of bsdcpio was compiled "
H A Dtest_option_lzma.c44 skipping("This version of bsdcpio was compiled "
H A Dtest_option_y.c44 skipping("This version of bsdcpio was compiled "
H A Dtest_option_z.c44 skipping("This version of bsdcpio was compiled "
/macosx-10.9.5/procmail-14/procmail/src/
H A Dgoodies.c28 static const char*evalenv(skipping) /* expects the variable name in buf2 */
29 int skipping;
31 return skipping?(const char*)0: /* speed this up when skipping */
44 #define CHECKINC() (fencepost<p?(skipping|=1,p=fencepost):0)
50 int readparse(p,fpgetc,sarg,skipping)register char*p;int(*const fpgetc)();
51 const int sarg;int skipping;
57 if(skipping)skipping=2; /* bottom bit is whether overflow occurred */
70 if(skipping
[all...]
H A Dgoodies.h4 readparse P((char*p,int(*const fpgetc)(),const int sarg,int skipping));
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_write_disk_failures.c38 skipping("archive_write_disk interface");
55 skipping("Can't test writing to non-writable directory");
H A Dtest_write_compress_program.c34 skipping("archive_write_set_compress_program()");
43 skipping("Cannot run 'gzip'");
53 skipping("Write compression via external "
92 skipping("No libz and no gunzip program, "
H A Dtest_extattr_freebsd.c39 skipping("FreeBSD-specific extattr restore test");
41 skipping("extattr restore supported only on FreeBSD 5.0 and later");
68 skipping("extattr tests require that extattr support be enabled on the filesystem");
88 skipping("Restoring xattr to an unwritable file seems to be broken on this platform");
H A Dtest_read_format_cpio_bin_bz2.c44 skipping("bzip2 support unavailable");
H A Dtest_read_format_pax_bz2.c53 skipping("Bzip2 unavailable");
H A Dtest_read_compress_program.c48 skipping("archive_read_support_compression_program() "
64 skipping("Can't run gunzip program on this platform");
H A Dtest_write_format_tar_empty.c57 skipping("empty tar archive size");
84 skipping("empty tar archive size");
H A Dtest_archive_api_feature.c72 skipping("archive_version_stamp()");
H A Dtest_compat_bzip2.c51 skipping("Unsupported bzip2");
H A Dtest_read_format_cpio_bin_gz.c44 skipping("gzip reading not fully supported on this platform");
H A Dtest_read_format_cpio_bin_lzma.c47 skipping("lzma reading not fully supported on this platform");
H A Dtest_read_format_cpio_svr4_gzip.c45 skipping("gzip reading not fully supported on this platform");
H A Dtest_read_format_gtar_gz.c45 skipping("gzip reading not fully supported on this platform");
H A Dtest_read_format_tgz.c45 skipping("gzip reading not fully supported on this platform");
H A Dtest_read_format_tlz.c48 skipping("lzma reading not fully supported on this platform");
/macosx-10.9.5/cxxfilt-11/cxxfilt/etc/
H A Dtexi2pod.pl27 $skipping = 0;
144 # if we are skipping.
147 # cause us to skip, if we are presently skipping.
149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
157 $skipping = pop @skstack;
170 # We must handle commands which can cause skipping even while we
171 # are skipping, otherwise we will not process nested conditionals
175 push @skstack, $skipping;
177 $skipping = 1 unless exists $defs{$1};
183 push @skstack, $skipping;
[all...]

Completed in 258 milliseconds

12345