Searched refs:errptr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_error.c63 Dwarf_Error errptr; local
71 errptr = (Dwarf_Error)
73 if (errptr == NULL) {
78 errptr->er_errval = (Dwarf_Sword) errval;
79 *error = errptr;
84 errptr = (Dwarf_Error)
86 if (errptr == NULL) {
91 errptr->er_errval = (Dwarf_Sword) errval;
92 dbg->de_errhand(errptr, dbg->de_errarg);
H A Ddwarf_error.c307 Dwarf_Error errptr; local
318 errptr =
320 if (errptr == NULL) {
329 errptr = _dwarf_special_no_dbg_error_malloc();
330 if (errptr == NULL) {
338 errptr->er_errval = errval;
339 *error = errptr;
344 errptr = (Dwarf_Error) _dwarf_get_alloc(dbg, DW_DLA_ERROR, 1);
345 if (errptr == NULL) {
350 errptr
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpgrep.c139 int errptr; local
180 pattern = pcre_compile(argv[i++], options, &error, &errptr, NULL);
183 fprintf(stderr, "pgrep: error in regex at offset %d: %s\n", errptr, error);
H A Dpcregrep.c512 int errptr; local
613 &errptr, NULL);
617 pattern_count, errptr, error);
629 pattern_list[0] = pcre_compile(argv[i++], options, &error, &errptr, NULL);
632 fprintf(stderr, "pcregrep: Error in regex at offset %d: %s\n", errptr,
/macosx-10.9.5/pcre-7/pcre/
H A Dpcregrep.c1771 int errptr; local
1783 pcre_compile(buffer, options, &error, &errptr, pcretables);
1792 errptr -= (int)strlen(prefix[process_options]);
1793 if (errptr > (int)strlen(pattern)) errptr = (int)strlen(pattern);
1799 "at offset %d: %s\n", errptr, error);
1802 "at offset %d: %s\n", ordin(count), errptr, error);
1807 "at offset %d: %s\n", count, filename, errptr, error);
1871 int errptr; local
2373 exclude_compiled = pcre_compile(exclude_pattern, 0, &error, &errptr,
[all...]
/macosx-10.9.5/vim-53/src/
H A Dif_tcl.c1590 channel_input(instance, buf, bufsiz, errptr)
1594 int *errptr;
1600 if (errptr)
1601 *errptr = EINVAL;
1606 channel_output(instance, buf, bufsiz, errptr)
1610 int *errptr;
1623 if (errptr)
1624 *errptr = ENOMEM;
1637 if (errptr)
1638 *errptr
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_pcre.c554 int errptr; local
557 &error, &errptr, NULL);
560 mapname, lineno, errptr, error);

Completed in 141 milliseconds