Searched refs:old3 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/tcsh/
H A Dtw.parse.c1860 * expand "/$old1/$old2/old3/"
1861 * to "/value_of_old1/value_of_old2/old3/"
/freebsd-10-stable/contrib/ipfilter/
H A Dip_fil_compat.c1621 nat_save_4_1_3_t *old3; local
1623 KMALLOC(old3, nat_save_4_1_3_t *);
1624 if (old3 == NULL) {
1629 error = COPYIN(obj->ipfo_ptr, old3, sizeof(*old3));
1631 nat_save_4_1_3_to_current(softc, old3, ptr);
1635 KFREE(old3);
3336 nat_save_4_1_3_t *old3; local
3338 KMALLOC(old3, nat_save_4_1_3_t *);
3339 if (old3
[all...]

Completed in 183 milliseconds