Home
last modified time | relevance | path

Searched refs:old (Results 176 – 200 of 1123) sorted by relevance

12345678910>>...45

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_pipe2.c122 int old; in ATF_TC_BODY() local
138 old = rl.rlim_cur; in ATF_TC_BODY()
145 rl.rlim_cur = old; in ATF_TC_BODY()
/freebsd/tools/test/stress2/misc/
H A Dfuzz.sh130 unsigned char bit, buf, mask, old;
165 old = buf;
170 old, buf, pos, bit);
H A Dvnodes.sh43 old=`sysctl -n vfs.numvnodes`
46 [ $((new - old)) -gt 100 ] && { s=1; echo "FAIL vnode leak"; }
/freebsd/lib/libthread_db/arch/amd64/
H A Dlibpthread_md.c116 register_t old; in pt_reg_sstep() local
118 old = reg->r_rflags; in pt_reg_sstep()
123 return (old != reg->r_rflags); /* changed ? */ in pt_reg_sstep()
/freebsd/contrib/tcsh/
H A Dsh.file.c351 tilde(const Char *old) in tilde() argument
356 if (old[0] != '~') in tilde()
357 return (Strsave(old)); in tilde()
358 old++; in tilde()
360 for (o = old; *o != '\0' && *o != '/'; o++) in tilde()
362 if (o == old) in tilde()
367 person = Strnsave(old, o - old); in tilde()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c326 int old; in TerminalNewMode() local
340 old = ttyflush(SYNCHing|flushout); in TerminalNewMode()
341 if (old < 0 || old > 1) { in TerminalNewMode()
348 old = ttyflush(SYNCHing|flushout); in TerminalNewMode()
349 } while (old < 0 || old > 1); in TerminalNewMode()
352 old = prevmode; in TerminalNewMode()
/freebsd/contrib/ntp/sntp/libevent/
H A Dselect.c89 static int select_add(struct event_base *, int, short old, short events, void*);
90 static int select_del(struct event_base *, int, short old, short events, void*);
252 select_add(struct event_base *base, int fd, short old, short events, void *p) in select_add() argument
299 select_del(struct event_base *base, int fd, short old, short events, void *p) in select_del() argument
H A Devport.c118 static int evport_add(struct event_base *, int fd, short old, short events, void *);
119 static int evport_del(struct event_base *, int fd, short old, short events, void *);
379 evport_add(struct event_base *base, int fd, short old, short events, void *p) in evport_add() argument
396 evport_del(struct event_base *base, int fd, short old, short events, void *p) in evport_del() argument
/freebsd/contrib/libevent/
H A Dselect.c89 static int select_add(struct event_base *, int, short old, short events, void*);
90 static int select_del(struct event_base *, int, short old, short events, void*);
252 select_add(struct event_base *base, int fd, short old, short events, void *p) in select_add() argument
299 select_del(struct event_base *base, int fd, short old, short events, void *p) in select_del() argument
H A Devport.c118 static int evport_add(struct event_base *, int fd, short old, short events, void *);
119 static int evport_del(struct event_base *, int fd, short old, short events, void *);
379 evport_add(struct event_base *base, int fd, short old, short events, void *p) in evport_add() argument
396 evport_del(struct event_base *base, int fd, short old, short events, void *p) in evport_del() argument
/freebsd/contrib/dialog/po/
H A Dmakefile.inn177 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
218 mv $$lang.po $$lang.old.po; \
220 if $(MSGMERGE) -w 132 $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
221 rm -f $$lang.old.po; \
225 mv $$lang.old.po $$lang.po; \
/freebsd/usr.sbin/mfiutil/
H A Dmfi_volume.c115 update_cache_policy(int fd, struct mfi_ld_props *old, struct mfi_ld_props *new) in update_cache_policy() argument
120 if (old->default_cache_policy == new->default_cache_policy && in update_cache_policy()
121 old->disk_cache_policy == new->disk_cache_policy) in update_cache_policy()
124 changes = policy ^ old->default_cache_policy; in update_cache_policy()
146 if (old->disk_cache_policy != new->disk_cache_policy) { in update_cache_policy()
/freebsd/sys/i386/include/
H A Dpmap_nopae.h79 #define pde_cmpset(pdep, old, new) atomic_cmpset_int(pdep, old, new) argument
H A Dpmap_pae.h96 #define pde_cmpset(pdep, old, new) atomic_cmpset_64_i586(pdep, old, new) argument
/freebsd/crypto/openssh/openbsd-compat/
H A Dsys-tree.h530 struct type *child, *parent, *old = elm; \
554 if (RB_PARENT(elm, field) == old) \
556 (elm)->field = (old)->field; \
557 if (RB_PARENT(old, field)) { \
558 if (RB_LEFT(RB_PARENT(old, field), field) == old)\
559 RB_LEFT(RB_PARENT(old, field), field) = elm;\
561 RB_RIGHT(RB_PARENT(old, field), field) = elm;\
562 RB_AUGMENT(RB_PARENT(old, field)); \
565 RB_PARENT(RB_LEFT(old, field), field) = elm; \
566 if (RB_RIGHT(old, field)) \
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1433 if (old == SIG_ERR) { in __kmp_signal()
1438 return old; in __kmp_signal()
1443 sig_func_t old; in __kmp_install_one_handler() local
1447 old = __kmp_signal(sig, handler); in __kmp_install_one_handler()
1449 if (old == __kmp_sighldrs[sig]) { in __kmp_install_one_handler()
1452 old = __kmp_signal(sig, old); in __kmp_install_one_handler()
1459 __kmp_sighldrs[sig] = old; in __kmp_install_one_handler()
1460 __kmp_signal(sig, old); in __kmp_install_one_handler()
1467 sig_func_t old; in __kmp_remove_one_handler() local
1471 if (old != __kmp_team_handler) { in __kmp_remove_one_handler()
[all …]
/freebsd/contrib/unbound/daemon/
H A Dunbound.c416 pid_t old; in checkoldpid() local
417 if((old = readpid(pidfile)) != -1) { in checkoldpid()
419 if(kill(old, 0) == 0 || errno == EPERM) in checkoldpid()
421 (unsigned)old); in checkoldpid()
424 (unsigned)old); in checkoldpid()
613 char* old = daemon->pidfile; in perform_setup() local
614 daemon->pidfile = strdup(old+strlen(cfg->chrootdir)); in perform_setup()
615 free(old); in perform_setup()
/freebsd/sys/dev/uart/
H A Duart_dev_z8530.c372 uint32_t new, old, sig; in z8530_bus_getsig() local
376 old = sc->sc_hwsig; in z8530_bus_getsig()
377 sig = old; in z8530_bus_getsig()
385 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in z8530_bus_getsig()
579 uint32_t new, old; in z8530_bus_setsig() local
583 old = sc->sc_hwsig; in z8530_bus_setsig()
584 new = old; in z8530_bus_setsig()
593 } while (!atomic_cmpset_32(&sc->sc_hwsig, old, new)); in z8530_bus_setsig()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp194 std::new_handler old = std::set_new_handler(out_of_memory_new_handler); in install_out_of_memory_new_handler() local
195 (void)old; in install_out_of_memory_new_handler()
196 assert((old == nullptr || old == out_of_memory_new_handler) && in install_out_of_memory_new_handler()
/freebsd/contrib/tcp_wrappers/
H A Dptx.c69 #define SWAP_MODULE(f, old, new) (ioctl(f, I_POP, old), ioctl(f, I_PUSH, new)) in tli_host() argument
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Datomic_gcc_sync.h125 type old = a->repr; \
126 if (__sync_bool_compare_and_swap(&a->repr, old, val)) { \
127 return old; \
/freebsd/lib/libc/stdio/
H A Dopen_memstream.c114 fpos_t old; in memstream_seek() local
119 old = ms->offset; in memstream_seek()
159 whence, (intmax_t)old, (intmax_t)ms->offset); in memstream_seek()
/freebsd/contrib/diff/
H A DNEWS23 appears to be a binary file, and the old wording was misleading
55 * cmp's old -c or --print-chars option has been renamed;
130 group in the old file using the "%5d" format.
131 e: line number just before the group in old file; equals f - 1
132 f: first line number in group in the old file
133 l: last line number in group in the old file
134 m: line number just after the group in old file; equals l + 1
135 n: number of lines in group in the old file; equals l - f + 1
184 --{old,new,unchanged}-line-format='format'
185 --{old,new,unchanged,changed}-group-format='format'
/freebsd/sys/dev/liquidio/base/
H A Dlio_request_manager.c410 uint32_t old = iq->flush_index; in lio_process_iq_request_list() local
413 while (old != iq->octeon_read_index) { in lio_process_iq_request_list()
414 reqtype = iq->request_list[old].reqtype; in lio_process_iq_request_list()
415 buf = iq->request_list[old].buf; in lio_process_iq_request_list()
462 __func__, reqtype, buf, old); in lio_process_iq_request_list()
465 iq->request_list[old].buf = NULL; in lio_process_iq_request_list()
466 iq->request_list[old].reqtype = 0; in lio_process_iq_request_list()
470 old = lio_incr_index(old, 1, iq->max_count); in lio_process_iq_request_list()
476 iq->flush_index = old; in lio_process_iq_request_list()
/freebsd/usr.sbin/ppp/
H A Dthroughput.c163 unsigned long long old; in throughput_sampler() local
172 old = t->in.SampleOctets[t->nSample]; in throughput_sampler()
174 t->in.OctetsPerSecond = (t->in.SampleOctets[t->nSample] - old) / divisor; in throughput_sampler()
176 old = t->out.SampleOctets[t->nSample]; in throughput_sampler()
178 t->out.OctetsPerSecond = (t->out.SampleOctets[t->nSample] - old) / divisor; in throughput_sampler()

12345678910>>...45