Home
last modified time | relevance | path

Searched refs:now_s (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcompare_tests42 now_s=$TMPDIR/$tool-testing.$$d
51 tmps="$tmp1 $tmp2 $now_s $before_s $lst1 $lst2 $lst3 $lst4 $lst5 $sum1 $sum2"
124 sort -t ':' $skip1 "$now" > "$now_s"
127 grep '^FAIL:' "$now_s" | sed 's/^[^:]*:[ ]//' >$tmp1
140 grep '^PASS' "$now_s" | sed 's/^[^:]*:[ ]//' >$tmp1
153 grep '^FAIL' "$now_s" | sed 's/^[^:]*:[ ]//' >$tmp1
166 grep '^PASS' "$now_s" | sed 's/^[^:]*:[ ]//' >$tmp1
179 grep '^[PF]A[SI][SL]' "$now_s" | sed 's/^[^:]*:[ ]//' >$tmp1
192 grep '^[PF]A[SI][SL]' "$now_s" | sed 's/^[^:]*:[ ]//' >$tmp1
/netbsd/src/sys/fs/udf/
Dudf_subr.c1442 struct timespec now_s; in udf_writeout_lvint() local
1495 TIMEVAL_TO_TIMESPEC(&now_v, &now_s); in udf_writeout_lvint()
1496 udf_timespec_to_timestamp(&now_s, &ump->logvol_integrity->time); in udf_writeout_lvint()