Searched refs:fixed_string (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/libparse/ |
| D | clk_meinberg.c | 285 if (Strok(buffer, meinberg_fmt[0].fixed_string)) in cvt_meinberg() 291 if (Strok(buffer, meinberg_fmt[1].fixed_string)) in cvt_meinberg() 478 if (!Strok(buffer, format->fixed_string)) in cvt_mgps()
|
| D | clk_sel240x.c | 134 if( Strok(buffer, format->fixed_string) ) in cvt_sel240x()
|
| D | clk_rcc8000.c | 86 if (!Strok(buffer, format->fixed_string)) return CVT_NONE; in cvt_rcc8000()
|
| D | clk_computime.c | 122 if (!Strok(buffer, format->fixed_string)) { in cvt_computime()
|
| D | clk_dcf7000.c | 98 if (!Strok(buffer, format->fixed_string)) in cvt_dcf7000()
|
| D | clk_trimtaip.c | 112 if (!Strok(buffer, format->fixed_string)) return CVT_NONE; in cvt_trimtaip()
|
| D | clk_hopf6021.c | 149 if (!Strok(buffer, format->fixed_string)) in cvt_hopf6021()
|
| D | clk_varitext.c | 147 if (!Strok(buffer, format->fixed_string)) { in cvt_varitext()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | parse_conf.h | 73 …const unsigned char *fixed_string; /* string with must be chars (blanks = wildcards) … member
|