Home
last modified time | relevance | path

Searched refs:strbuf_insert (Results 1 – 25 of 94) sorted by relevance

1234

/dports/devel/git-p4/git-2.34.1/t/t4256/1/
H A Dpatch43 strbuf_insert(boundary, 0, "--", 2);
90 + strbuf_insert(line, 0, prev->buf, prev->len);
H A Dmailinfo.c257 strbuf_insert(boundary, 0, "--", 2); in handle_content_type()
573 strbuf_insert(&sb, 0, "Content-Type: ", len); in check_header()
1018 strbuf_insert(line, 0, prev->buf, prev->len); in handle_filter_flowed()
1056 strbuf_insert(line, 0, prev.buf, prev.len); in handle_body()
/dports/devel/git-svn/git-2.34.1/t/t4256/1/
H A Dpatch43 strbuf_insert(boundary, 0, "--", 2);
90 + strbuf_insert(line, 0, prev->buf, prev->len);
H A Dmailinfo.c257 strbuf_insert(boundary, 0, "--", 2); in handle_content_type()
573 strbuf_insert(&sb, 0, "Content-Type: ", len); in check_header()
1018 strbuf_insert(line, 0, prev->buf, prev->len); in handle_filter_flowed()
1056 strbuf_insert(line, 0, prev.buf, prev.len); in handle_body()
/dports/devel/git-gui/git-2.34.1/t/t4256/1/
H A Dpatch43 strbuf_insert(boundary, 0, "--", 2);
90 + strbuf_insert(line, 0, prev->buf, prev->len);
H A Dmailinfo.c257 strbuf_insert(boundary, 0, "--", 2); in handle_content_type()
573 strbuf_insert(&sb, 0, "Content-Type: ", len); in check_header()
1018 strbuf_insert(line, 0, prev->buf, prev->len); in handle_filter_flowed()
1056 strbuf_insert(line, 0, prev.buf, prev.len); in handle_body()
/dports/devel/git/git-2.34.1/t/t4256/1/
H A Dpatch43 strbuf_insert(boundary, 0, "--", 2);
90 + strbuf_insert(line, 0, prev->buf, prev->len);
H A Dmailinfo.c257 strbuf_insert(boundary, 0, "--", 2); in handle_content_type()
573 strbuf_insert(&sb, 0, "Content-Type: ", len); in check_header()
1018 strbuf_insert(line, 0, prev->buf, prev->len); in handle_filter_flowed()
1056 strbuf_insert(line, 0, prev.buf, prev.len); in handle_body()
/dports/devel/git-cvs/git-2.34.1/t/t4256/1/
H A Dpatch43 strbuf_insert(boundary, 0, "--", 2);
90 + strbuf_insert(line, 0, prev->buf, prev->len);
H A Dmailinfo.c257 strbuf_insert(boundary, 0, "--", 2); in handle_content_type()
573 strbuf_insert(&sb, 0, "Content-Type: ", len); in check_header()
1018 strbuf_insert(line, 0, prev->buf, prev->len); in handle_filter_flowed()
1056 strbuf_insert(line, 0, prev.buf, prev.len); in handle_body()
/dports/devel/cgit/cgit-1.2.3/git/t/t4256/1/
H A Dpatch43 strbuf_insert(boundary, 0, "--", 2);
90 + strbuf_insert(line, 0, prev->buf, prev->len);
H A Dmailinfo.c257 strbuf_insert(boundary, 0, "--", 2); in handle_content_type()
573 strbuf_insert(&sb, 0, "Content-Type: ", len); in check_header()
1018 strbuf_insert(line, 0, prev->buf, prev->len); in handle_filter_flowed()
1056 strbuf_insert(line, 0, prev.buf, prev.len); in handle_body()
/dports/devel/cgit/cgit-1.2.3/
H A Dscan-tree.c255 strbuf_insert(&line, 0, "/", 1); in scan_projects()
256 strbuf_insert(&line, 0, path, strlen(path)); in scan_projects()
/dports/devel/git-gui/git-2.34.1/
H A Dstrbuf.h245 void strbuf_insert(struct strbuf *sb, size_t pos, const void *, size_t);
256 strbuf_insert(sb, pos, s, strlen(s)); in strbuf_insertstr()
/dports/devel/git-p4/git-2.34.1/
H A Dstrbuf.h245 void strbuf_insert(struct strbuf *sb, size_t pos, const void *, size_t);
256 strbuf_insert(sb, pos, s, strlen(s)); in strbuf_insertstr()
/dports/devel/git-svn/git-2.34.1/
H A Dstrbuf.h245 void strbuf_insert(struct strbuf *sb, size_t pos, const void *, size_t);
256 strbuf_insert(sb, pos, s, strlen(s)); in strbuf_insertstr()
/dports/devel/git/git-2.34.1/
H A Dstrbuf.h245 void strbuf_insert(struct strbuf *sb, size_t pos, const void *, size_t);
256 strbuf_insert(sb, pos, s, strlen(s)); in strbuf_insertstr()
/dports/devel/git-cvs/git-2.34.1/
H A Dstrbuf.h245 void strbuf_insert(struct strbuf *sb, size_t pos, const void *, size_t);
256 strbuf_insert(sb, pos, s, strlen(s)); in strbuf_insertstr()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dmailinfo.c257 strbuf_insert(boundary, 0, "--", 2); in handle_content_type()
573 strbuf_insert(&sb, 0, "Content-Type: ", len); in check_header()
1018 strbuf_insert(line, 0, prev->buf, prev->len); in handle_filter_flowed()
1056 strbuf_insert(line, 0, prev.buf, prev.len); in handle_body()
H A Dnotes-utils.c55 strbuf_insert(&buf, 0, "notes: ", 7); /* commit message starts at index 7 */ in commit_notes()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dtag.c286 strbuf_insert(buf, 0, header.buf, header.len); in create_tag()
327 strbuf_insert(sb, sb->len, subject_start, subject_len); in create_reflog_msg()
H A Dnotes.c625 strbuf_insert(&d.buf, 0, "\n", 1); in append_edit()
627 strbuf_insert(&d.buf, 0, prev_buf, size); in append_edit()
748 strbuf_insert(&msg, 0, "notes: ", 7); in merge_commit()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dtag.c328 strbuf_insert(buf, 0, header.buf, header.len); in create_tag()
369 strbuf_insert(sb, sb->len, subject_start, subject_len); in create_reflog_msg()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dtag.c328 strbuf_insert(buf, 0, header.buf, header.len); in create_tag()
369 strbuf_insert(sb, sb->len, subject_start, subject_len); in create_reflog_msg()
/dports/devel/git/git-2.34.1/builtin/
H A Dtag.c328 strbuf_insert(buf, 0, header.buf, header.len); in create_tag()
369 strbuf_insert(sb, sb->len, subject_start, subject_len); in create_reflog_msg()

1234