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

/freebsd-current/sbin/hastd/
H A Dprimary.c244 static struct hast_resource *gres; variable in typeref:struct:hast_resource
316 cleanup(gres);
328 cleanup(gres);
1017 gres = res;
2222 PJDLOG_ASSERT(gres == res);
2245 if (strcmp(gres->hr_remoteaddr, vstr) != 0) {
2247 * Don't copy res->hr_remoteaddr to gres just yet.
2254 if (strcmp(gres->hr_sourceaddr, vstr) != 0) {
2255 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres
[all...]
H A Dsecondary.c77 static struct hast_resource *gres; variable in typeref:struct:hast_resource
455 gres = res;
644 event_send(gres, EVENT_DISCONNECT);
/freebsd-current/contrib/tcsh/
H A Dsh.glob.c897 int gpol = 1, gres = 0; local
915 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0;
923 gres |= 1;
931 return(gres == gpol);
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c1059 int gmatch, gres; local
1075 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob);
1076 if (gres != 0) {
1077 warn("cannot expand pattern (%d): %s", gres,
1099 gres = lstat(mfname, &st_fm);
1100 if (gres != 0) {

Completed in 183 milliseconds