Home
last modified time | relevance | path

Searched refs:gres (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/csh/
H A Dglob.c792 int gpol, gres; in Gmatch() local
795 gres = 0; in Gmatch()
809 gres |= pmatch(string, *p); in Gmatch()
812 return(gres == gpol); in Gmatch()
/netbsd-src/sbin/ping6/
H A Dping6.c608 struct addrinfo ghints, *gres; in main() local
616 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()