| /netbsd/src/libexec/atrun/ |
| D | atrun.c | 68 static void perr(const char *, ...) __dead; 77 perr(const char *fmt, ...) in perr() function 114 perr("%s", msg); in privs_fail() 127 perr("Cannot init group list for `%s'", pentry->pw_name); in become_user() 130 perr("Cannot change primary group to %lu", in become_user() 134 perr("Cannot create a session"); in become_user() 137 perr("Cannot set login name to `%s'", pentry->pw_name); in become_user() 140 perr("Cannot set user id to %lu", (unsigned long)uid); in become_user() 172 perr("Cannot change file permissions to `%s'", filename); in run_file() 178 perr("Cannot fork"); in run_file() [all …]
|
| /netbsd/src/usr.sbin/gspa/gspa/ |
| D | gsp_pseu.c | 57 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()
|
| D | gsp_inst.c | 288 perr("Unknown instruction code %s", opcode); in do_statement() 304 perr("Inappropriate type for operand %u", nop+1); in do_statement() 309 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() 511 perr("Registers must be in the same register file"); in encode_instr() 538 perr("Value truncated to 16 bits"); in encode_instr() 553 perr("5-bit constant out of range"); in encode_instr() [all …]
|
| D | gsp_sym.c | 88 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()
|
| D | gsp_eval.c | 91 perr("Divide by zero"); in eval_op() 129 perr("Undefined symbol %s", s->name); in eval_subtree()
|
| D | gsp_lex.c | 122 perr("Bad number syntax"); in yylex() 156 perr("Unterminated string"); in yylex()
|
| D | gspa.c | 253 perr(const char *fmt, ...) in perr() function 286 perr("%s", errs); in yyerror()
|
| D | gsp_ass.h | 148 void perr(const char *fmt, ...) __printflike(1, 2);
|
| /netbsd/src/usr.bin/at/ |
| D | at.c | 212 perr("Cannot open lockfile " _PATH_LOCKFILE); in writefile() 233 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() 441 perr("Cannot change to " _PATH_ATJOBS); in list_jobs() 444 perr("Cannot open " _PATH_ATJOBS); in list_jobs() [all …]
|
| D | panic.c | 73 perr(const char *a) in perr() function 92 perr(msg); in privs_fail()
|
| D | panic.h | 34 void perr(const char *) __dead;
|
| /netbsd/src/sbin/fsck/ |
| D | fsutil.c | 164 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()
|
| D | fsutil.h | 33 void perr(const char *, ...) __printflike(1, 2);
|
| /netbsd/src/sys/fs/puffs/ |
| D | puffs_subr.c | 205 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/src/sbin/fsck_msdos/ |
| D | boot.c | 68 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()
|
| D | dir.c | 229 perr("No space for directory buffer (%zu)", len); in resetDosDirSection() 235 perr("No space for directory delbuf (%zu)", len); in resetDosDirSection() 242 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() [all …]
|
| D | fat.c | 90 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/src/external/bsd/nvi/dist/cl/ |
| D | cl_main.c | 47 __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/src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| D | asn1_gen.c | 66 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/src/usr.bin/audiocfg/ |
| D | drvctl.c | 60 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/src/external/bsd/nvi/dist/common/ |
| D | gs.c | 27 __dead static void perr __P((char *, char *)); 47 perr(name, NULL); in gs_init() 212 perr(char *name, char *msg) in perr() function
|
| /netbsd/src/external/bsd/nvi/dist/ip/ |
| D | ip_main.c | 40 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
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | session.c | 385 int pin[2], pout[2], perr[2]; in do_exec_no_pty() local 401 if (pipe(perr) == -1) { in do_exec_no_pty() 439 close(perr[0]); in do_exec_no_pty() 440 close(perr[1]); in do_exec_no_pty() 475 close(perr[0]); in do_exec_no_pty() 476 if (dup2(perr[1], 2) == -1) in do_exec_no_pty() 478 close(perr[1]); in do_exec_no_pty() 513 close(perr[1]); in do_exec_no_pty() 515 session_set_fds(ssh, s, pin[1], pout[0], perr[0], in do_exec_no_pty()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ser-go32.c | 202 int perr; member 312 port->perr++; in dos_comisr() 906 port->ferr, port->perr, port->oflo); in info_serial_command()
|
| D | nto-tdep.c | 195 const char **perr) in nto_parse_redirection() argument 243 *perr = err; in nto_parse_redirection()
|