Home
last modified time | relevance | path

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

/PHP-5.4/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,
323 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.4/ext/date/tests/
H A Dbug35624.phpt7 …"tuesday","tue","wednesday","wed","thursday","thu","friday","fri","saturday","sat","sunday","sun");
/PHP-5.4/ext/spl/tests/
H A Dregexiterator_getregex.phpt8 $array = array('cat', 'hat', 'sat');
/PHP-5.4/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.4/ext/ereg/regex/
H A Dengine.c16 #define at sat
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch947 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size)
950 - cdf_secid_t maxsector = (cdf_secid_t)(sat->sat_len * size);
951 + cdf_secid_t maxsector = (cdf_secid_t)((sat->sat_len * size)
/PHP-5.4/ext/date/lib/
H A Dparse_date.re223 { "sat", TIMELIB_WEEKDAY, 6 },
911 dayabbr = 'sun' | 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat' | 'sun';
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt9825 The function returns true iff all of the following conditions are sat-
10143 ./pcredemo 'cat|dog' 'the cat sat on the mat'
10144 ./pcredemo -g 'cat|dog' 'the dog sat on the cat'
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic16688 # http://www.ullrich.es/job/service-menue/panasonic/panasonic-sendersortierung-sat-am-pc/

Completed in 95 milliseconds