Home
last modified time | relevance | path

Searched refs:log_fp (Results 251 – 275 of 280) sorted by relevance

1...<<1112

/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dradsniff.c1214 FILE *log_fp = fr_log_fp; in rs_packet_process() local
1218 fr_log_fp = log_fp; in rs_packet_process()
1321 FILE *log_fp = fr_log_fp; in rs_packet_process() local
1325 fr_log_fp = log_fp; in rs_packet_process()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dlog.c107 strong_alias(log_fp, slurm_log_fp);
640 FILE *log_fp(void) in log_fp() function
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/acct_gather_profile/hdf5/
H A Dacct_gather_profile_hdf5.c216 log_fp()); in init()
/dports/sysutils/vttest/vttest-20180811/
H A Dvt420.c36 fprintf(log_fp, "Note: turned off colors\n"); in reset_colors()
50 fprintf(log_fp, "Note: turned %s colors\n", use_colors ? "on" : "off"); in set_colors()
289 fprintf(log_fp, "Note: filling outside margins with '%c'\n", ch); in fill_outside()
H A Dcharsets.c188 fprintf(log_fp, "Note: send32 row %d, upper %d, not11:%s\n", in send32()
H A Dmouse.c888 fprintf(log_fp, "Toggle: from %s to %s\n", in toggle_ExtCoords()
H A Dvt320.c919 fprintf(log_fp, "Testing %s\n", table[j].name); in any_RQM()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/unix/
H A Dlinux_glimp.c836 if ( glw_state.log_fp ) in GLimp_LogComment()
838 fprintf( glw_state.log_fp, "%s", comment ); in GLimp_LogComment()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dwindow.c305 new_w->log_fp = NULL; in new_window()
4813 do_log(window->log, buffer, &window->log_fp); in window_log()
4814 if (!window->log_fp) in window_log()
4852 if (window->log_fp) in window_logfile()
4857 do_log(0, NULL, &window->log_fp); in window_logfile()
4861 do_log(0, NULL, &window->log_fp); in window_logfile()
4862 do_log(1, window->logfile, &window->log_fp); in window_logfile()
H A Dfiles.c217 x = w->log_fp; in lookup_window_logfile()
/dports/irc/ircII/ircii-20210314/source/
H A Dwindow.c147 FILE *log_fp; /* file pointer for the log file */ member
3508 new->log_fp = 0; in new_window()
3875 do_log(window->log, buffer, &window->log_fp); in windowcmd()
3877 if (window->log_fp == NULL) in windowcmd()
4623 add_to_log(window->log_fp, str); in add_to_window_log()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dstruct.h696 FILE *log_fp; /* file pointer for the log file */ member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dstruct.h696 FILE *log_fp; /* file pointer for the log file */ member
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dwindow.c2691 window->log_fp = do_log(window->log, buffer, window->log_fp);
2692 if (window->log_fp == (FILE *) 0)
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsqnutil4.c27817 FILE *log_fp, in RemoveQualityScores() argument
27830 if (log_fp != NULL && data_in_log != NULL) in RemoveQualityScores()
27833 fprintf (log_fp, "Quality scores cleared for %s\n", acc_str); in RemoveQualityScores()
29120 if (log_fp != NULL) { in ReplaceStopsWithSelenocysteine()
29122 fprintf (log_fp, fmt, pos + 1, id_buf); in ReplaceStopsWithSelenocysteine()
29140 FILE *log_fp; member
29160 rd.log_fp = log_fp; in ReplaceStopsWithSelenocysteineInSeqEntry()
29164 if (log_fp != NULL) { in ReplaceStopsWithSelenocysteineInSeqEntry()
29341 NLM_EXTERN Boolean JoinShortTrnas (SeqEntryPtr sep, FILE *log_fp) in JoinShortTrnas() argument
29346 rd.log_fp = log_fp; in JoinShortTrnas()
[all …]
H A Dsqnutil3.c37639 FILE *log_fp; member
37723 if (c->log_fp != NULL) { in CountryFixupItem()
37771 c.log_fp = log_fp; in FixupCountryQualsWithLog()
37791 FILE *log_fp; member
37819 if (qf->log_fp != NULL) { in FixupBioSourceQuals()
37835 if (qf->log_fp != NULL) { in FixupBioSourceQuals()
37884 qd.log_fp = log_fp; in FixupMouseStrains()
38385 FILE *log_fp; member
38418 if (sq->log_fp != NULL) { in FixSourceQualCaps()
38419 fprintf (sq->log_fp, "Changed '%s' to '%s'\n", orig, val); in FixSourceQualCaps()
[all …]
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dscreen.c1933 add_to_log(window->log_fp, str);
2321 new->log_fp = 0; in new_window()
H A Dwindow.c3015 do_log(window->log, buffer, &(window->log_fp));
3017 if (window->log_fp == (FILE *) 0)
/dports/irc/epic4/epic4-2.10.9/source/
H A Dwindow.c245 new_w->log_fp = NULL; in new_window()
3607 do_log(window->log, buffer, &window->log_fp); in window_log()
3608 if (!window->log_fp) in window_log()
H A Dscreen.c2435 add_to_log(window->log_fp, window->refnum, orig_str, 0, NULL); in window_disp()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/acct_gather_profile/hdf5/sh5util/
H A Dsh5util.c362 log_fp()); in _set_options()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dscreen.c219 add_to_log(window->log_fp, 0, str, window->mangler); in BX_add_to_window()
H A Dwindow.c3456 do_log(window->log, logfile, &window->log_fp); in window_log()
3457 if (!window->log_fp) in window_log()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dscreen.c219 add_to_log(window->log_fp, 0, str, window->mangler); in BX_add_to_window()
H A Dwindow.c3456 do_log(window->log, logfile, &window->log_fp); in window_log()
3457 if (!window->log_fp) in window_log()

1...<<1112