Home
last modified time | relevance | path

Searched refs:LOG_FILE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dremote-st.c55 #define LOG_FILE "st2000.log" macro
56 #if defined (LOG_FILE)
96 #ifdef LOG_FILE in readchar()
165 #if defined (LOG_FILE) in expect_prompt()
301 #if defined (LOG_FILE) in st2000_open()
302 log_file = fopen (LOG_FILE, "w"); in st2000_open()
304 perror_with_name (LOG_FILE); in st2000_open()
324 #if defined (LOG_FILE) in st2000_close()
/freebsd-12.1/usr.sbin/cron/lib/
H A Dmisc.c390 #if defined(LOG_FILE) || DEBUGGING in log_it()
393 #if defined(LOG_FILE) in log_it()
403 #if defined(LOG_FILE) in log_it()
415 LogFD = open(LOG_FILE, O_WRONLY|O_APPEND|O_CREAT, 0600); in log_it()
417 warn("can't open log file %s", LOG_FILE); in log_it()
437 warn("%s", LOG_FILE); in log_it()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-19991776 * mkcheck (LOG_FILE): Correctly append errors.
1887 * mkcheck (LOG_FILE): Fix filebuf-[2,3].tst checks.
1985 * mkcheck (LOG_FILE): Add !/bin/bash instead of cygnus-style
2204 * mkcheck (LOG_FILE): Fix filebuf directory oddness.
2583 * testsuite/make_check_libfree++ (LOG_FILE): Ugh. Another fix.
2609 * testsuite/make_check_libfree++ (LOG_FILE): More c-c-c-changes.