Searched defs:log (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/comp/
H A Dsysloglib.h32 #define log _log_info_ macro
36 * NOTE: syslog() has a static initializer for Syslog_state_t log
42 int fd; /* log to this fd */
50 extern Syslog_state_t log;
/ast/src/lib/libast/uwin/
H A Dlog.c39 static char sccsid[] = "@(#)log.c 8.2 (Berkeley) 11/30/93";
54 * Calculates log(2^m*F*(1+f/F)), |f/j| <= 1/256,
57 * log(2^m) = log2_hi*m + log2_tail*m
62 * log(F) = logF_hi[j] + logF_lo[j] is in tabular form in log_table.h
65 * log(1+f/F) = 2*f/(2*F + f) + 1/12 * (2*f/(2*F + f))**3 + ...
72 * 2. when m = j = 0, |1-x| < 1/256, and log(x) ~= (x-1).
94 /* Table of log(Fj) = logF_head[j] + logF_tail[j], for Fj = 1+j/128.
100 * Values for log(F) were generated using error < 10^-57 absolute
376 log(double x) function
378 log(
[all...]
/ast/src/cmd/cs/
H A Dmbb.c103 int log; member in struct:State_s
130 note(Css_t* css, register Connection_t* to, int log, char* s, size_t n, int force, Cssdisc_t* disc) argument
135 if ((force || to->blocked[log] < 0) && (z = data(state, to, s, n, force)) != n)
140 if (!state->logs[log].sp)
142 state->logs[log].name[0] = '0' + log;
143 remove(state->logs[log].name);
144 if (!(state->logs[log].sp = sfopen(NiL, state->logs[log].name, "r+")))
145 error(ERROR_SYSTEM|3, "%s: cannot create message log", stat
181 dump(Css_t* css, register Connection_t* con, int log, Cssdisc_t* disc) argument
[all...]
/ast/src/cmd/builtin/
H A Dpty.c78 "[l:log?Log the master stdout and stderr to \afile\a.]:[file]"
966 char* log = 0; local
986 log = opt_info.arg;
1041 if (!log)
1043 else if (!(lp = sfopen(NiL, log, "w")))
1044 error(ERROR_system(1), "%s: cannot write", log);
1067 error(ERROR_system(1), "%s: write error", log);
/ast/src/cmd/ksh93/sh/
H A Dlex.c187 register Sfio_t *log= shp->funlog; local
194 log = shp->gd->hist_ptr->histfp;
195 sfwrite(log, (void*)buff, size);
/ast/src/cmd/coshell/
H A Devent.c77 "[+?The \b--cs\b, \b--expire\b, \b--initialize\b, and \b--log\b options "
78 "apply to the initial service command, and the \b--expire\b, \b--log\b, "
86 "[l!:log?Log server activity to \astate-name\a.log, where \astate-name\a "
111 #define log _log /* gnu builtin? you've got to be kidding */ macro
182 int quiet; /* suppress response log messages */
204 int log; /* log activity */ member in struct:State_s
214 Sfio_t* logf; /* log buffer stream */
256 * generate a user response and log messag
260 log(State_t* state, Connection_t* con, int type, const char* format, ...) function
[all...]
/ast/src/cmd/mailx/
H A Dmailx.h826 char* log; member in struct:__anon136::__anon147

Completed in 28 milliseconds