Lines Matching refs:CODE
10 * 1. Redistributions of source code must retain the above copyright
69 * Priority comparison code by Harlan Stenn.
70 * TLS, syslog-protocol, and syslog-sign code by Martin Schuette.
204 * Most output code should be ready to handle
268 int decode(const char *, CODE *);
1712 * keeps calling code shorter and hides buffer allocation
1891 "Executing unreachable code in check_timestamp()\n");
2089 CODE *c;
4052 decode(const char *name, CODE *codetab)
4054 CODE *c;
4322 int code;
4330 code = WTERMSIG(status);
4333 code = WEXITSTATUS(status);
4334 if (code == 0)
4339 pid, name, reason, code);
4810 /* auxiliary code to allocate memory and copy a string */