Home
last modified time | relevance | path

Searched refs:sat (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dreadcdf.c231 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 Dcdf.c408 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 Dbug35624.phpt7 …"tuesday","tue","wednesday","wed","thursday","thu","friday","fri","saturday","sat","sunday","sun");
/PHP-5.3/ext/standard/tests/strings/
H A Dexplode1.phpt47 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 Dengine.c16 #define at sat
/PHP-5.3/ext/date/lib/
H A Dparse_date.re223 { "sat", TIMELIB_WEEKDAY, 6 },
910 dayabbr = 'sun' | 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat' | 'sun';
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt9308 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