before 400 ext/date/lib/tm2unixtime.c timelib_time_offset *before, *after; before 405 ext/date/lib/tm2unixtime.c before = timelib_get_time_zone_info(tz->sse, tzi); before 406 ext/date/lib/tm2unixtime.c after = timelib_get_time_zone_info(tz->sse - before->offset, tzi); before 410 ext/date/lib/tm2unixtime.c ((tz->sse - after->offset) >= (after->transistion_time + (before->offset - after->offset))) && before 414 ext/date/lib/tm2unixtime.c if ((before->offset != after->offset) && !in_transistion) { before 419 ext/date/lib/tm2unixtime.c timelib_time_offset_dtor(before); before 262 ext/pcre/pcrelib/pcre_printint.c print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after) before 266 ext/pcre/pcrelib/pcre_printint.c fprintf(f, "%s%s %s%s", before, priv_OP_names[*code], get_ucpname(code[1], before 273 ext/pcre/pcrelib/pcre_printint.c fprintf(f, "%s%sclist %d%s", before, not, code[2], after); before 276 ext/pcre/pcrelib/pcre_printint.c fprintf (f, "%s%sclist", before, not);