Lines Matching refs:pending_error_text
447 static char *pending_error_text; variable
459 if (!pending_error_text && pending_error) in print_pending_error()
476 if (pending_error_text) in print_pending_error()
478 buf_output0 (buf_to_net, pending_error_text); in print_pending_error()
488 free (pending_error_text); in print_pending_error()
489 pending_error_text = NULL; in print_pending_error()
499 # define error_pending() (pending_error || pending_error_text)
528 return alloc_pending_internal (&pending_error_text, size); in alloc_pending()
785 sprintf (pending_error_text, in serve_root()
800 sprintf (pending_error_text, in serve_root()
821 sprintf (pending_error_text, "\ in serve_root()
871 sprintf (pending_error_text, in serve_root()
931 sprintf (pending_error_text, in serve_root()
941 sprintf (pending_error_text, in serve_root()
951 sprintf (pending_error_text, in serve_root()
1006 sprintf (pending_error_text, "E Cannot access %s", path); in serve_root()
1072 sprintf (pending_error_text, "\ in outside_root()
1084 sprintf (pending_error_text, "\ in outside_root()
1111 sprintf (pending_error_text, "\ in outside_dir()
1180 sprintf ( pending_error_text, in dirswitch()
1188 sprintf (pending_error_text, in dirswitch()
1203 sprintf (pending_error_text, in dirswitch()
1234 sprintf (pending_error_text, "E cannot mkdir %s", gDirname); in dirswitch()
1249 sprintf (pending_error_text, "E cannot create_adm_p %s", gDirname); in dirswitch()
1258 sprintf (pending_error_text, "E cannot change to %s", gDirname); in dirswitch()
1270 sprintf (pending_error_text, in dirswitch()
1286 sprintf (pending_error_text, in dirswitch()
1295 sprintf (pending_error_text, in dirswitch()
1313 sprintf (pending_error_text, in dirswitch()
1324 sprintf (pending_error_text, in dirswitch()
1334 sprintf (pending_error_text, in dirswitch()
1346 sprintf (pending_error_text, "E cannot open %s", CVSADM_ENT); in dirswitch()
1354 sprintf (pending_error_text, "E cannot close %s", CVSADM_ENT); in dirswitch()
1370 strcpy (pending_error_text, in serve_repository()
1429 pending_error_text = xmalloc (80 + strlen (arg)); in serve_directory()
1430 if (pending_error_text == NULL) in serve_directory()
1436 sprintf (pending_error_text, in serve_directory()
1441 sprintf (pending_error_text, in serve_directory()
1466 sprintf (pending_error_text, "E cannot open %s", CVSADM_ENTSTAT); in serve_static_directory()
1474 sprintf (pending_error_text, "E cannot close %s", CVSADM_ENTSTAT); in serve_static_directory()
1498 sprintf (pending_error_text, "E cannot open %s", CVSADM_TAG); in serve_sticky()
1506 sprintf (pending_error_text, "E cannot write to %s", CVSADM_TAG); in serve_sticky()
1514 sprintf (pending_error_text, "E cannot close %s", CVSADM_TAG); in serve_sticky()
1547 pending_error_text = xmalloc (80); in receive_partial_file()
1548 if (pending_error_text == NULL) in receive_partial_file()
1552 sprintf (pending_error_text, in receive_partial_file()
1558 sprintf (pending_error_text, in receive_partial_file()
1577 strcpy (pending_error_text, "E unable to write"); in receive_partial_file()
1616 sprintf (pending_error_text, "E cannot open %s", arg); in receive_file()
1651 pending_error_text = xmalloc (80); in receive_file()
1652 if (pending_error_text == NULL) in receive_file()
1656 sprintf (pending_error_text, in receive_file()
1662 sprintf (pending_error_text, in receive_file()
1687 sprintf (pending_error_text, in receive_file()
1695 if (pending_error_text) in receive_file()
1697 char *p = xrealloc (pending_error_text, in receive_file()
1698 strlen (pending_error_text) + strlen (arg) + 30); in receive_file()
1701 pending_error_text = p; in receive_file()
1712 sprintf (pending_error_text, "E cannot close %s", arg); in receive_file()
1775 sprintf (pending_error_text, in serve_is_modified()
1819 sprintf (pending_error_text, in serve_is_modified()
1891 pending_error_text = xmalloc (80 + strlen (arg)); in serve_modified()
1892 if (pending_error_text == NULL) in serve_modified()
1897 sprintf (pending_error_text, in serve_modified()
1901 sprintf (pending_error_text, in serve_modified()
1917 pending_error_text = xmalloc (80 + strlen (arg)); in serve_modified()
1918 if (pending_error_text == NULL) in serve_modified()
1923 sprintf (pending_error_text, in serve_modified()
1927 sprintf (pending_error_text, in serve_modified()
1947 sprintf (pending_error_text, in serve_modified()
2011 sprintf (pending_error_text, "E cannot utime %s", arg); in serve_modified()
2025 sprintf (pending_error_text, in serve_modified()
2089 sprintf (pending_error_text, in serve_unchanged()
2187 sprintf (pending_error_text, in serve_entry()
2229 sprintf (pending_error_text, in serve_kopt()
2242 sprintf (pending_error_text, in serve_kopt()
2273 sprintf (pending_error_text, in serve_checkin_time()
2282 sprintf (pending_error_text, "E cannot parse date %s", arg); in serve_checkin_time()
2317 sprintf (pending_error_text, "E cannot open %s", CVSADM_ENT); in server_write_entries()
2329 sprintf (pending_error_text, in server_write_entries()
2344 sprintf (pending_error_text, "E cannot close %s", CVSADM_ENT); in server_write_entries()
2765 sprintf (pending_error_text, in serve_notify()
2814 pending_error_text = xmalloc (80 + strlen (arg)); in serve_notify()
2815 if (pending_error_text == NULL) in serve_notify()
2820 sprintf (pending_error_text, in serve_notify()
2824 sprintf (pending_error_text, in serve_notify()
2881 strcpy (pending_error_text, in serve_notify()
2999 sprintf (pending_error_text, in serve_argument()
3040 sprintf (pending_error_text, in serve_argumentx()
3073 sprintf (pending_error_text, in serve_global_option()
3253 sprintf (pending_error_text, in serve_questionable()
3567 sprintf (pending_error_text, in do_cvs_command()
4836 sprintf (pending_error_text, in serve_init()
4848 sprintf (pending_error_text, "\ in serve_init()
5866 sprintf (pending_error_text, in serve_referrer()
6469 sprintf (pending_error_text, in server()
6482 sprintf (pending_error_text, in server()