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

/freebsd-11-stable/sbin/hastd/
H A Dprimary.c247 static struct hast_resource *gres; variable in typeref:struct:hast_resource
319 cleanup(gres);
331 cleanup(gres);
1020 gres = res;
2225 PJDLOG_ASSERT(gres == res);
2248 if (strcmp(gres->hr_remoteaddr, vstr) != 0) {
2250 * Don't copy res->hr_remoteaddr to gres just yet.
2257 if (strcmp(gres->hr_sourceaddr, vstr) != 0) {
2258 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres
[all...]
H A Dsecondary.c80 static struct hast_resource *gres; variable in typeref:struct:hast_resource
458 gres = res;
647 event_send(gres, EVENT_DISCONNECT);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.glob.c890 int gpol = 1, gres = 0; local
908 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0;
916 gres |= 1;
924 return(gres == gpol);
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c986 int gmatch, gres; local
1002 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob);
1003 if (gres != 0) {
1004 warn("cannot expand pattern (%d): %s", gres,
1026 gres = lstat(mfname, &st_fm);
1027 if (gres != 0) {

Completed in 163 milliseconds