Searched refs:sat (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 367 if ((i = cdf_read_user_stream(info, h, sat, ssat, sst, in cdf_file_catalog_info() 420 i = cdf_file_catalog_info(ms, info, h, sat, ssat, sst, in cdf_check_summary_info() 538 cdf_sat_t sat, ssat; in file_trycdf() local 557 if ((i = cdf_read_sat(&info, &h, &sat)) == -1) { in file_trycdf() 562 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); in file_trycdf() 573 if ((i = cdf_read_dir(&info, &h, &sat, &dir)) == -1) { in file_trycdf() 584 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir); in file_trycdf() 626 &sat, &ssat, &sst, &dir, &scn, root_storage, &expn); in file_trycdf() 630 if ((i = cdf_read_doc_summary_info(&info, &h, &sat, &ssat, in file_trycdf() 636 i = cdf_check_summary_info(ms, &info, &h, &sat, &ssat, in file_trycdf() [all …]
|
H A D | cdf.c | 462 sat->sat_len, ss)); in cdf_read_sat() 463 if ((sat->sat_tab = CAST(cdf_secid_t *, CDF_CALLOC(sat->sat_len, ss))) in cdf_read_sat() 496 if (i >= sat->sat_len) { in cdf_read_sat() 511 sat->sat_len = i; in cdf_read_sat() 519 free(sat->sat_tab); in cdf_read_sat() 667 const cdf_sat_t *sat, cdf_dir_t *dir) in cdf_read_dir() argument 674 ns = cdf_count_chain(sat, sid, ss); in cdf_read_dir() 721 const cdf_sat_t *sat, cdf_sat_t *ssat) in cdf_read_ssat() argument 1342 for (i = 0; i < sat->sat_len; i++) { in cdf_dump_sat() 1565 cdf_sat_t sat, ssat; in main() local [all …]
|
/PHP-7.2/ext/date/tests/ |
H A D | bug35624.phpt | 7 …"tuesday","tue","wednesday","wed","thursday","thu","friday","fri","saturday","sat","sunday","sun");
|
/PHP-7.2/ext/spl/tests/ |
H A D | regexiterator_getregex.phpt | 8 $array = array('cat', 'hat', 'sat');
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | explode1.phpt | 47 var_dump( explode("::", "mon::tues::wed::thurs::fri::sat::sun", 2) ); 326 string(31) "tues::wed::thurs::fri::sat::sun"
|
/PHP-7.2/ext/date/lib/ |
H A D | parse_date.re | 217 { "sat", TIMELIB_WEEKDAY, 6 }, 890 dayabbr = 'sun' | 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat' | 'sun';
|
/PHP-7.2/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9896 The function returns true iff all of the following conditions are sat- 10214 ./pcredemo 'cat|dog' 'the cat sat on the mat' 10215 ./pcredemo -g 'cat|dog' 'the dog sat on the cat'
|
Completed in 35 milliseconds