Symbol: save_errno
bin/ed/main.c
1375
int save_errno = errno;
bin/ed/main.c
1384
errno = save_errno;
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1013
errno = save_errno;
crypto/heimdal/appl/ftp/ftpd/ftpd.c
964
int save_errno = errno;
crypto/heimdal/appl/rsh/rsh.c
647
int save_errno = errno;
crypto/heimdal/appl/rsh/rsh.c
690
errno = save_errno;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1279
int save_errno;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1386
save_errno = errno;
crypto/heimdal/appl/telnet/telnetd/sys_term.c
1388
fatalperror_errno(net, new_login, save_errno);
crypto/heimdal/kadmin/util.c
594
int save_errno = errno;
crypto/heimdal/kadmin/util.c
596
krb5_err(context, 1, save_errno, "<stdin>");
crypto/heimdal/kpasswd/kpasswdd.c
692
int save_errno = errno;
crypto/heimdal/kpasswd/kpasswdd.c
697
krb5_warn (context, save_errno, "bind(%s)", str);
crypto/heimdal/lib/hdb/mkey.c
162
int save_errno = errno;
crypto/heimdal/lib/hdb/mkey.c
163
krb5_set_error_message(context, save_errno, "failed to open %s: %s",
crypto/heimdal/lib/hdb/mkey.c
164
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
165
return save_errno;
crypto/heimdal/lib/hdb/mkey.c
209
int save_errno = errno;
crypto/heimdal/lib/hdb/mkey.c
210
krb5_set_error_message(context, save_errno, "failed to open %s: %s",
crypto/heimdal/lib/hdb/mkey.c
211
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
212
return save_errno;
crypto/heimdal/lib/hdb/mkey.c
218
int save_errno = errno;
crypto/heimdal/lib/hdb/mkey.c
219
krb5_set_error_message(context, save_errno, "error reading %s: %s",
crypto/heimdal/lib/hdb/mkey.c
220
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
221
return save_errno;
crypto/heimdal/lib/hdb/mkey.c
255
int save_errno = errno;
crypto/heimdal/lib/hdb/mkey.c
256
krb5_set_error_message(context, save_errno, "failed to open %s: %s",
crypto/heimdal/lib/hdb/mkey.c
257
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
258
return save_errno;
crypto/heimdal/lib/hdb/mkey.c
264
int save_errno = errno;
crypto/heimdal/lib/hdb/mkey.c
265
krb5_set_error_message(context, save_errno, "error reading %s: %s",
crypto/heimdal/lib/hdb/mkey.c
266
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
267
return save_errno;
crypto/heimdal/lib/hdb/mkey.c
304
int save_errno = errno;
crypto/heimdal/lib/hdb/mkey.c
305
krb5_set_error_message(context, save_errno, "failed to open %s: %s",
crypto/heimdal/lib/hdb/mkey.c
306
filename, strerror(save_errno));
crypto/heimdal/lib/hdb/mkey.c
307
return save_errno;
crypto/heimdal/lib/krb5/acl.c
259
int save_errno = errno;
crypto/heimdal/lib/krb5/acl.c
260
rk_strerror_r(save_errno, buf, sizeof(buf));
crypto/heimdal/lib/krb5/acl.c
261
krb5_set_error_message(context, save_errno,
crypto/heimdal/lib/krb5/acl.c
264
return save_errno;
crypto/heimdal/lib/krb5/addr_families.c
1164
int save_errno;
crypto/heimdal/lib/krb5/addr_families.c
1188
save_errno = errno;
crypto/heimdal/lib/krb5/addr_families.c
1189
ret2 = krb5_eai_to_heim_errno(error, save_errno);
crypto/heimdal/lib/krb5/changepw.c
280
int save_errno;
crypto/heimdal/lib/krb5/changepw.c
290
save_errno = rk_SOCK_ERRNO;
crypto/heimdal/lib/krb5/changepw.c
291
krb5_set_error_message(context, save_errno,
crypto/heimdal/lib/krb5/changepw.c
293
host, strerror(save_errno));
crypto/heimdal/lib/krb5/changepw.c
294
return save_errno;
crypto/heimdal/lib/krb5/changepw.c
318
save_errno = rk_SOCK_ERRNO;
crypto/heimdal/lib/krb5/changepw.c
319
krb5_set_error_message(context, save_errno,
crypto/heimdal/lib/krb5/changepw.c
321
host, strerror(save_errno));
crypto/heimdal/lib/krb5/changepw.c
322
return save_errno;
crypto/heimdal/lib/krb5/sock_principal.c
56
int save_errno = errno;
crypto/heimdal/lib/krb5/sock_principal.c
57
krb5_error_code ret2 = krb5_eai_to_heim_errno(ret, save_errno);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
104
int32_t bpages, csize, new_table, save_errno;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
245
save_errno = errno;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
247
errno = save_errno;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
256
errno = save_errno;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
455
int32_t save_errno;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
457
save_errno = 0;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
478
if (flush_meta(hashp) && !save_errno)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
479
save_errno = errno;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
524
if (save_errno) {
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
525
errno = save_errno;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
81
#define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; }
crypto/openssh/mux.c
1452
int save_errno = errno;
crypto/openssh/mux.c
1457
errno = save_errno;
crypto/openssh/openbsd-compat/bsd-getentropy.c
49
int fd, save_errno;
crypto/openssh/openbsd-compat/bsd-getentropy.c
67
save_errno = errno;
crypto/openssh/openbsd-compat/bsd-getentropy.c
72
strerror(save_errno));
crypto/openssh/openbsd-compat/bsd-pselect.c
115
int save_errno = errno;
crypto/openssh/openbsd-compat/bsd-pselect.c
120
errno = save_errno;
crypto/openssh/openbsd-compat/getcwd.c
161
save_errno = 0;
crypto/openssh/openbsd-compat/getcwd.c
179
if (!save_errno)
crypto/openssh/openbsd-compat/getcwd.c
180
save_errno = errno;
crypto/openssh/openbsd-compat/getcwd.c
226
errno = save_errno ? save_errno : ENOENT;
crypto/openssh/openbsd-compat/getcwd.c
229
save_errno = errno;
crypto/openssh/openbsd-compat/getcwd.c
237
errno = save_errno;
crypto/openssh/openbsd-compat/getcwd.c
63
int save_errno;
crypto/openssh/openbsd-compat/readpassphrase.c
146
save_errno = errno;
crypto/openssh/openbsd-compat/readpassphrase.c
190
if (save_errno)
crypto/openssh/openbsd-compat/readpassphrase.c
191
errno = save_errno;
crypto/openssh/openbsd-compat/readpassphrase.c
57
int input, output, save_errno, i, need_restart;
crypto/openssh/openbsd-compat/readpassphrase.c
73
save_errno = 0;
crypto/openssh/scp.c
225
int save_errno = errno;
crypto/openssh/scp.c
229
errno = save_errno;
crypto/openssh/sftp.c
237
int save_errno = errno;
crypto/openssh/sftp.c
244
errno = save_errno;
crypto/openssh/sftp.c
267
int save_errno = errno;
crypto/openssh/sftp.c
280
errno = save_errno;
crypto/openssh/ssh.c
2543
int save_errno = errno;
crypto/openssh/ssh.c
2550
errno = save_errno;
crypto/openssl/apps/s_client.c
394
save_errno();
crypto/openssl/crypto/LPdir_unix.c
114
int save_errno = errno; /* Probably not needed, but I'm paranoid */
crypto/openssl/crypto/LPdir_unix.c
117
errno = save_errno;
crypto/openssl/test/danetest.c
223
save_errno();
lib/libc/db/hash/hash.c
100
int bpages, hdrsize, new_table, nsegs, save_errno;
lib/libc/db/hash/hash.c
185
save_errno = errno;
lib/libc/db/hash/hash.c
187
errno = save_errno;
lib/libc/db/hash/hash.c
230
errno = save_errno;
lib/libc/db/hash/hash.c
378
int i, save_errno;
lib/libc/db/hash/hash.c
380
save_errno = 0;
lib/libc/db/hash/hash.c
401
save_errno = errno;
lib/libc/db/hash/hash.c
409
if (flush_meta(hashp) && !save_errno)
lib/libc/db/hash/hash.c
410
save_errno = errno;
lib/libc/db/hash/hash.c
428
if (save_errno) {
lib/libc/db/hash/hash.c
429
errno = save_errno;
lib/libc/db/hash/hash.c
77
#define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; }
lib/libc/db/hash/hash.c
883
int save_errno;
lib/libc/db/hash/hash.c
887
save_errno = errno;
lib/libc/db/hash/hash.c
889
errno = save_errno;
lib/libc/db/hash/hash.c
897
save_errno = errno;
lib/libc/db/hash/hash.c
899
errno = save_errno;
lib/libc/gen/exec.c
153
int save_errno;
lib/libc/gen/exec.c
212
save_errno = errno;
lib/libc/gen/exec.c
222
if (save_errno == EACCES)
lib/libc/gen/exec.c
227
errno = save_errno;
lib/libc/gen/getcwd.c
155
save_errno = 0;
lib/libc/gen/getcwd.c
173
if (!save_errno)
lib/libc/gen/getcwd.c
174
save_errno = errno;
lib/libc/gen/getcwd.c
215
errno = save_errno ? save_errno : ENOENT;
lib/libc/gen/getcwd.c
218
save_errno = errno;
lib/libc/gen/getcwd.c
225
errno = save_errno;
lib/libc/gen/getcwd.c
67
int save_errno;
lib/libc/gen/readpassphrase.c
141
save_errno = errno;
lib/libc/gen/readpassphrase.c
181
if (save_errno)
lib/libc/gen/readpassphrase.c
182
errno = save_errno;
lib/libc/gen/readpassphrase.c
46
int input, output, save_errno, i, need_restart, input_is_tty;
lib/libc/gen/readpassphrase.c
62
save_errno = 0;
lib/libc/resolv/res_findzonecut.c
91
int save_errno = errno; \
lib/libc/resolv/res_findzonecut.c
93
errno = save_errno; \
lib/libc/resolv/res_update.c
85
int save_errno = errno; \
lib/libc/resolv/res_update.c
87
errno = save_errno; \
lib/libc/stdio/open_memstream.c
176
int save_errno;
lib/libc/stdio/open_memstream.c
188
save_errno = errno;
lib/libc/stdio/open_memstream.c
191
errno = save_errno;
lib/libc/stdio/open_memstream.c
202
save_errno = errno;
lib/libc/stdio/open_memstream.c
206
errno = save_errno;
lib/libc/stdio/open_wmemstream.c
237
int save_errno;
lib/libc/stdio/open_wmemstream.c
249
save_errno = errno;
lib/libc/stdio/open_wmemstream.c
252
errno = save_errno;
lib/libc/stdio/open_wmemstream.c
264
save_errno = errno;
lib/libc/stdio/open_wmemstream.c
268
errno = save_errno;
libexec/talkd/talkd.c
119
int save_errno = errno;
libexec/talkd/talkd.c
124
errno = save_errno;
sbin/sysctl/sysctl.c
404
int len, i, j, save_errno;
sbin/sysctl/sysctl.c
579
save_errno = errno;
sbin/sysctl/sysctl.c
584
switch (save_errno) {
sbin/sysctl/sysctl.c
598
warnc(save_errno, "%s%s", string, line);
tests/sys/file/flock_helper.c
113
int save_errno;
tests/sys/file/flock_helper.c
116
save_errno = errno;
tests/sys/file/flock_helper.c
123
errno = save_errno;
usr.bin/mail/popen.c
336
int save_errno;
usr.bin/mail/popen.c
338
save_errno = errno;
usr.bin/mail/popen.c
350
errno = save_errno;
usr.sbin/pppctl/pppctl.c
373
int n, arg, fd, len, verbose, save_errno, hide1, hide1off, hide2;
usr.sbin/pppctl/pppctl.c
531
save_errno = errno;
usr.sbin/pppctl/pppctl.c
534
errno = save_errno;
usr.sbin/rpcbind/rpcbind.c
930
int save_errno = errno;
usr.sbin/rpcbind/rpcbind.c
934
errno = save_errno;
usr.sbin/vidcontrol/vidcontrol.c
139
int save_errno, size[3];
usr.sbin/vidcontrol/vidcontrol.c
141
save_errno = errno;
usr.sbin/vidcontrol/vidcontrol.c
171
errno = save_errno;
usr.sbin/vidcontrol/vidcontrol.c
745
int save_errno;
usr.sbin/vidcontrol/vidcontrol.c
843
save_errno = errno;
usr.sbin/vidcontrol/vidcontrol.c
851
errno = save_errno;