Home
last modified time | relevance | path

Searched refs:zComment (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/devel/svntrac/cvstrac-2.0.1/
H A Dgit.c70 char *zComment, in git_read_commit() argument
98 if( zComment ) zComment[0] = 0; in git_read_commit()
111 if( zComment==0 ) break; in git_read_commit()
132 strcpy(&zComment[nComment], zLine); in git_read_commit()
143 if( zComment && zComment[0]==0 && bInMsg ){ in git_read_commit()
145 nComment = strlen(zComment); in git_read_commit()
152 strcpy(&zComment[nComment], zMsg); in git_read_commit()
170 const char *zComment, in git_ingest_commit_chng() argument
271 cn, nDate, zAuthor, zComment in git_ingest_commit_chng()
303 char zComment[10000]; in git_ingest_commit_tree() local
[all …]
H A Dcvs.c452 char zComment[2000]; in cvs_history_update() local
605 while( nComment>0 && isspace(zComment[nComment-1]) ){ nComment--; } in cvs_history_update()
606 zComment[nComment] = 0; in cvs_history_update()
609 tm, nIns, -nDel, zUser, zBr, zVers, azFileList[i], zComment in cvs_history_update()
616 if( len+nComment >= sizeof(zComment)-1 ){ in cvs_history_update()
617 len = sizeof(zComment)-nComment-1; in cvs_history_update()
621 strcpy(&zComment[nComment], zLine); in cvs_history_update()
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dgit.c70 char *zComment, in git_read_commit() argument
98 if( zComment ) zComment[0] = 0; in git_read_commit()
111 if( zComment==0 ) break; in git_read_commit()
132 strcpy(&zComment[nComment], zLine); in git_read_commit()
143 if( zComment && zComment[0]==0 && bInMsg ){ in git_read_commit()
145 nComment = strlen(zComment); in git_read_commit()
152 strcpy(&zComment[nComment], zMsg); in git_read_commit()
170 const char *zComment, in git_ingest_commit_chng() argument
271 cn, nDate, zAuthor, zComment in git_ingest_commit_chng()
303 char zComment[10000]; in git_ingest_commit_tree() local
[all …]
H A Dcvs.c452 char zComment[2000]; in cvs_history_update() local
605 while( nComment>0 && isspace(zComment[nComment-1]) ){ nComment--; } in cvs_history_update()
606 zComment[nComment] = 0; in cvs_history_update()
609 tm, nIns, -nDel, zUser, zBr, zVers, azFileList[i], zComment in cvs_history_update()
616 if( len+nComment >= sizeof(zComment)-1 ){ in cvs_history_update()
617 len = sizeof(zComment)-nComment-1; in cvs_history_update()
621 strcpy(&zComment[nComment], zLine); in cvs_history_update()
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dgit.c70 char *zComment, in git_read_commit() argument
98 if( zComment ) zComment[0] = 0; in git_read_commit()
111 if( zComment==0 ) break; in git_read_commit()
132 strcpy(&zComment[nComment], zLine); in git_read_commit()
143 if( zComment && zComment[0]==0 && bInMsg ){ in git_read_commit()
145 nComment = strlen(zComment); in git_read_commit()
152 strcpy(&zComment[nComment], zMsg); in git_read_commit()
170 const char *zComment, in git_ingest_commit_chng() argument
271 cn, nDate, zAuthor, zComment in git_ingest_commit_chng()
303 char zComment[10000]; in git_ingest_commit_tree() local
[all …]
H A Dcvs.c452 char zComment[2000]; in cvs_history_update() local
605 while( nComment>0 && isspace(zComment[nComment-1]) ){ nComment--; } in cvs_history_update()
606 zComment[nComment] = 0; in cvs_history_update()
609 tm, nIns, -nDel, zUser, zBr, zVers, azFileList[i], zComment in cvs_history_update()
616 if( len+nComment >= sizeof(zComment)-1 ){ in cvs_history_update()
617 len = sizeof(zComment)-nComment-1; in cvs_history_update()
621 strcpy(&zComment[nComment], zLine); in cvs_history_update()
/dports/devel/fossil/fossil-src-2.17/src/
H A Devent.c213 blob_init(&comment, pTNote->zComment, -1); in event_page()
263 while( fossil_isspace(zComment[0]) ) zComment++; in event_commit_common()
264 n = strlen(zComment); in event_commit_common()
265 while( n>0 && fossil_isspace(zComment[n-1]) ){ n--; } in event_commit_common()
267 blob_appendf(&event, "C %#F\n", n, zComment); in event_commit_common()
457 if( zComment==0 ) zComment = pTNote->zComment; in eventedit_page()
472 if( P("submit")!=0 && (zBody!=0 && zComment!=0) ){ in eventedit_page()
475 zMimetype, zComment, zTags, in eventedit_page()
508 blob_append(&com, zComment, -1); in eventedit_page()
539 @ rows="3" wrap="virtual">%h(zComment)</textarea> in eventedit_page()
[all …]
H A Dattach.c91 const char *zComment = db_column_text(&q, 4); in attachlist_page() local
118 if( zComment ) while( fossil_isspace(zComment[0]) ) zComment++; in attachlist_page()
119 if( zComment && zComment[0] ){ in attachlist_page()
120 @ %!W(zComment)<br /> in attachlist_page()
265 const char *zComment /* The comment for the attachment */ in attach_commit() argument
296 while( fossil_isspace(zComment[0]) ) zComment++; in attach_commit()
297 n = strlen(zComment); in attach_commit()
298 while( n>0 && fossil_isspace(zComment[n-1]) ){ n--; } in attach_commit()
300 blob_appendf(&manifest, "C %#F\n", n, zComment); in attach_commit()
389 const char *zComment = PD("comment", ""); in attachadd_page() local
[all …]
H A Dmanifest.c2562 char *zComment; in manifest_crosslink() local
2564 zComment = mprintf( in manifest_crosslink()
2569 zComment = mprintf( in manifest_crosslink()
2601 char *zComment; in manifest_crosslink() local
2603 zComment = mprintf( in manifest_crosslink()
2618 char *zComment = 0; in manifest_crosslink() local
2641 (p->zComment ? p->zComment : ""), p->zUser in manifest_crosslink()
2653 zComment = mprintf( in manifest_crosslink()
2662 zComment = mprintf( in manifest_crosslink()
2688 fossil_free(zComment); in manifest_crosslink()
[all …]
H A Djson_artifact.c113 const char *zComment; in json_artifact_for_ci() local
144 zComment = db_column_text(&q,4); in json_artifact_for_ci()
150 if(0 != fossil_strcmp(zEComment,zComment)){ in json_artifact_for_ci()
151 SET("originComment", json_new_string(zComment)); in json_artifact_for_ci()
155 SET("comment",json_new_string(zComment)); in json_artifact_for_ci()
H A Djson_branch.c198 char *zComment; /* Check-in comment for the new branch */ in json_branch_new() local
240 zComment = mprintf("Create new branch named \"%s\" " in json_branch_new()
242 blob_appendf(&branch, "C %F\n", zComment); in json_branch_new()
243 free(zComment); in json_branch_new()
H A Dimport.c63 char *zComment; /* Comment of a commit */ member
120 fossil_free(gg.zComment); gg.zComment = 0; in import_reset()
242 if( gg.zComment ){ in finish_tag()
243 blob_appendf(&record, " %F", gg.zComment); in finish_tag()
290 blob_appendf(&record, "C %F\n", gg.zComment); in finish_commit()
644 if( gg.zComment==0 && in git_fast_import()
649 gg.zComment = gg.aData; in git_fast_import()
847 char *zComment; /* Comment of a commit */ member
1087 if( gsvn.zComment ){ in svn_finish_revision()
1435 fossil_free(gsvn.zComment); in svn_dump_import()
[all …]
H A Dstash.c259 const char *zComment; /* Comment to add to the stash */ in stash_create() local
263 zComment = find_option("comment", "m", 1); in stash_create()
265 if( zComment==0 ){ in stash_create()
283 zComment = blob_str(&comment); in stash_create()
292 stashid, vid, vid, zComment in stash_create()
H A Dfileedit.c755 const char * zComment; /* -m comment */ in test_ci_mini_cmd() local
770 zComment = find_option("comment","m",1); in test_ci_mini_cmd()
815 if(zComment && zCommentFile){ in test_ci_mini_cmd()
820 }else if(zComment && *zComment){ in test_ci_mini_cmd()
821 blob_append(&cimi.comment, zComment, -1); in test_ci_mini_cmd()
H A Dinfo.c62 char *zComment = 0; in show_common_info() local
76 zComment = db_text(0, in show_common_info()
120 if( zComment ){ in show_common_info()
122 comment_print(zComment, 0, 14, -1, get_comment_format()); in show_common_info()
123 free(zComment); in show_common_info()
662 const char *zComment; in ci_page() local
681 zComment = db_column_text(&q1, 3); in ci_page()
688 @ %!W(zEComment?zEComment:zComment)</td></tr> in ci_page()
778 @ <td class="infoComment">%!W(zComment)</td></tr> in ci_page()
3156 if( zComment==0 ) fossil_redirect_home();
[all …]
H A Dexport.c623 const char *zComment = db_column_text(&q, 2); in export_cmd() local
643 if( zComment==0 ) zComment = "null comment"; in export_cmd()
644 printf("data %d\n%s\n", (int)strlen(zComment), zComment); in export_cmd()
1207 blob_init(&comment, pMan->zComment, -1); in gitmirror_send_checkin()
H A Dcheckin.c1181 char *zComment; in prompt_for_user_comment() local
1255 zComment = blob_str(pComment); in prompt_for_user_comment()
1256 i = strlen(zComment); in prompt_for_user_comment()
1257 while( i>0 && fossil_isspace(zComment[i-1]) ){ i--; } in prompt_for_user_comment()
2170 const char *zComment; /* Check-in comment */ in commit_cmd() local
2232 zComment = find_option("comment","m",1); in commit_cmd()
2496 if( zComment ){ in commit_cmd()
2498 blob_append(&comment, zComment, -1); in commit_cmd()
/dports/archivers/zip/zip30/windll/Vb/
H A DVBZipBas.bas213 Public zComment As Integer
440 ZOPT.fComment = zComment ' 1 If Putting Comment In Zip File
H A DVbzipfrm.frm96 zComment = 0 ' Comment = 1 if required
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbeaux.c167 pOp->zComment = 0; in sqlite3VdbeAddOp3()
503 pOut->zComment = 0; in sqlite3VdbeAddOpList()
645 sqlite3DbFree(db, pOp->zComment); in vdbeFreeOpArray()
781 assert( p->aOp==0 || p->aOp[p->nOp-1].zComment==0 || p->db->mallocFailed ); in sqlite3VdbeComment()
783 char **pz = &p->aOp[p->nOp-1].zComment; in sqlite3VdbeComment()
795 assert( p->aOp==0 || p->aOp[p->nOp-1].zComment==0 || p->db->mallocFailed ); in sqlite3VdbeNoopComment()
797 char **pz = &p->aOp[p->nOp-1].zComment; in sqlite3VdbeNoopComment()
1042 pOp->zComment ? pOp->zComment : "" in sqlite3VdbePrintOp()
1284 if( pOp->zComment ){ in sqlite3VdbeList()
1286 pMem->z = pOp->zComment; in sqlite3VdbeList()
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/zip-archive-0.4.1/src/Codec/Archive/
H A DZip.hs135 , zComment :: B.ByteString -- ^ Comment for whole zip archive function
194 , zComment = B.empty } function
687 , zComment = zipComment function
705 putWord16le $ fromIntegral $ B.length $ zComment archive
706 putLazyByteString $ zComment archive
/dports/lang/elm/compiler-0.19.1/_cabal_deps/zip-archive-0.4.1/src/Codec/Archive/
H A DZip.hs135 , zComment :: B.ByteString -- ^ Comment for whole zip archive function
194 , zComment = B.empty } function
687 , zComment = zipComment function
705 putWord16le $ fromIntegral $ B.length $ zComment archive
706 putLazyByteString $ zComment archive
/dports/devel/stack/stack-2.7.3/_cabal_deps/zip-archive-0.4.1/src/Codec/Archive/
H A DZip.hs135 , zComment :: B.ByteString -- ^ Comment for whole zip archive function
194 , zComment = B.empty } function
687 , zComment = zipComment function
705 putWord16le $ fromIntegral $ B.length $ zComment archive
706 putLazyByteString $ zComment archive
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/zip-archive-0.4.1/src/Codec/Archive/
H A DZip.hs135 , zComment :: B.ByteString -- ^ Comment for whole zip archive function
194 , zComment = B.empty } function
687 , zComment = zipComment function
705 putWord16le $ fromIntegral $ B.length $ zComment archive
706 putLazyByteString $ zComment archive
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/zip-archive-0.4.1/src/Codec/Archive/
H A DZip.hs135 , zComment :: B.ByteString -- ^ Comment for whole zip archive function
194 , zComment = B.empty } function
687 , zComment = zipComment function
705 putWord16le $ fromIntegral $ B.length $ zComment archive
706 putLazyByteString $ zComment archive

12345678