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

/freebsd-11-stable/bin/pax/
H A Dcache.c165 * caches the name (if any) for the uid. If frc set, we always return the
172 name_uid(uid_t uid, int frc) argument
188 if (frc || (ptr->valid == VALID))
218 if (frc == 0)
236 * caches the name (if any) for the gid. If frc set, we always return the
243 name_gid(gid_t gid, int frc) argument
259 if (frc || (ptr->valid == VALID))
289 if (frc == 0)
H A Dextern.h143 void set_ftime(char *fnm, time_t mtime, time_t atime, int frc);
H A Dfile_subs.c620 * Set the access time and modification time for a named file. If frc is
631 set_ftime(char *fnm, time_t mtime, time_t atime, int frc) argument
638 if (!frc && (!patime || !pmtime)) {
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y22 #define DOALL(x) for (fr = frc; fr != NULL; fr = fr->fr_next) { x }
56 frentry_t *fr = NULL, *frc = NULL, *frtop = NULL, *frold = NULL;
280 frc->fr_family = AF_INET;
286 frc->fr_family = AF_INET;
292 frc->fr_family = AF_INET6;
298 frc->fr_family = AF_INET6;
433 lstart: '{' { newlist = 1; fr = frc; added = 0; }
465 fr = frc;
776 fr = frc;
786 fr = frc;
[all...]

Completed in 130 milliseconds