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

/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.c217 # define NAMEFND 0x4 /* name already exists */ macro
235 key |= NAMEFND;
269 if (((key & (INOFND|NAMEFND)) == (INOFND|NAMEFND)) && ip != np) {
279 key &= ~NAMEFND;
283 ((key & NAMEFND) && np->e_type != type)))
290 * Thus if both NAMEFND and INOFND are set then ip == np.
300 case INOFND|NAMEFND:
317 case ONTAPE|NAMEFND:
318 case ONTAPE|NAMEFND|MODECH
[all...]

Completed in 61 milliseconds