Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 739) sorted by path

12345678910>>...30

/freebsd/
H A DUPDATING204 filtered, e.g. by adding a 'skip on lo' rule.
719 It may be advised to setup aliases for grep to default to `-d skip` if
1243 existing systems. Do not skip the "mergemaster -Fp" step before
/freebsd/bin/csh/
H A Ddot.cshrc16 # alias grep grep -d skip
/freebsd/bin/df/
H A Ddf.c68 static const char **makevfslist(char *fslist, int *skip);
69 static int checkvfsname(const char *vfsname, const char **vfslist, int skip);
294 makevfslist(char *fslist, int *skip) in makevfslist() argument
302 *skip = 0; in makevfslist()
305 *skip = 1; in makevfslist()
326 checkvfsname(const char *vfsname, const char **vfslist, int skip) in checkvfsname() argument
333 return (skip); in checkvfsname()
336 return (!skip); in checkvfsname()
/freebsd/bin/pax/
H A Dar_subs.c123 if (rd_skip(arcn->skip + arcn->pad) == 1) in list()
191 (void)rd_skip(arcn->skip + arcn->pad); in extract()
209 (void)rd_skip(arcn->skip + arcn->pad); in extract()
214 (void)rd_skip(arcn->skip + arcn->pad); in extract()
218 (void)rd_skip(arcn->skip + arcn->pad); in extract()
233 (void)rd_skip(arcn->skip + arcn->pad); in extract()
245 (void)rd_skip(arcn->skip + arcn->pad); in extract()
250 (void)rd_skip(arcn->skip + arcn->pad); in extract()
254 (void)rd_skip(arcn->skip + arcn->pad); in extract()
290 (void)rd_skip(arcn->skip + arcn->pad); in extract()
[all …]
H A Dcpio.c104 arcn->skip = 0; in com_rd()
135 arcn->skip = arcn->sb.st_size; in com_rd()
H A Dftree.c423 arcn->skip = 0; in next_file()
462 arcn->skip = arcn->sb.st_size; in next_file()
H A Dpax.h199 off_t skip; /* bytes of real data after header */ member
H A Dtar.c400 arcn->skip = 0; in tar_rd()
464 arcn->skip = arcn->sb.st_size; in tar_rd()
780 arcn->skip = 0; in ustar_rd()
850 arcn->skip = arcn->sb.st_size; in ustar_rd()
/freebsd/bin/pax/tests/
H A Dlegacy_test.pl25 skip "Current path is too long", 6 if length $top > 92;
/freebsd/bin/sh/
H A Ddot.shrc48 # alias grep='grep -d skip'
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S61 tst r0, #7 @ If it's already aligned skip the next bit
/freebsd/contrib/atf/
H A DNEWS694 helper. Avoids systems without build-time utilities to skip many tests
/freebsd/contrib/atf/atf-c++/
H A Dmacros.hpp94 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
H A Dmacros_test.cpp312 ATF_TEST_CASE(skip);
313 ATF_TEST_CASE_HEAD(skip) in ATF_TEST_CASE_HEAD() argument
317 ATF_TEST_CASE_BODY(skip) in ATF_TEST_CASE_BODY() argument
797 ATF_ADD_TEST_CASE(tcs, skip); in ATF_INIT_TEST_CASES()
H A Dtests.cpp347 impl::tc::skip(const std::string& reason) in skip() function in impl::tc
H A Dtests.hpp109 static void skip(const std::string&) ATF_DEFS_ATTRIBUTE_NORETURN;
/freebsd/contrib/atf/atf-c/
H A Dtc.c97 static void skip(struct context *, atf_dynstr_t *)
382 skip(struct context *ctx, atf_dynstr_t *reason) in skip() function
518 skip(ctx, &reason); in check_prog()
927 skip(ctx, &reason); in _atf_tc_skip()
/freebsd/contrib/bc/
H A DNEWS.md555 my apologies for the poor release of `3.2.5`. Other users should skip `3.2.5` in
H A DREADME.md282 If desired, maintainers can also skip running this script because there is a
/freebsd/contrib/bearssl/src/codec/
H A Dpemdec.t0113 : skip-newline ( -- )
118 : skip-newline-ws ( -- bool )
133 = ifnot drop skip-newline 0 ret then
145 over ifnot 2drop skip-newline 0 ret then
235 from-base64 dup 0< if drop skip-newline 3 ret then
240 from-base64 dup 0< if drop skip-newline 3 ret then
249 skip-newline-ws ifnot drop 3 ret then
261 drop skip-newline-ws ifnot 3 ret then
279 `- <> if skip-newline 3 send-event ret then
283 skip-newline 2 send-event ;
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t0574 : skip-blob ( lim len -- lim )
579 \ Read a 16-bit length, then skip exactly that many bytes.
581 read16 skip-blob ;
H A Dssl_hs_server.t0433 skip-blob
616 : skip-ClientHello ( -- )
619 dup skip-blob drop ;
1433 dup skip-blob drop
1493 skip-ClientHello
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t085 skip-blanks decval dup 2 > if fail-oid then
188 : skip-remaining ( lim -- lim )
191 : skip-remaining-inner ( lim -- lim )
262 read-length-open-elt skip-close-elt
307 : skip-close-elt ( lim -- )
308 skip-remaining drop ;
310 \ Read a length and then skip the value.
311 : read-length-skip ( lim -- lim )
312 read-length-open-elt skip-close-elt ;
542 dup ifnot drop skip-close-elt 0 ret then
[all …]
H A Dskey_decoder.t0166 \ Public exponent: read but skip.
169 \ Private exponent: read but skip.
246 skip-remaining
267 skip-remaining -1 >is-rsa
291 skip-remaining
H A Dx509_decoder.t0141 skip-close-elt
176 read-sequence-open skip-close-elt
179 read-sequence-open skip-close-elt
189 read-sequence-open skip-close-elt
202 skip-close-elt
249 0x21 iftag-skip
250 0x22 iftag-skip
268 skip-remaining
305 skip-close-elt
306 \ read-sequence-open skip-close-elt
[all …]

12345678910>>...30