Searched refs:gres (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.glob.c900 int gpol = 1, gres = 0; local
918 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0;
926 gres |= 1;
934 return(gres == gpol);
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c925 int gmatch, gres; local
947 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob);
948 if (gres != 0) {
949 warn("cannot expand pattern (%d): %s", gres,
971 gres = lstat(mfname, &st_fm);
972 if (gres != 0) {
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c718 struct addrinfo ghints, *gres; local
726 error = getaddrinfo(gateway, NULL, &hints, &gres);
731 if (gres->ai_next && (options & F_VERBOSE))
735 gres->ai_addr, gres->ai_addrlen)) {
739 freeaddrinfo(gres);

Completed in 198 milliseconds