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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmount.c770 char *mounthost; local
804 mounthost = NULL;
809 /* NB: hostname, mounthost, filteropts must be free()d prior to return */
901 /* 12 */ "mounthost\0"
952 case 12: // "mounthost"
953 mounthost = xstrndup(opteq+1,
1096 if (mounthost) {
1097 if (mounthost[0] >= '0' && mounthost[0] <= '9') {
1101 hp = gethostbyname(mounthost);
[all...]

Completed in 87 milliseconds