Searched refs:sat (Results 1 – 7 of 7) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 231 cdf_sat_t sat, ssat; local 249 if ((i = cdf_read_sat(&info, &h, &sat)) == -1) { 254 cdf_dump_sat("SAT", &sat, CDF_SEC_SIZE(&h)); 257 if ((i = cdf_read_ssat(&info, &h, &sat, &ssat)) == -1) { 265 if ((i = cdf_read_dir(&info, &h, &sat, &dir)) == -1) { 270 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst)) == -1) { 275 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir); 278 if ((i = cdf_read_summary_info(&info, &h, &sat, &ssat, &sst, &dir, 319 free(sat.sat_tab);
|
H A D | cdf.c | 408 sat->sat_len, ss)); in cdf_read_sat() 409 if ((sat->sat_tab = CAST(cdf_secid_t *, calloc(sat->sat_len, ss))) in cdf_read_sat() 443 if (i >= sat->sat_len) { in cdf_read_sat() 459 sat->sat_len = i; in cdf_read_sat() 465 free(sat->sat_tab); in cdf_read_sat() 598 const cdf_sat_t *sat, cdf_dir_t *dir) in cdf_read_dir() argument 605 ns = cdf_count_chain(sat, sid, ss); in cdf_read_dir() 652 const cdf_sat_t *sat, cdf_sat_t *ssat) in cdf_read_ssat() argument 1102 for (i = 0; i < sat->sat_len; i++) { in cdf_dump_sat() 1305 cdf_sat_t sat, ssat; local [all …]
|
/PHP-5.3/ext/date/tests/ |
H A D | bug35624.phpt | 7 …"tuesday","tue","wednesday","wed","thursday","thu","friday","fri","saturday","sat","sunday","sun");
|
/PHP-5.3/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-5.3/ext/ereg/regex/ |
H A D | engine.c | 16 #define at sat
|
/PHP-5.3/ext/date/lib/ |
H A D | parse_date.re | 223 { "sat", TIMELIB_WEEKDAY, 6 }, 910 dayabbr = 'sun' | 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat' | 'sun';
|
/PHP-5.3/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9308 The function returns true iff all of the following conditions are sat- 9626 ./pcredemo 'cat|dog' 'the cat sat on the mat' 9627 ./pcredemo -g 'cat|dog' 'the dog sat on the cat'
|
Completed in 48 milliseconds