Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.glob.c897 int gpol = 1, gres = 0; in Gnmatch() local
915 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0; in Gnmatch()
923 gres |= 1; in Gnmatch()
931 return(gres == gpol); in Gnmatch()
/dragonfly/sbin/ping6/
H A Dping6.c558 struct addrinfo ghints, *gres; in main() local
566 error = getaddrinfo(gateway, NULL, &hints, &gres); in main()
571 if (gres->ai_next && (options & F_VERBOSE)) in main()
575 gres->ai_addr, gres->ai_addrlen)) { in main()
579 freeaddrinfo(gres); in main()
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c999 int gmatch, gres; in expand_globs() local
1015 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob); in expand_globs()
1016 if (gres != 0) { in expand_globs()
1017 warn("cannot expand pattern (%d): %s", gres, in expand_globs()
1039 gres = lstat(mfname, &st_fm); in expand_globs()
1040 if (gres != 0) { in expand_globs()