| /netbsd-src/external/bsd/libpcap/dist/testprogs/ |
| H A D | threadsignaltest.c | 86 size_t errlen; in win32_strerror() local 95 errlen = strlen(errbuf); in win32_strerror() 96 if (errlen >= 2) { in win32_strerror() 97 errbuf[errlen - 1] = '\0'; in win32_strerror() 98 errbuf[errlen - 2] = '\0'; in win32_strerror() 99 errlen -= 2; in win32_strerror()
|
| /netbsd-src/usr.bin/m4/ |
| H A D | gnum4.c | 256 size_t errlen; in exit_regerror() local 259 errlen = regerror(er, re, NULL, 0); in exit_regerror() 260 errbuf = xalloc(errlen, in exit_regerror() 261 "malloc in regerror: %lu", (unsigned long)errlen); in exit_regerror() 262 regerror(er, re, errbuf, errlen); in exit_regerror()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans.cc | 847 tree token, tree status, tree errmsg, tree errlen, in gfc_allocate_using_caf_lib() argument 862 gcc_assert(errlen == NULL_TREE); in gfc_allocate_using_caf_lib() 864 errlen = build_int_cst (integer_type_node, 0); in gfc_allocate_using_caf_lib() 874 pstat, errmsg, errlen); in gfc_allocate_using_caf_lib() 912 tree token, tree status, tree errmsg, tree errlen, in gfc_allocate_allocatable() argument 994 status, errmsg, errlen, caf_alloc_type); in gfc_allocate_allocatable() 1412 tree errlen, tree label_finish, in gfc_deallocate_with_status() argument 1545 gcc_assert (errlen == NULL_TREE); in gfc_deallocate_with_status() 1547 errlen = build_zero_cst (integer_type_node); in gfc_deallocate_with_status() 1551 gcc_assert (errlen != NULL_TREE); in gfc_deallocate_with_status() [all …]
|
| H A D | trans-stmt.cc | 6194 tree errlen; in gfc_trans_allocate() local 6223 label_errmsg = label_finish = errmsg = errlen = NULL_TREE; in gfc_trans_allocate() 6245 errlen = se.string_length; in gfc_trans_allocate() 6250 errlen = build_int_cst (gfc_charlen_type_node, 0); in gfc_trans_allocate() 6741 if (!gfc_array_allocate (&se, expr, stat, errmsg, errlen, in gfc_trans_allocate() 6854 NULL_TREE, stat, errmsg, errlen, in gfc_trans_allocate() 7204 tree apstat, pstat, stat, errmsg, errlen, tmp; in gfc_trans_deallocate() local 7208 pstat = apstat = stat = errmsg = errlen = tmp = NULL_TREE; in gfc_trans_deallocate() 7236 errlen = se.string_length; in gfc_trans_deallocate() 7339 tmp = gfc_deallocate_with_status (se.expr, pstat, errmsg, errlen, in gfc_trans_deallocate()
|
| H A D | ChangeLog-2011 | 2086 errlen. Pass these to the coarray lib. 2093 fuctions. If using coarray lib, pass errmsg and errlen to the allocate 2097 and errlen. Replace parameter pstat by status. Code cleanup. Update
|
| H A D | trans-array.cc | 6042 tree errlen, tree label_finish, tree expr3_elem_size, in gfc_array_allocate() argument 6235 status, errmsg, errlen, label_finish, expr, in gfc_array_allocate() 6240 errmsg, errlen, in gfc_array_allocate()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans.c | 774 tree token, tree status, tree errmsg, tree errlen, in gfc_allocate_using_caf_lib() argument 789 gcc_assert(errlen == NULL_TREE); in gfc_allocate_using_caf_lib() 791 errlen = build_int_cst (integer_type_node, 0); in gfc_allocate_using_caf_lib() 801 pstat, errmsg, errlen); in gfc_allocate_using_caf_lib() 839 tree token, tree status, tree errmsg, tree errlen, in gfc_allocate_allocatable() argument 921 status, errmsg, errlen, caf_alloc_type); in gfc_allocate_allocatable() 1339 tree errlen, tree label_finish, in gfc_deallocate_with_status() argument 1472 gcc_assert (errlen == NULL_TREE); in gfc_deallocate_with_status() 1474 errlen = build_zero_cst (integer_type_node); in gfc_deallocate_with_status() 1478 gcc_assert (errlen != NULL_TREE); in gfc_deallocate_with_status() [all …]
|
| H A D | trans-stmt.c | 6158 tree errlen; in gfc_trans_allocate() local 6187 label_errmsg = label_finish = errmsg = errlen = NULL_TREE; in gfc_trans_allocate() 6209 errlen = se.string_length; in gfc_trans_allocate() 6214 errlen = build_int_cst (gfc_charlen_type_node, 0); in gfc_trans_allocate() 6708 if (!gfc_array_allocate (&se, expr, stat, errmsg, errlen, in gfc_trans_allocate() 6821 NULL_TREE, stat, errmsg, errlen, in gfc_trans_allocate() 7171 tree apstat, pstat, stat, errmsg, errlen, tmp; in gfc_trans_deallocate() local 7175 pstat = apstat = stat = errmsg = errlen = tmp = NULL_TREE; in gfc_trans_deallocate() 7203 errlen = se.string_length; in gfc_trans_deallocate() 7306 tmp = gfc_deallocate_with_status (se.expr, pstat, errmsg, errlen, in gfc_trans_deallocate()
|
| H A D | trans-array.c | 5932 tree errlen, tree label_finish, tree expr3_elem_size, in gfc_array_allocate() argument 6125 status, errmsg, errlen, label_finish, expr, in gfc_array_allocate() 6130 errmsg, errlen, in gfc_array_allocate()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | misc.c | 2169 uid_t uid, char *err, size_t errlen) in safe_path() argument 2177 snprintf(err, errlen, "realpath %s failed: %s", name, in safe_path() 2185 snprintf(err, errlen, "%s is not a regular file", buf); in safe_path() 2190 snprintf(err, errlen, "bad ownership or modes for file %s", in safe_path() 2198 snprintf(err, errlen, "dirname() failed"); in safe_path() 2206 snprintf(err, errlen, in safe_path() 2233 char *err, size_t errlen) in safe_path_fd() argument 2239 snprintf(err, errlen, "cannot stat file %s: %s", in safe_path_fd() 2243 return safe_path(file, &st, pw->pw_dir, pw->pw_uid, err, errlen); in safe_path_fd()
|
| H A D | misc.h | 211 char *err, size_t errlen);
|
| /netbsd-src/usr.bin/make/ |
| H A D | var.c | 1564 size_t errlen = regerror(reerr, pat, NULL, 0); 1565 char *errbuf = bmake_malloc(errlen); 1566 regerror(reerr, pat, errbuf, errlen); 1569 size_t errlen = regerror(reerr, pat, NULL, 0); RegexError() local
|