Home
last modified time | relevance | path

Searched refs:global_session_id (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmain.c34 const char *global_session_id; /* Random session ID */ variable
862 global_session_id = strdup (out); in main()
866 TRACE (TRACE_FUNCTION, "main: Session ID is %s", global_session_id); in main()
H A Dexpand_path.c127 return global_session_id; in expand_variable()
H A Dimport.c1290 if (fprintf (fprcs, "commitid %s;\012", global_session_id) < 0) in add_rcs_file()
1324 if (fprintf (fprcs, "commitid %s;\012", global_session_id) < 0) in add_rcs_file()
1344 fprintf (fprcs, "commitid %s;\012", global_session_id) < 0) in add_rcs_file()
H A Dcvs.h955 extern const char *global_session_id;
H A Drcs.c5107 np->data = xstrdup(global_session_id); in RCS_checkin()
H A DChangeLog47 (main): Set global_session_id using more random data and the
1285 * cvs.h (global_session_id): New global declaration.
1288 * main.c (global_session_id): Define new global.