Searched refs:die (Results 1 - 25 of 124) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/boot/
H A Dpiggyback.c35 void die(char *str) function
49 if (stat (argv[3], &s) < 0) die (argv[3]);
51 if (!map) die(argv[2]);
59 if ((image = open(argv[1],O_RDWR)) < 0) die(argv[1]);
60 if (read(image,buffer,512) != 512) die(argv[1]);
65 if (lseek(image,i,0) < 0) die("lseek");
66 if (read(image,buffer,512) != 512) die(argv[1]);
79 if (lseek(image,i,0) < 0) die("lseek");
80 if (read(image,buffer,1024) != 1024) die(argv[1]);
91 if (lseek(image, offset, 0) < 0) die ("lsee
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/tools/
H A Dbuild.c96 void die(const char * str) function
104 die("Usage: build bootsect setup system [rootdev] [> image]");
125 die("Couldn't stat /");
132 die("Couldn't stat root device.");
147 die("Unable to open 'boot'");
149 die("Unable to read header of 'boot'");
151 die("Non-Minix header of 'boot'");
153 die("Non-Minix header of 'boot'");
155 die("Illegal data segment in 'boot'");
157 die("Illega
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dsplit-man11 die "$0: where do I put the results?\n" unless ($#ARGV >= 0);
12 die "$0: can't create $ARGV[0]: $!\n" unless mkdir $ARGV[0], 0777;
24 die "can't open $fn: $!\n";
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dprivsock.c38 die("priv_sock_send_cmd");
60 die("priv_sock_get_result");
72 die("priv_sock_get_cmd");
83 die("priv_sock_get_str: too big");
91 die("priv_sock_get_str: read error");
102 die("priv_sock_send_result");
124 die("priv_sock_send_int");
135 die("priv_sock_get_int");
H A Dutility.h6 /* die()
13 void die(const char* p_text);
H A Dnetstr.c42 die("vsf_sysutil_recv_peek");
46 die("vsf_sysutil_recv_peek: no data");
59 die("vsf_sysutil_read_loop");
63 die("missing terminator in str_netfd_alloc");
79 die("vsf_sysutil_read_loop");
H A Dtcpwrap.c44 die("tcp_wrappers is set to YES but no tcp wrapper support compiled in");
H A Dmain.c76 die("vsftpd: too many arguments (I take an optional config file only)");
80 die("vsftpd: missing argv[0]");
248 die("vsftpd: must be started as root (see run_as_launching_user option)");
260 die("vsftpd: not configured for standalone, must be started from inetd");
268 die("vsftpd: security: 'one_process_model' is anonymous only");
272 die("vsftpd: security: 'one_process_model' needs a better OS");
277 die("vsftpd: both local and anonymous access disabled!");
H A Dsysutil.c247 die("sigfillset");
252 die("sigaction");
265 die("sigemptyset");
270 die("sigaddset");
275 die("sigprocmask");
288 die("sigemptyset");
293 die("sigaddset");
298 die("sigprocmask");
374 die("size too big in vsf_sysutil_read_loop");
390 die("retva
[all...]
H A Dssl.c51 die("SSL: could not allocate SSL context");
77 die("SSL: cannot load RSA certificate");
81 die("SSL: cannot load RSA private key");
94 die("SSL: cannot load DSA certificate");
98 die("SSL: cannot load DSA private key");
104 die("SSL: could not set cipher list");
108 die("SSL: RNG is not seeded");
200 die("SSL_read");
298 die(get_ssl_error());
358 die("SS
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/tools/
H A Dbuild.c52 void die(const char * str, ...) function
64 die("Unable to open `%s': %m", name);
69 die("Usage: build [-b] bootsect setup system [rootdev] [> image]");
90 die("Couldn't stat /");
97 die("Couldn't stat root device.");
115 die("Boot block must be exactly 512 bytes");
117 die("Boot block hasn't got boot flag (0xAA55)");
121 die("Write call failed");
127 die("Write call failed");
129 die("rea
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/tools/
H A Dbuild.c52 void die(const char * str, ...) function
64 die("Unable to open `%s': %m", name);
69 die("Usage: build [-b] bootsect setup system [rootdev] [> image]");
90 die("Couldn't stat /");
97 die("Couldn't stat root device.");
115 die("Boot block must be exactly 512 bytes");
117 die("Boot block hasn't got boot flag (0xAA55)");
121 die("Write call failed");
127 die("Write call failed");
129 die("rea
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/boot/
H A Daddinitrd.c33 void die (char *s) function
58 die ("open vmlinux");
60 die ("read file header");
62 die ("read aout header");
64 die ("read section headers");
82 die ("open initrd");
84 die ("fstat initrd");
95 die ("open outfile");
97 die ("write file header");
99 die ("writ
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/boot/
H A Dpiggyback.c64 void die(char *str) function
81 if (stat (argv[3], &s) < 0) die (argv[3]);
83 if (!map) die(argv[2]);
95 if ((image = open(argv[1],O_RDWR)) < 0) die(argv[1]);
96 if (read(image,buffer,512) != 512) die(argv[1]);
100 if (lseek(image,i,0) < 0) die("lseek");
101 if (read(image,buffer,512) != 512) die(argv[1]);
111 if (lseek(image,i,0) < 0) die("lseek");
112 if (read(image,buffer,1024) != 1024) die(argv[1]);
122 if (lseek(image, offset, 0) < 0) die ("lsee
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/SGI/
H A Dsambalp63 open(LPSTAT,"/usr/bin/lpstat -t|") || die("Can't get printer list.\n");
77 die("Unknown printer: \"$printer\"\n");
84 $file = $file =~ /^(.*)/ ? $1 : die("Bad file: $file\n");
85 $system = $system =~ /^(.*)/ ? $1 : die("Bad system: $system\n");
111 $name = $user =~ /^(\w+)/ ? $1 : die("Bad user: $user\n");
123 open(FILE, $file) || die("Can't read $file: $!\n");
124 open(LP, "|$lpcommand -") || die("Can't open pipe to \"lp\": $!\n");
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dcommon.h9 void die(char *msg,...) __attribute((noreturn));
15 /* Like die, but appends an error message according to the state of errno. */
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A Dtest_read16 die "missing printer name";
H A Dtest_read.in16 die "missing printer name";
H A Dlpr_in_perl30 die "missing printer name";
43 open TEMP, ">$f" or die "cannot open $f - $!\n";
45 print TEMP $i or die "cannot write $f - $!\n";
47 close TEMP or die "cannot close $f - $!\n";
116 close ($SOCK) or die "close: $!";
H A Dlpr_in_perl.in30 die "missing printer name";
43 open TEMP, ">$f" or die "cannot open $f - $!\n";
45 print TEMP $i or die "cannot write $f - $!\n";
47 close TEMP or die "cannot close $f - $!\n";
116 close ($SOCK) or die "close: $!";
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/cgi/
H A Dldappass.cgi59 verifyuser($username) or die "bad user";
60 verifypass($username, $oldpass) or die "bad pass";
61 testnewpass($newpass1, $newpass2) or die "bad new pass";
62 changepass($username, $newpass1) or die "couldn't change pass";
71 $ldap = Net::LDAP->new($masterLDAP) or die "can't make new LDAP object: $@";
85 $ldap = Net::LDAP->new($masterLDAP) or die "can't make new LDAP object: $@";
98 }die "Something (or someone) is defective, contact your friendly Systems Administrator";
/asus-wl-520gu-7.0.1.45/src/router/attr/doc/ea-conv/
H A Dea-conv12 die "ACL value must be hex encoded\n" unless (s/^0x//);
25 die "ACL format not recognized\n"
37 die "ACL format not recognized\n"
42 die "ACL format not recognized\n"
75 die "Input format error\n";
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dfindsmb52 die("Can't run nmblookup '*'.\n");
71 die("Can't get nmb name list.\n");
100 die("Can't do smbclient command.\n");
H A Dfindsmb.in52 die("Can't run nmblookup '*'.\n");
71 die("Can't get nmb name list.\n");
100 die("Can't do smbclient command.\n");
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dfindsmb41 die("Can't run nmblookup '*'.\n");
60 die("Can't get nmb name list.\n");
83 die("Can't do smbclient command.\n");

Completed in 228 milliseconds

12345