Lines Matching +defs:pathname +defs:name
231 * Get pathname for the ypservers file for a given domain
308 domain_create(const char *name)
311 const char *pathname;
322 (void)strlcpy(dom->dom_name, name, sizeof(dom->dom_name));
345 pathname = ypservers_filename(dom->dom_name);
346 if (stat(pathname, &st) < 0) {
349 pathname);
418 char pathname[MAXPATHLEN];
430 (void)snprintf(pathname, sizeof(pathname),
432 if (unlink(pathname) < 0 && errno != ENOENT)
455 rpc_is_valid_response(char *name, struct sockaddr_in *addr)
457 if (name == NULL) {
461 if (_yp_invalid_domain(name)) {
1674 * Look up the name of the default domain.