Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/
H A Dmtree.c317 skip_to(FILE *fp, const char *cs) in skip_to() function
357 error = skip_to(fp, "\n"); in read_word()
420 skip_to(fp, " \t\n"); in read_word()
815 skip_to(fp, "\n"); in read_mtree_command()
1023 skip_to(fp, "\n"); in read_mtree_spec()
1084 error = skip_to(fp, "\n"); in read_mtree()
/dragonfly/usr.bin/patch/
H A Dpch.c78 static void skip_to(off_t, LINENUM);
209 skip_to(p_start, p_sline); in there_is_another_patch()
480 skip_to(off_t file_pos, LINENUM file_line) in skip_to() function