Home
last modified time | relevance | path

Searched refs:perr (Results 1 – 25 of 45) sorted by relevance

12

/netbsd/libexec/atrun/
H A Datrun.c77 perr(const char *fmt, ...) in perr() function
114 perr("%s", msg); in privs_fail()
134 perr("Cannot create a session"); in become_user()
178 perr("Cannot fork"); in run_file()
202 perr("Cannot open input file"); in run_file()
237 perr("Error in fcntl"); in run_file()
293 perr("Error in fork"); in run_file()
304 perr("Error in lseek"); in run_file()
307 perr("Error in I/O redirection"); in run_file()
310 perr("Error in I/O redirection"); in run_file()
[all …]
/netbsd/usr.sbin/gspa/gspa/
H A Dgsp_pseu.c57 perr("Inappropriate operand"); in pseudo()
72 perr("Label required"); in pseudo()
78 perr("Inappropriate operand"); in pseudo()
90 perr("Inappropriate operand"); in pseudo()
101 perr("Word value too large"); in pseudo()
112 perr("Require filename string"); in pseudo()
123 perr("Inappropriate operand"); in pseudo()
143 perr("Inappropriate operand"); in pseudo()
152 perr("Insufficient operands"); in pseudo()
154 perr("Extra operands ignored"); in pseudo()
H A Dgsp_inst.c309 perr("Spec out of bounds"); in do_statement()
319 perr("Insufficient operands"); in do_statement()
323 perr("Extra operands ignored"); in do_statement()
376 perr("Invalid %s specifier", what); in check_spec()
494 perr("Extra operands ignored"); in encode_instr()
575 perr("Displacement too large"); in encode_instr()
654 perr("Field size must be 1..32"); in encode_instr()
685 perr("Register name repeated"); in encode_instr()
690 perr("Mask value out of range"); in encode_instr()
693 perr("Extra operands ignored"); in encode_instr()
[all …]
H A Dgsp_sym.c88 perr("Multiply defined label %s", id); in define_sym()
92 perr("Phase error on label %s (%#x -> %#x)", in define_sym()
162 perr("Phase error on numeric label %d (%#x -> %#x)", in set_numeric_label()
H A Dgsp_eval.c91 perr("Divide by zero"); in eval_op()
129 perr("Undefined symbol %s", s->name); in eval_subtree()
/netbsd/usr.bin/at/
H A Dat.c233 perr("Cannot generate job number"); in writefile()
244 perr("Cannot access " _PATH_ATJOBS); in writefile()
254 perr("Cannot create atjob file"); in writefile()
257 perr("Error in dup() of job file"); in writefile()
260 perr("Cannot give away file"); in writefile()
299 perr("Cannot open input file"); in writefile()
410 perr("Cannot give away file"); in writefile()
444 perr("Cannot open " _PATH_ATJOBS); in list_jobs()
516 perr("Cannot open " _PATH_ATJOBS); in process_jobs()
542 perr(dirent->d_name); in process_jobs()
[all …]
H A Dpanic.c73 perr(const char *a) in perr() function
92 perr(msg); in privs_fail()
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dftruncate1.c10 perr (const char *s) in perr() function
29 perr ("open or fwrite"); in main()
32 perr ("fflush"); in main()
35 perr ("ftruncate"); in main()
38 perr ("fclose"); in main()
H A Dfdopen1.c10 perr (const char *s) in perr() function
28 perr ("open-w"); in main()
33 perr ("fdopen or fwrite"); in main()
36 perr ("fclose"); in main()
40 perr ("open-r"); in main()
H A Dfdopen2.c12 perr (const char *s) in perr() function
32 perr ("fdopen or fwrite"); in main()
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dftruncate1.c10 perr (const char *s) in perr() function
29 perr ("open or fwrite"); in main()
32 perr ("fflush"); in main()
35 perr ("ftruncate"); in main()
38 perr ("fclose"); in main()
H A Dfdopen1.c10 perr (const char *s) in perr() function
28 perr ("open-w"); in main()
33 perr ("fdopen or fwrite"); in main()
36 perr ("fclose"); in main()
40 perr ("open-r"); in main()
H A Dfdopen2.c12 perr (const char *s) in perr() function
32 perr ("fdopen or fwrite"); in main()
/netbsd/sbin/fsck/
H A Dfsutil.c164 perr(const char *fmt, ...) in perr() function
197 perr("Can't stat `/'"); in blockcheck()
209 perr("Can't stat `%s'", newname); in blockcheck()
217 perr("Can't convert to raw `%s'", newname); in blockcheck()
221 perr("Can't stat `%s'", raw); in blockcheck()
227 perr("%s is not a character device\n", raw); in blockcheck()
233 perr("Can't convert to cooked `%s'", newname); in blockcheck()
242 perr("%s", buf); in blockcheck()
/netbsd/sys/fs/puffs/
H A Dpuffs_subr.c205 struct puffs_error *perr; in puffs_senderr() local
207 puffs_msgmem_alloc(sizeof(struct puffs_error), &park, (void *)&perr, 1); in puffs_senderr()
211 perr->perr_error = error; in puffs_senderr()
212 strlcpy(perr->perr_str, str, sizeof(perr->perr_str)); in puffs_senderr()
/netbsd/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D02-test_errstr.t96 my $perr = eval {
109 ok($oerr[0] eq $perr, "($errnum) '$oerr[0]' == '$perr'");
/netbsd/external/bsd/nvi/dist/cl/
H A Dcl_main.c47 __dead static void perr __P((const char *, const char *));
116 perr(gp->progname, NULL); in main()
191 perr(gp->progname, NULL); in cl_init()
214 tcfail: perr(gp->progname, "tcgetattr"); in cl_init()
353 perr(gp->progname, NULL); in sig_init()
466 perr(const char *name, const char *msg) in perr() function
/netbsd/sbin/fsck_msdos/
H A Dboot.c68 perr("could not read boot block"); in readboot()
137 perr("could not read fsinfo block"); in readboot()
164 perr("Unable to write FSInfo"); in readboot()
186 perr("could not read backup bootblock"); in readboot()
313 perr("could not read fsinfo block"); in writefsinfo()
329 perr("Unable to write FSInfo"); in writefsinfo()
H A Ddir.c242 perr("No space for directory entry"); in resetDosDirSection()
333 perr("Unable to read directory"); in delete()
342 perr("Unable to write directory"); in delete()
500 perr("Unable to read directory"); in readDosDirSection()
830 perr("No space for directory"); in readDosDirSection()
839 perr("No space for todo list"); in readDosDirSection()
860 perr("Unable to write directory"); in readDosDirSection()
879 perr("Unable to write directory"); in readDosDirSection()
951 perr("No space for buffer"); in reconnect()
975 perr("could not read LOST.DIR"); in reconnect()
[all …]
H A Dfat.c90 perr("No space for FAT sectors (%zu)", len); in _readfat()
98 perr("Unable to read FAT"); in _readfat()
104 perr("Unable to read FAT"); in _readfat()
134 perr("No space for FAT clusters (%zu)", len); in readfat()
488 perr("No space for FAT sectors (%zu)", fatsz); in writefat()
575 perr("Unable to write FAT"); in writefat()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dasn1_gen.c66 int *perr);
74 int depth, int *perr);
99 int *perr) in generate_v3() argument
121 *perr = ASN1_R_UNKNOWN_TAG; in generate_v3()
128 *perr = ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG; in generate_v3()
132 *perr = ASN1_R_ILLEGAL_NESTED_TAGGING; in generate_v3()
135 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr); in generate_v3()
406 int depth, int *perr) in asn1_multi() argument
426 depth + 1, perr); in asn1_multi()
/netbsd/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_gen.c66 int *perr);
74 int depth, int *perr);
99 int *perr) in generate_v3() argument
121 *perr = ASN1_R_UNKNOWN_TAG; in generate_v3()
128 *perr = ASN1_R_SEQUENCE_OR_SET_NEEDS_CONFIG; in generate_v3()
132 *perr = ASN1_R_ILLEGAL_NESTED_TAGGING; in generate_v3()
135 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr); in generate_v3()
402 int depth, int *perr) in asn1_multi() argument
422 depth + 1, perr); in asn1_multi()
/netbsd/usr.bin/audiocfg/
H A Ddrvctl.c60 int8_t perr; in drvctl_get_properties() local
79 rv = prop_dictionary_get_int8(results_dict, "drvctl-error", &perr); in drvctl_get_properties()
80 if (rv == false || perr != 0) { in drvctl_get_properties()
/netbsd/external/bsd/nvi/dist/common/
H A Dgs.c27 __dead static void perr __P((char *, char *));
47 perr(name, NULL); in gs_init()
212 perr(char *name, char *msg) in perr() function
/netbsd/external/bsd/nvi/dist/ip/
H A Dip_main.c40 static void perr __P((char *, char *));
138 perr(gp->progname, NULL); in run_editor()
190 perr(wp->gp->progname, NULL); in ip_init()
321 perr(char *name, char *msg) in perr() function

12