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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c70 char *newroot, *console = NULL; local
82 newroot = *argv++;
84 xchdir(newroot);
86 bb_error_msg_and_die("bad newroot %s", newroot);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsplay.h53 struct Curl_tree **newroot);
H A Dsplay.c212 * pointer to the new resulting tree in 'newroot'.
215 * When returning error, it does not touch the 'newroot' pointer.
218 * 'newroot' will be made to point to NULL.
224 struct Curl_tree **newroot)
247 *newroot = t; /* return the same root */
284 *newroot = x; /* store new root pointer */
222 Curl_splayremovebyaddr(struct Curl_tree *t, struct Curl_tree *removenode, struct Curl_tree **newroot) argument

Completed in 34 milliseconds