Searched refs:gres (Results 1 – 2 of 2) sorted by relevance
792 int gpol, gres; in Gmatch() local795 gres = 0; in Gmatch()809 gres |= pmatch(string, *p); in Gmatch()812 return(gres == gpol); in Gmatch()
608 struct addrinfo ghints, *gres; in main() local616 error = getaddrinfo(gateway, NULL, &hints, &gres); in main()621 if (gres->ai_next && (options & F_VERBOSE)) in main()625 gres->ai_addr, gres->ai_addrlen)) { in main()629 freeaddrinfo(gres); in main()