Home
last modified time | relevance | path

Searched refs:statchar_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/svnbench/
Dnotify.c84 char statchar_buf[5] = " "; in notify() local
214 statchar_buf[0] = 'C'; in notify()
217 statchar_buf[0] = 'E'; in notify()
223 statchar_buf[1] = 'C'; in notify()
226 statchar_buf[1] = 'G'; in notify()
228 if ((err = svn_cmdline_printf(pool, "%s %s\n", statchar_buf, path_local))) in notify()
290 statchar_buf[0] = 'C'; in notify()
295 statchar_buf[0] = 'G'; in notify()
297 statchar_buf[0] = 'U'; in notify()
304 statchar_buf[1] = 'C'; in notify()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/svn/
Dnotify.c222 char statchar_buf[5] = " "; in notify_body() local
337 statchar_buf[0] = 'C'; in notify_body()
340 statchar_buf[0] = 'E'; in notify_body()
345 statchar_buf[1] = 'C'; in notify_body()
348 statchar_buf[1] = 'G'; in notify_body()
350 SVN_ERR(svn_cmdline_printf(pool, "%s %s\n", statchar_buf, path_local)); in notify_body()
403 statchar_buf[0] = 'C'; in notify_body()
408 statchar_buf[0] = 'G'; in notify_body()
410 statchar_buf[0] = 'U'; in notify_body()
416 statchar_buf[1] = 'C'; in notify_body()
[all …]