Home
last modified time | relevance | path

Searched refs:errmsg (Results 1 – 25 of 41) sorted by relevance

12

/minix3/external/bsd/libarchive/dist/libarchive/
H A Darchive_check_magic.c51 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 Dbitreader.go31 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 Dpkits-test.pl822 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 Dzone2sqlite.c115 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 Dsqlitedb.c130 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 Dre.c44 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 Dmain.c195 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 Dmisc.c398 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 Dparse.y999 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 Dinitparse.c570 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 Dh_cwd.c58 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 Dreadclock.c20 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 Dv7fs_populate.c137 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 Dbuild.sh44 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 Dperl.xs70 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 Dgetmntopts.c54 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 Dspecial.c98 errmsg(file1, byte, line); in c_special()
100 errmsg(file2, byte, line); in c_special()
H A Dextern.h42 __dead void errmsg(const char *, off_t, off_t);
H A Dmisc.c50 errmsg(const char *file, off_t byte, off_t line) in errmsg() function
/minix3/external/bsd/top/dist/
H A Dutils.h53 const char *errmsg(int);
/minix3/external/bsd/bind/dist/lib/isc/win32/
H A Dstrerror.c145 NTperror(char *errmsg) { in NTperror() argument
152 fprintf(stderr, "%s: %s\n", errmsg, msg); in NTperror()
/minix3/bin/sh/
H A Derror.h96 const char *errmsg(int, int);
H A Dredir.c253 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 Dpass2.c229 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 Dfuncs.c495 char errmsg[512]; in file_regerror() local
497 (void)regerror(rc, &rx->rx, errmsg, sizeof(errmsg)); in file_regerror()
499 errmsg); in file_regerror()

12