Home
last modified time | relevance | path

Searched refs:skip_to (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/makefs/
H A Dmtree.c315 skip_to(FILE *fp, const char *cs) in skip_to() function
355 error = skip_to(fp, "\n"); in read_word()
418 skip_to(fp, " \t\n"); in read_word()
816 skip_to(fp, "\n"); in read_mtree_command()
1024 skip_to(fp, "\n"); in read_mtree_spec()
1085 error = skip_to(fp, "\n"); in read_mtree()
/freebsd/usr.bin/dtc/
H A Dinput_buffer.hh101 void skip_to(char);
336 void skip_to(char);
H A Dinput_buffer.cc149 input_buffer::skip_to(char c) in skip_to() function in dtc::input_buffer
158 text_input_buffer::skip_to(char c) in skip_to() function in dtc::text_input_buffer
189 skip_to('\n'); in skip_spaces()
/freebsd/usr.bin/patch/
H A Dpch.c77 static void skip_to(off_t, LINENUM);
208 skip_to(p_start, p_sline); in there_is_another_patch()
479 skip_to(off_t file_pos, LINENUM file_line) in skip_to() function