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

/freebsd-9.3-release/sbin/hastd/
H A Dprimary.c245 static struct hast_resource *gres; variable in typeref:struct:hast_resource
317 cleanup(gres);
329 cleanup(gres);
1019 gres = res;
2224 PJDLOG_ASSERT(gres == res);
2247 if (strcmp(gres->hr_remoteaddr, vstr) != 0) {
2249 * Don't copy res->hr_remoteaddr to gres just yet.
2256 if (strcmp(gres->hr_sourceaddr, vstr) != 0) {
2257 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres
[all...]
H A Dsecondary.c78 static struct hast_resource *gres; variable in typeref:struct:hast_resource
456 gres = res;
645 event_send(gres, EVENT_DISCONNECT);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.glob.c912 int gpol = 1, gres = 0; local
930 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0;
938 gres |= 1;
946 return(gres == gpol);
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c965 int gmatch, gres; local
981 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob);
982 if (gres != 0) {
983 warn("cannot expand pattern (%d): %s", gres,
1005 gres = lstat(mfname, &st_fm);
1006 if (gres != 0) {
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c650 struct addrinfo ghints, *gres; local
658 error = getaddrinfo(gateway, NULL, &hints, &gres);
663 if (gres->ai_next && (options & F_VERBOSE))
667 gres->ai_addr, gres->ai_addrlen)) {
671 freeaddrinfo(gres);

Completed in 80 milliseconds