Home
last modified time | relevance | path

Searched refs:always_gmt (Results 1 – 11 of 11) sorted by relevance

/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dutil.h296 void iso_datetime_7(uint8_t *buf, time_t t, int always_gmt);
299 void iso_datetime_17(uint8_t *buf, time_t t, int always_gmt);
H A Dutil.c1574 void iso_datetime_7(unsigned char *buf, time_t t, int always_gmt) in iso_datetime_7() argument
1598 always_gmt = 1; in iso_datetime_7()
1603 if (tzoffset > 52 || tzoffset < -48 || always_gmt) { in iso_datetime_7()
1633 void iso_datetime_17(unsigned char *buf, time_t t, int always_gmt) in iso_datetime_17() argument
1666 always_gmt = 1; in iso_datetime_17()
1671 if (tzoffset > 52 || tzoffset < -48 || always_gmt) { in iso_datetime_17()
H A Decma119.c435 t->opts->always_gmt); in write_one_dir_record()
437 iso_datetime_7(rec->recording_time, t->now, t->opts->always_gmt); in write_one_dir_record()
494 o->always_gmt); in ecma119_set_voldescr_times()
496 iso_datetime_17(vol->vol_creation_time, t->now, o->always_gmt); in ecma119_set_voldescr_times()
509 o->always_gmt); in ecma119_set_voldescr_times()
511 iso_datetime_17(vol->vol_modification_time, t->now, o->always_gmt); in ecma119_set_voldescr_times()
515 o->always_gmt); in ecma119_set_voldescr_times()
524 o->always_gmt); in ecma119_set_voldescr_times()
3554 wopts->always_gmt = 1; in iso_write_opts_new()
4109 opts->always_gmt = gmt ? 1 : 0; in iso_write_opts_set_always_gmt()
H A Decma119.h115 unsigned int always_gmt :1; member
H A Drockridge.c224 t->opts->always_gmt); in rrip_add_TF()
226 t->opts->always_gmt); in rrip_add_TF()
228 t->opts->always_gmt); in rrip_add_TF()
H A Diso1999.c741 : t->now, t->opts->always_gmt); in write_one_dir_record()
H A Djoliet.c887 : t->now, t->opts->always_gmt); in write_one_dir_record()
/dports/sysutils/xorriso/libisoburn-1.5.0/libisoburn/
H A Disoburn.h554 unsigned int always_gmt :1; member
H A Disoburn.c442 iso_write_opts_set_always_gmt(wopts, opts->always_gmt); in isoburn_make_iso_write_opts()
1143 o->always_gmt= 0; in isoburn_igopt_new()
1274 o->always_gmt= !!(relax & isoburn_igopt_always_gmt); in isoburn_igopt_set_relaxed()
1294 ((!!o->always_gmt)<<8) | ((!!o->rrip_version_1_10)<<9) | in isoburn_igopt_get_relaxed()
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dxorriso.info2361 "always_gmt" stores timestamps in GMT representation with timezone
2389 always_gmt:old_rr".
H A Dxorriso.texi3240 "always_gmt" stores timestamps in GMT representation with timezone 0.
3273 always_gmt:old_rr".