Searched refs:sec0 (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | util-int.c | 283 int sec, sec0; in ldap_pvt_clock_gettime() local 296 sec0 = tv->tv_sec % 10; in ldap_pvt_clock_gettime() 297 if (sec0 < sec || (sec0 == 9 && !sec)) in ldap_pvt_clock_gettime() 321 int sec, sec0; in ldap_pvt_gettime() local 340 sec0 = tm->tm_sec % 10; in ldap_pvt_gettime() 341 if (sec0 < sec || (sec0 == 9 && !sec)) { in ldap_pvt_gettime()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | mktime.c | 170 int year0, int yday0, int hour0, int min0, int sec0) in ydhms_diff() argument 193 time_t seconds = 60 * minutes + sec1 - sec0; in ydhms_diff()
|
| /netbsd-src/sbin/disklabel/ |
| H A D | main.c | 860 uint8_t sec0[512]; 862 if (pread(f, sec0, 512, 0) < 512) { 869 if (pwrite(f, sec0, 512, (off_t)(alt + i) * 512) < 512) 859 uint8_t sec0[512]; global() local
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldlang.c | 626 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs1_wild0() local 627 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs1_wild0() 632 walk_wild_consider_section (ptr, file, s0, sec0, callback, data); in walk_wild_section_specs1_wild0() 661 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs2_wild1() local 664 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs2_wild1() 680 walk_wild_consider_section (ptr, file, s, sec0, callback, data); in walk_wild_section_specs2_wild1() 700 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs3_wild2() local 704 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs3_wild2() 715 walk_wild_consider_section (ptr, file, s, sec0, callback, data); in walk_wild_section_specs3_wild2() 741 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs4_wild2() local [all …]
|