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

/ast/src/cmd/cs/
H A Dmbb.c100 Log_t logs[2]; member in struct:State_s
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", state->logs[log].name);
146 message((-1, "[%d] %s: create log", __LINE__, state->logs[log].name));
148 message((-1, "[%d] %s: %d log", __LINE__, state->logs[log].name, to->fp->fd));
149 if (sfwrite(state->logs[lo
[all...]

Completed in 7 milliseconds