Searched refs:lnct_p (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | cook.c | 137 nl_count(char * start, char * end, int * lnct_p) in nl_count() argument 141 (*lnct_p)++; in nl_count() 152 contiguous_quote(char ** pps, char * pq, int * lnct_p) in contiguous_quote() argument 159 (*lnct_p)++; in contiguous_quote() 190 ps = nl_count(ps + 2, strstr(ps + 2, "*/"), lnct_p); in contiguous_quote() 234 ao_string_cook(char * pzScan, int * lnct_p) in ao_string_cook() argument 246 if (lnct_p == NULL) in ao_string_cook() 247 lnct_p = &l; in ao_string_cook() 259 if (! contiguous_quote(&pzS, &q, lnct_p)) in ao_string_cook() 271 (*lnct_p)++; in ao_string_cook() [all …]
|
H A D | proto.h | 105 nl_count(char * start, char * end, int * lnct_p); 108 contiguous_quote(char ** pps, char * pq, int * lnct_p);
|