/openbsd/usr.bin/cvs/ |
H A D | remove.c | 113 cvs_log(LP_NOTICE, in cvs_remove() 148 cvs_log(LP_NOTICE, "Removing %s", cf->file_path); in cvs_remove_local() 157 cvs_log(LP_NOTICE, "nothing known about '%s'", in cvs_remove_local() 180 cvs_log(LP_NOTICE, "removed `%s'", in cvs_remove_local() 219 cvs_log(LP_NOTICE, in cvs_remove_local()
|
H A D | modules.c | 97 cvs_log(LP_NOTICE, "cannot use -a with -d"); in modules_parse_line() 104 cvs_log(LP_NOTICE, "cannot use -d with -a"); in modules_parse_line() 114 cvs_log(LP_NOTICE, in modules_parse_line() 132 cvs_log(LP_NOTICE, in modules_parse_line() 212 cvs_log(LP_NOTICE, "malformed line in CVSROOT/modules: %d", lineno); in modules_parse_line()
|
H A D | add.c | 116 cvs_log(LP_NOTICE, "use '%s commit' to add %s " in cvs_add() 317 cvs_log(LP_NOTICE, "cannot add directory %s: " in add_directory() 338 cvs_log(LP_NOTICE, "%s already exists", in add_directory() 426 cvs_log(LP_NOTICE, "no head revision in RCS file for " in add_file() 437 cvs_log(LP_NOTICE, "%s has already been entered", in add_file() 443 cvs_log(LP_NOTICE, "cannot resurrect %s; " in add_file() 453 cvs_log(LP_NOTICE, "%s, version %s, resurrected", in add_file() 465 cvs_log(LP_NOTICE, "%s already exists, with version " in add_file() 472 cvs_log(LP_NOTICE, "re-adding file %s " in add_file() 477 cvs_log(LP_NOTICE, "scheduling file '%s' for addition", in add_file()
|
H A D | tag.c | 256 cvs_log(LP_NOTICE, in cvs_tag_check_files() 334 cvs_log(LP_NOTICE, "%s %s", in cvs_tag_local() 352 cvs_log(LP_NOTICE, in cvs_tag_local() 359 cvs_log(LP_NOTICE, in cvs_tag_local() 401 cvs_log(LP_NOTICE, "cannot find revision " in tag_add() 452 cvs_log(LP_NOTICE, in tag_add()
|
H A D | file.c | 542 cvs_log(LP_NOTICE, "ignoring `%s'", in cvs_file_walkdir() 852 cvs_log(LP_NOTICE, in cvs_file_classify() 877 cvs_log(LP_NOTICE, in cvs_file_classify() 886 cvs_log(LP_NOTICE, in cvs_file_classify() 894 cvs_log(LP_NOTICE, in cvs_file_classify() 903 cvs_log(LP_NOTICE, in cvs_file_classify() 918 cvs_log(LP_NOTICE, in cvs_file_classify() 926 cvs_log(LP_NOTICE, in cvs_file_classify() 936 cvs_log(LP_NOTICE, in cvs_file_classify() 949 cvs_log(LP_NOTICE, in cvs_file_classify()
|
H A D | cvs.c | 347 cvs_log(LP_NOTICE, "the -b argument is obsolete"); in cvs_getopt() 452 cvs_log(LP_NOTICE, "failed to open `%s': %s", rcpath, in cvs_read_rcfile() 508 cvs_log(LP_NOTICE, in cvs_read_rcfile() 525 cvs_log(LP_NOTICE, "failed to read line from `%s'", rcpath); in cvs_read_rcfile()
|
H A D | log.h | 33 #define LP_NOTICE 0 macro
|
H A D | entries.c | 448 cvs_log(LP_NOTICE, "failed to open `%s' : %s", tagpath, in cvs_parse_tagfile() 460 cvs_log(LP_NOTICE, "line too long in `%s:%d'", in cvs_parse_tagfile() 496 cvs_log(LP_NOTICE, "failed to read line from `%s'", tagpath); in cvs_parse_tagfile() 525 cvs_log(LP_NOTICE, "failed to open `%s' : %s", in cvs_write_tagfile()
|
H A D | log.c | 74 if (level == LP_NOTICE) in cvs_vlog()
|
H A D | trigger.c | 339 cvs_log(LP_NOTICE, "%s contains malformed command '%s'", file, cmd); in parse_cmd() 482 cvs_log(LP_NOTICE, "%s: malformed line %d", file, lineno); in cvs_trigger_getlines()
|
H A D | repository.c | 74 cvs_log(LP_NOTICE, "waiting for %s's lock in '%s'", in cvs_repository_lock()
|
H A D | commit.c | 317 cvs_log(LP_NOTICE, "Examining %s", cf->file_path); in cvs_commit_check_files() 649 cvs_log(LP_NOTICE, "checking in '%s'; revision %s -> %s", in cvs_commit_local() 683 cvs_log(LP_NOTICE, "histtype was -1 for %s", cf->file_path); in cvs_commit_local()
|
H A D | status.c | 136 cvs_log(LP_NOTICE, "Examining %s", cf->file_path); in cvs_status_local()
|
H A D | admin.c | 225 cvs_log(LP_NOTICE, "Administrating %s", cf->file_name); in cvs_admin_local()
|
H A D | import.c | 243 cvs_log(LP_NOTICE, "Importing %s", cf->file_path); in cvs_import_local()
|