/src/lib/libwrap/ |
hosts_access.c | 93 static int host_match(char *, struct host_info *); 271 && host_match(host, request->server)); 283 return (host_match(tok, request->client)); 285 return (host_match(host, request->client) 290 /* host_match - match host name and/or address against pattern */ 293 host_match(char *tok, struct host_info *host) function in typeref:typename:int 344 while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))
|
hosts_access.c | 93 static int host_match(char *, struct host_info *); 271 && host_match(host, request->server)); 283 return (host_match(tok, request->client)); 285 return (host_match(host, request->client) 290 /* host_match - match host name and/or address against pattern */ 293 host_match(char *tok, struct host_info *host) function in typeref:typename:int 344 while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))
|
hosts_access.c | 93 static int host_match(char *, struct host_info *); 271 && host_match(host, request->server)); 283 return (host_match(tok, request->client)); 285 return (host_match(host, request->client) 290 /* host_match - match host name and/or address against pattern */ 293 host_match(char *tok, struct host_info *host) function in typeref:typename:int 344 while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))
|
hosts_access.c | 93 static int host_match(char *, struct host_info *); 271 && host_match(host, request->server)); 283 return (host_match(tok, request->client)); 285 return (host_match(host, request->client) 290 /* host_match - match host name and/or address against pattern */ 293 host_match(char *tok, struct host_info *host) function in typeref:typename:int 344 while (fscanf(fp, "%511s", tok) == 1 && !(match = host_match(tok, host)))
|