Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map.c132 size_t total_size, first_half, second_half, sub_size; in sun_strsub() local
147 second_half = (size_t)(src_end - str_end); in sun_strsub()
151 total_size = (first_half + sub_size + second_half + 1); in sun_strsub()
166 (void)strncat(retval, str_end + 1, second_half); in sun_strsub()
/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Ddates.lex39 second_half ({jul}|{aug}|{sep}|{oct}|{nov}|{dec})
40 month {first_half}|{second_half}