Lines Matching refs:name
1013 /* attempt to get the address of the given interface name */
1021 /* not an interface, use the given string as host name instead */
1027 host = hbuf; /* use the hbuf for host name */
1038 /* not an interface and not a host name, get default by extracting
1059 host = hbuf; /* use this host name */
1150 /* get the name again after the bind() so that we can extract the
1393 /* we know ftpc->file is a valid pointer to a file name */
1788 If a proxy tunnel is used, returns the original host name instead, because
1793 return conn->host.name;
1834 /* if we come here again, make sure the former name is cleared */
1903 conn->host.name);
1931 conn->socks_proxy.host.name : conn->http_proxy.host.name;
2881 257<space>[rubbish]"<directory-name>"<space><commentary> and the
2884 The directory name can contain any character; embedded
2916 /* If the path name does not look like an absolute path (i.e.: it
2919 an OS400 FTP server: this server supports two name syntaxes,
2925 if the path name looks strange to minimize overhead on other
2968 215<space><OS-name><space><commentary>
2980 /* Force OS400 name format 1. */
3632 /* a transfer is about to take place, or if not a file name was given
4180 fileName = slashPos + 1; /* rest is file name */
4183 fileName = rawPath; /* file name only (or empty) */
4228 fileName = curPos; /* the rest is the file name (or empty) */
4240 /* We need a file name when uploading. Return error! */
4241 failf(data, "Uploading to a URL without a file name");