Searched refs:srepos (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsubr.h62 const char *srepos; member in struct:format_cmdline_walklist_closure
69 char *format_cmdline (bool oldway, const char *srepos, const char *format, ...);
H A Dlogmsg.c676 doff + strlen (c->srepos) + 1);
678 strncpy (d, c->srepos, strlen (c->srepos));
679 d += strlen (c->srepos);
737 const char *srepos = Short_Repository (repository); local
804 !config->UseNewInfoFmtStrings, srepos,
811 "p", "s", srepos,
869 const char *srepos = Short_Repository (repository); local
926 false, srepos,
934 "p", "s", srepos,
[all...]
H A Dsubr.c959 * char *srepos you guessed it
1008 * (ignoring oldway variable and srepos since those are only around while we
1029 format_cmdline (bool oldway, const char *srepos, const char *format, ...) argument
1681 c.srepos = srepos;
1747 * any format character meant print srepos first
1751 expand_string (&buf, &length, doff + strlen(srepos));
1753 strncpy(d, srepos, strlen(srepos));
1754 d += strlen(srepos);
[all...]
H A Dfileattr.c514 const char *srepos = Short_Repository (repository); local
529 false, srepos,
536 "p", "s", srepos,
H A Dparseinfo.c43 const char *srepos; local
69 srepos = Short_Repository (repository);
72 infopath, srepos, (opt & PIOPT_ALL) ? "ALL" : "not ALL");
119 * the regular expression against srepos and callback with the value
171 if (re_exec (srepos) == 0)
H A Dtag.c356 const char *srepos = Short_Repository (repository); local
378 false, srepos,
390 "p", "s", srepos,
778 const char *srepos = Short_Repository (repository); local
815 false, srepos,
827 "p", "s", srepos,
H A Dadmin.c150 const char *srepos = Short_Repository (repository); local
166 false, srepos,
173 "p", "s", srepos,
H A Dedit.c819 const char *srepos = Short_Repository (repository); local
829 false, srepos,
836 "p", "s", srepos,
855 fprintf (pipefp, "%s %s\n---\n", srepos, args->file);
H A Dcommit.c1230 const char *srepos = Short_Repository (repository); local
1253 false, srepos,
1260 "p", "s", srepos,

Completed in 212 milliseconds