/src/bin/csh/ |
glob.c | 792 int gpol, gres; local in function:Gmatch 795 gres = 0; 809 gres |= pmatch(string, *p); 812 return(gres == gpol);
|
glob.c | 792 int gpol, gres; local in function:Gmatch 795 gres = 0; 809 gres |= pmatch(string, *p); 812 return(gres == gpol);
|
glob.c | 792 int gpol, gres; local in function:Gmatch 795 gres = 0; 809 gres |= pmatch(string, *p); 812 return(gres == gpol);
|
/src/sbin/ping6/ |
ping6.c | 608 struct addrinfo ghints, *gres; local in function:main 616 error = getaddrinfo(gateway, NULL, &hints, &gres); 621 if (gres->ai_next && (options & F_VERBOSE)) 625 gres->ai_addr, gres->ai_addrlen)) { 629 freeaddrinfo(gres);
|
ping6.c | 608 struct addrinfo ghints, *gres; local in function:main 616 error = getaddrinfo(gateway, NULL, &hints, &gres); 621 if (gres->ai_next && (options & F_VERBOSE)) 625 gres->ai_addr, gres->ai_addrlen)) { 629 freeaddrinfo(gres);
|
ping6.c | 608 struct addrinfo ghints, *gres; local in function:main 616 error = getaddrinfo(gateway, NULL, &hints, &gres); 621 if (gres->ai_next && (options & F_VERBOSE)) 625 gres->ai_addr, gres->ai_addrlen)) { 629 freeaddrinfo(gres);
|