| /minix3/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_check_magic.c | 51 errmsg(const char *m) in errmsg() function 98 errmsg(state_name(lowbit)); in write_all_states() 100 errmsg("/"); in write_all_states() 115 errmsg("INTERNAL ERROR: Function "); in __archive_check_magic() 116 errmsg(function); in __archive_check_magic() 117 errmsg(" invoked with invalid struct archive structure.\n"); in __archive_check_magic() 125 errmsg("INTERNAL ERROR: Function '"); in __archive_check_magic() 126 errmsg(function); in __archive_check_magic() 127 errmsg("' invoked with archive structure in state '"); in __archive_check_magic() 129 errmsg("', should be in state '"); in __archive_check_magic() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | bitreader.go | 31 var errmsg *C.char 34 result := C.LLVMCreateMemoryBufferWithContentsOfFile(cfilename, &buf, &errmsg) 36 err := errors.New(C.GoString(errmsg)) 37 C.free(unsafe.Pointer(errmsg)) 43 if C.LLVMParseBitcode(buf, &m.C, &errmsg) == 0 { 47 err := errors.New(C.GoString(errmsg)) 48 C.free(unsafe.Pointer(errmsg))
|
| /minix3/crypto/external/bsd/openssl/dist/test/ |
| H A D | pkits-test.pl | 822 my $errmsg = ""; 828 $errmsg .= "Abnormal OpenSSL termination\n"; 832 $errmsg .= "Return code:$ret, "; 833 $errmsg .= "expected $exp_ret\n"; 839 print $errmsg; 859 my $errmsg = ""; 871 $errmsg .= "Abnormal OpenSSL termination\n"; 910 $errmsg .= "Explicit policy:$epol, "; 911 $errmsg .= "expected $exp_epol\n"; 915 $errmsg .= "Authority policy set :$aset, "; [all …]
|
| /minix3/external/bsd/bind/dist/contrib/sdb/sqlite/ |
| H A D | zone2sqlite.c | 115 char *errmsg = NULL; in addrdata() local 139 res = sqlite3_exec(dbi.db, sql, add_rdata_cb, NULL, &errmsg); in addrdata() 143 fprintf(stderr, "INSERT failed: %s\n", errmsg); in addrdata() 153 char *errmsg = NULL; in main() local 215 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg); in main() 220 dbi.table, errmsg); in main() 227 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg); in main() 230 fprintf(stderr, "BEGIN TRANSACTION failed: %s\n", errmsg); in main() 240 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg); in main() 244 dbi.table, errmsg); in main() [all …]
|
| H A D | sqlitedb.c | 130 char *errmsg = NULL; in sqlitedb_lookup() local 146 &errmsg); in sqlitedb_lookup() 206 char *errmsg = NULL; in sqlitedb_allnodes() local 217 &errmsg); in sqlitedb_allnodes()
|
| /minix3/bin/ed/ |
| H A D | re.c | 44 char errmsg[MAXPATHLEN + 40] = ""; variable 52 vsnprintf(errmsg, sizeof(errmsg), fmt, ap); in seterrmsg() 85 regerror(n, expr, errmsg, sizeof errmsg); in get_compiled_pattern()
|
| H A D | main.c | 195 fprintf(stderr, "%s\n", errmsg); in main() 211 lineno, errmsg); in main() 249 lineno, errmsg); in main() 259 lineno, errmsg); in main() 261 fprintf(stderr, "%s\n", errmsg); in main() 270 lineno, errmsg); in main() 581 if (*errmsg) fprintf(stderr, "%s\n", errmsg); in exec_command() 589 if ((garrulous = 1 - garrulous) && *errmsg) in exec_command() 590 fprintf(stderr, "%s\n", errmsg); in exec_command()
|
| /minix3/external/bsd/flex/dist/ |
| H A D | misc.c | 398 char errmsg[MAXLINE]; local 400 snprintf (errmsg, sizeof(errmsg), msg, arg); 401 flexerror (errmsg); 410 char errmsg[MAXLINE]; local 412 snprintf (errmsg, sizeof(errmsg)-1, msg, arg); 413 errmsg[sizeof(errmsg)-1] = 0; /* ensure NULL termination */ 414 flexerror (errmsg); 422 char errmsg[MAXLINE]; in lerrsf_fatal() local 426 vsnprintf (errmsg, sizeof(errmsg)-1, msg, ap); in lerrsf_fatal() 428 errmsg[sizeof(errmsg)-1] = 0; /* ensure NULL termination */ in lerrsf_fatal() [all …]
|
| H A D | parse.y | 999 char errmsg[MAXLINE]; local 1001 (void) snprintf( errmsg, sizeof(errmsg), msg, arg ); 1002 synerr( errmsg ); 1043 char errmsg[MAXLINE]; local 1045 snprintf( errmsg, sizeof(errmsg), msg, arg ); 1046 pinpoint_message( errmsg );
|
| H A D | initparse.c | 570 char errmsg[MAXLINE]; local 572 (void) snprintf( errmsg, sizeof(errmsg), msg, arg ); 573 synerr( errmsg ); 614 char errmsg[MAXLINE]; local 616 snprintf( errmsg, sizeof(errmsg), msg, arg ); 617 pinpoint_message( errmsg );
|
| /minix3/tests/lib/librumphijack/ |
| H A D | h_cwd.c | 58 dochdir(const char *path, const char *errmsg) in dochdir() argument 62 err(EXIT_FAILURE, "%s", errmsg); in dochdir() 66 dofchdir(const char *path, const char *errmsg) in dofchdir() argument 72 err(EXIT_FAILURE, "open %s", errmsg); in dofchdir() 74 err(EXIT_FAILURE, "fchdir %s", errmsg); in dofchdir()
|
| /minix3/minix/commands/readclock/ |
| H A D | readclock.c | 20 void errmsg(char *s); 100 errmsg("Not allowed to set time."); in main() 129 errmsg(char *s) in errmsg() function 146 if (!quiet) errmsg("Couldn't locate readclock.drv\n"); in readclock() 156 if (!quiet) errmsg("Call to readclock.drv failed\n"); in readclock()
|
| /minix3/usr.sbin/makefs/v7fs/ |
| H A D | v7fs_populate.c | 137 const char *errmsg; in file_copy() local 145 errmsg = "inode load"; in file_copy() 150 errmsg = "hard link"; in file_copy() 158 errmsg = "file allocate"; in file_copy() 162 errmsg = "datablock expand"; in file_copy() 169 errmsg = "source file"; in file_copy() 176 errmsg = "data copy"; in file_copy() 188 warn("%s %s", node->name, errmsg); in file_copy()
|
| /minix3/ |
| H A D | build.sh | 44 errmsg='' # error message, if not empty 67 if test -z "$errmsg"; then 71 errmsg='Shell does not support "!".' 77 if test -z "$errmsg"; then 82 errmsg='Shell does not support functions.' 94 if test -z "$errmsg"; then 99 errmsg='Shell does not support the "local" keyword in functions.' 108 if test -z "$errmsg"; then 115 errmsg='Shell does not support "${var%suffix}" or "${var#prefix}".' 123 if test -z "$errmsg"; then [all …]
|
| /minix3/external/bsd/nvi/dist/perl_api/ |
| H A D | perl.xs | 70 char *errmsg; member 87 if (rval) croak(PERLP(sp)->errmsg); 206 pp->errmsg = 0; 482 char *errmsg; local 484 errmsg = PERLP(sp)->errmsg; 488 if (errmsg) free (errmsg); 489 errmsg = malloc(len + 1); 490 memcpy(errmsg, msg, len); 491 errmsg[len] = '\0'; 492 PERLP(sp)->errmsg = errmsg;
|
| /minix3/lib/libutil/ |
| H A D | getmntopts.c | 54 static const char errmsg[] = "-o %s: option not supported"; variable 74 errx(1, errmsg, opt); in getmntoptstr() 185 errx(1, errmsg, opt); in getmntopts()
|
| /minix3/usr.bin/cmp/ |
| H A D | special.c | 98 errmsg(file1, byte, line); in c_special() 100 errmsg(file2, byte, line); in c_special()
|
| H A D | extern.h | 42 __dead void errmsg(const char *, off_t, off_t);
|
| H A D | misc.c | 50 errmsg(const char *file, off_t byte, off_t line) in errmsg() function
|
| /minix3/external/bsd/top/dist/ |
| H A D | utils.h | 53 const char *errmsg(int);
|
| /minix3/external/bsd/bind/dist/lib/isc/win32/ |
| H A D | strerror.c | 145 NTperror(char *errmsg) { in NTperror() argument 152 fprintf(stderr, "%s: %s\n", errmsg, msg); in NTperror()
|
| /minix3/bin/sh/ |
| H A D | error.h | 96 const char *errmsg(int, int);
|
| H A D | redir.c | 253 error("cannot create %s: %s", fname, errmsg(errno, E_CREAT)); in openredirect() 256 error("cannot open %s: %s", fname, errmsg(errno, E_OPEN)); in openredirect()
|
| /minix3/sbin/fsck_ext2fs/ |
| H A D | pass2.c | 229 const char *errmsg; in pass2check() local 397 errmsg = "DUP/BAD"; in pass2check() 399 errmsg = "ZERO LENGTH DIRECTORY"; in pass2check() 404 fileerror(idesc->id_number, fs2h32(dirp->e2d_ino), errmsg); in pass2check()
|
| /minix3/external/bsd/file/dist/src/ |
| H A D | funcs.c | 495 char errmsg[512]; in file_regerror() local 497 (void)regerror(rc, &rx->rx, errmsg, sizeof(errmsg)); in file_regerror() 499 errmsg); in file_regerror()
|