Home
last modified time | relevance | path

Searched refs:getline_fn (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/git-svn/git-2.34.1/builtin/
H A Dcheck-attr.c82 strbuf_getline_fn getline_fn;
84 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf;
85 while (getline_fn(&buf, stdin) != EOF) {
H A Dcheck-ignore.c132 strbuf_getline_fn getline_fn; in check_ignore_stdin_paths() local
135 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_ignore_stdin_paths()
136 while (getline_fn(&buf, stdin) != EOF) { in check_ignore_stdin_paths()
H A Dmktree.c151 strbuf_getline_fn getline_fn;
161 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf;
165 if (getline_fn(&sb, stdin) == EOF) {
H A Dcheckout-index.c260 strbuf_getline_fn getline_fn;
265 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf;
266 while (getline_fn(&buf, stdin) != EOF) {
H A Dupdate-index.c497 strbuf_getline_fn getline_fn; in read_index_info() local
499 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in read_index_info()
500 while (getline_fn(&buf, stdin) != EOF) { in read_index_info()
969 strbuf_getline_fn getline_fn; in cmd_update_index() local
1135 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_update_index()
1153 while (getline_fn(&buf, stdin) != EOF) { in cmd_update_index()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dcheck-attr.c82 strbuf_getline_fn getline_fn; in check_attr_stdin_paths() local
84 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_attr_stdin_paths()
85 while (getline_fn(&buf, stdin) != EOF) { in check_attr_stdin_paths()
H A Dmktree.c151 strbuf_getline_fn getline_fn; in cmd_mktree() local
161 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_mktree()
165 if (getline_fn(&sb, stdin) == EOF) { in cmd_mktree()
H A Dcheck-ignore.c132 strbuf_getline_fn getline_fn; in check_ignore_stdin_paths() local
135 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_ignore_stdin_paths()
136 while (getline_fn(&buf, stdin) != EOF) { in check_ignore_stdin_paths()
H A Dcheckout-index.c260 strbuf_getline_fn getline_fn; in cmd_checkout_index() local
265 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_checkout_index()
266 while (getline_fn(&buf, stdin) != EOF) { in cmd_checkout_index()
/dports/devel/git/git-2.34.1/builtin/
H A Dcheck-attr.c82 strbuf_getline_fn getline_fn; in check_attr_stdin_paths() local
84 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_attr_stdin_paths()
85 while (getline_fn(&buf, stdin) != EOF) { in check_attr_stdin_paths()
H A Dcheck-ignore.c132 strbuf_getline_fn getline_fn; in check_ignore_stdin_paths() local
135 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_ignore_stdin_paths()
136 while (getline_fn(&buf, stdin) != EOF) { in check_ignore_stdin_paths()
H A Dmktree.c151 strbuf_getline_fn getline_fn; in cmd_mktree() local
161 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_mktree()
165 if (getline_fn(&sb, stdin) == EOF) { in cmd_mktree()
H A Dcheckout-index.c260 strbuf_getline_fn getline_fn; in cmd_checkout_index() local
265 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_checkout_index()
266 while (getline_fn(&buf, stdin) != EOF) { in cmd_checkout_index()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dcheck-attr.c82 strbuf_getline_fn getline_fn; in check_attr_stdin_paths() local
84 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_attr_stdin_paths()
85 while (getline_fn(&buf, stdin) != EOF) { in check_attr_stdin_paths()
H A Dcheck-ignore.c132 strbuf_getline_fn getline_fn; in check_ignore_stdin_paths() local
135 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_ignore_stdin_paths()
136 while (getline_fn(&buf, stdin) != EOF) { in check_ignore_stdin_paths()
H A Dmktree.c151 strbuf_getline_fn getline_fn; in cmd_mktree() local
161 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_mktree()
165 if (getline_fn(&sb, stdin) == EOF) { in cmd_mktree()
H A Dcheckout-index.c260 strbuf_getline_fn getline_fn; in cmd_checkout_index() local
265 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_checkout_index()
266 while (getline_fn(&buf, stdin) != EOF) { in cmd_checkout_index()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dcheck-attr.c82 strbuf_getline_fn getline_fn; in check_attr_stdin_paths() local
84 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_attr_stdin_paths()
85 while (getline_fn(&buf, stdin) != EOF) { in check_attr_stdin_paths()
H A Dmktree.c151 strbuf_getline_fn getline_fn; in cmd_mktree() local
161 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_mktree()
165 if (getline_fn(&sb, stdin) == EOF) { in cmd_mktree()
H A Dcheck-ignore.c132 strbuf_getline_fn getline_fn; in check_ignore_stdin_paths() local
135 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_ignore_stdin_paths()
136 while (getline_fn(&buf, stdin) != EOF) { in check_ignore_stdin_paths()
H A Dcheckout-index.c260 strbuf_getline_fn getline_fn; in cmd_checkout_index() local
265 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_checkout_index()
266 while (getline_fn(&buf, stdin) != EOF) { in cmd_checkout_index()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dcheck-attr.c82 strbuf_getline_fn getline_fn; in check_attr_stdin_paths() local
84 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_attr_stdin_paths()
85 while (getline_fn(&buf, stdin) != EOF) { in check_attr_stdin_paths()
H A Dcheck-ignore.c127 strbuf_getline_fn getline_fn; in check_ignore_stdin_paths() local
130 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in check_ignore_stdin_paths()
131 while (getline_fn(&buf, stdin) != EOF) { in check_ignore_stdin_paths()
H A Dmktree.c151 strbuf_getline_fn getline_fn; in cmd_mktree() local
161 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_mktree()
165 if (getline_fn(&sb, stdin) == EOF) { in cmd_mktree()
H A Dcheckout-index.c233 strbuf_getline_fn getline_fn; in cmd_checkout_index() local
238 getline_fn = nul_term_line ? strbuf_getline_nul : strbuf_getline_lf; in cmd_checkout_index()
239 while (getline_fn(&buf, stdin) != EOF) { in cmd_checkout_index()

12