Searched refs:cch_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | parse-duration.c | 36 #define cch_t char const macro 61 str_const_to_ul (cch_t * str, cch_t ** ppz, int base) in str_const_to_ul() 68 str_const_to_l (cch_t * str, cch_t ** ppz, int base) in str_const_to_l() 104 parse_hr_min_sec (time_t start, cch_t * pz) in parse_hr_min_sec() 141 parse_scaled_value (time_t base, cch_t ** ppz, cch_t * endp, int scale) in parse_scaled_value() 143 cch_t * pz = *ppz; in parse_scaled_value() 168 parse_year_month_day (cch_t * pz, cch_t * ps) in parse_year_month_day() 190 parse_yearmonthday (cch_t * in_pz) in parse_yearmonthday() 194 cch_t * pz; in parse_yearmonthday() 220 parse_YMWD (cch_t * pz) in parse_YMWD() [all …]
|
H A D | proto.h | 357 str_const_to_ul (cch_t * str, cch_t ** ppz, int base); 360 str_const_to_l (cch_t * str, cch_t ** ppz, int base); 366 parse_hr_min_sec (time_t start, cch_t * pz); 369 parse_scaled_value (time_t base, cch_t ** ppz, cch_t * endp, int scale); 372 parse_year_month_day (cch_t * pz, cch_t * ps); 375 parse_yearmonthday (cch_t * in_pz); 378 parse_YMWD (cch_t * pz); 381 parse_hour_minute_second (cch_t * pz, cch_t * ps); 384 parse_hourminutesecond (cch_t * in_pz); 387 parse_HMS (cch_t * pz); [all …]
|
H A D | genshell.h | 166 #define cch_t char const macro
|
H A D | configfile.c | 988 cch_t * path; in intern_file_load()
|