Home
last modified time | relevance | path

Searched refs:tmproot (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/atari/stand/installboot/
H A Dinstallboot.c369 struct ahdi_root tmproot; in mkahdiboot() local
376 if (read(fd, &tmproot, sizeof(tmproot)) != sizeof(tmproot)) in mkahdiboot()
382 setIDEpar(tmproot.ar_fill, sizeof(tmproot.ar_fill)); in mkahdiboot()
403 memcpy(newroot->ar_fill, tmproot.ar_fill, sizeof(tmproot.ar_fill)); in mkahdiboot()
/netbsd/external/gpl2/xcvs/dist/src/
H A Dparseinfo.c494 cvsroot_t *tmproot; in parse_config() local
497 tmproot = parse_cvsroot (line); in parse_config()
500 if (!tmproot in parse_config()
502 || (tmproot->method != local_method in parse_config()
503 && (!tmproot->hostname || !isThisHost (tmproot->hostname))) in parse_config()
505 || !isSamePath (tmproot->directory, cvsroot)) in parse_config()
/netbsd/usr.sbin/autofs/
H A Dcommon.c283 struct node *n, *n2, *tmp, *tmp2, *tmproot; in node_expand_includes() local
302 tmproot = node_new_root(); in node_expand_includes()
304 parse_master_yyin(tmproot, n->n_key); in node_expand_includes()
306 parse_map_yyin(tmproot, n->n_key, NULL); in node_expand_includes()
320 &tmproot->n_children, nodehead, n_next, tmp2) { in node_expand_includes()
325 node_delete(tmproot); in node_expand_includes()