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

/freebsd-10.0-release/sbin/hastd/
H A Dprimary.c222 static struct hast_resource *gres; variable in typeref:struct:hast_resource
278 cleanup(gres);
290 cleanup(gres);
965 gres = res;
2249 PJDLOG_ASSERT(gres == res);
2272 if (strcmp(gres->hr_remoteaddr, vstr) != 0) {
2274 * Don't copy res->hr_remoteaddr to gres just yet.
2281 if (strcmp(gres->hr_sourceaddr, vstr) != 0) {
2282 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres
[all...]
H A Dsecondary.c78 static struct hast_resource *gres; variable in typeref:struct:hast_resource
443 gres = res;
631 event_send(gres, EVENT_DISCONNECT);
/freebsd-10.0-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-10.0-release/usr.sbin/newsyslog/
H A Dnewsyslog.c967 int gmatch, gres; local
983 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob);
984 if (gres != 0) {
985 warn("cannot expand pattern (%d): %s", gres,
1007 gres = lstat(mfname, &st_fm);
1008 if (gres != 0) {
/freebsd-10.0-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 82 milliseconds