Home
last modified time | relevance | path

Searched defs:default_zone (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Dmaketime.c318 str2time(source, default_time, default_zone) in str2time() argument
338 long default_zone = argv[1] ? atol(argv[1]) : 0; local
H A Drcstime.c66 str2time_checked(source, default_time, default_zone) in str2time_checked() argument
/netbsd-src/external/bsd/jemalloc/dist/src/
H A Dzone.c89 static malloc_zone_t *default_zone, *purgeable_zone; variable