Searched refs:fixed_string (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | parse_conf.h | 71 const unsigned char *fixed_string; /* string with must be chars (blanks = wildcards) */ member
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_meinberg.c | 283 if (Strok(buffer, meinberg_fmt[0].fixed_string)) in cvt_meinberg() 289 if (Strok(buffer, meinberg_fmt[1].fixed_string)) in cvt_meinberg() 476 if (!Strok(buffer, format->fixed_string)) in cvt_mgps()
|
H A D | clk_sel240x.c | 132 if( Strok(buffer, format->fixed_string) ) in cvt_sel240x()
|
H A D | clk_computime.c | 120 if (!Strok(buffer, format->fixed_string)) { in cvt_computime()
|
H A D | clk_rcc8000.c | 84 if (!Strok(buffer, format->fixed_string)) return CVT_NONE; in cvt_rcc8000()
|
H A D | clk_dcf7000.c | 96 if (!Strok(buffer, format->fixed_string)) in cvt_dcf7000()
|
H A D | clk_hopf6021.c | 147 if (!Strok(buffer, format->fixed_string)) in cvt_hopf6021()
|
H A D | clk_trimtaip.c | 110 if (!Strok(buffer, format->fixed_string)) return CVT_NONE; in cvt_trimtaip()
|
H A D | clk_varitext.c | 145 if (!Strok(buffer, format->fixed_string)) { in cvt_varitext()
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 909 p/1/x:'<fixed_string>'/ N/-*e/f/ \ 910 n/-*e/x:'<fixed_string>'/ n/-*f/f/ n/*/f/ 956 p/1/x:'<fixed_string>'/ N/-*e/f/ \ 957 n/-*e/x:'<fixed_string>'/ n/-*f/f/ n/*/f/
|