Searched refs:second (Results 1 – 4 of 4) sorted by relevance
14 int hour, int minute, int second) in mktime() argument32 epoch = epoch * 60 + second; in mktime()
222 pfn_t first, second, i; in coalesce() local232 second = pfn2 - a->base; in coalesce()234 if ((a->page_states[first] != order) || (a->page_states[second] != order)) in coalesce()
186 u8 second; member
3540 my $second = $2;3544 pos($rawline) += length($first) + length($second) + 1;3548 next if (lc($first) ne lc($second));3568 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;