gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:fprintf (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/assert.c - 2.2KB - 54 lines
38: {
39:         (void)fprintf(stderr,
40:             "assertion \"%s\" failed: file \"%s\", line %d\n",
More results from assert.c
bsd_source/lib/libc/src_bsd/stdlib/gdtoaimp.h - 21.6KB - 672 lines
189: #include "stdlib.h"
190: #define Bug(x) {fprintf(stderr, "%s\n", x); abort()/*exit(1)*/;}
191: #endif
bsd_source/lib/libc/src_bsd/time/strftime.c - 33.3KB - 791 lines
158:         if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) {
159:                 (void) fprintf(stderr, "\n");
160:                 if (format == NULL)
More results from strftime.c
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_send.c - 46.1KB - 1,357 lines
1289:                 }
1290:                 fprintf(file, "res_send: %s ([%s].%s): %s\n",
1291:                         string, hbuf, sbuf, strerror(error));
More results from res_send.c