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

/freebsd-9.3-release/bin/pax/
H A Dcache.c166 * caches the name (if any) for the uid. If frc set, we always return the
173 name_uid(uid_t uid, int frc) argument
189 if (frc || (ptr->valid == VALID))
219 if (frc == 0)
237 * caches the name (if any) for the gid. If frc set, we always return the
244 name_gid(gid_t gid, int frc) argument
260 if (frc || (ptr->valid == VALID))
290 if (frc == 0)
H A Dextern.h143 void set_ftime(char *fnm, time_t mtime, time_t atime, int frc);
H A Dfile_subs.c621 * Set the access time and modification time for a named file. If frc is
632 set_ftime(char *fnm, time_t mtime, time_t atime, int frc) argument
639 if (!frc && (!patime || !pmtime)) {
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf_y.y21 #define DOALL(x) for (fr = frc; fr != NULL; fr = fr->fr_next) { x }
44 frentry_t *fr = NULL, *frc = NULL, *frtop = NULL, *frold = NULL;
358 lstart: '(' { newlist = 1; fr = frc; added = 0; }
390 fr = frc;
654 fr = frc;
664 fr = frc;
700 IPFY_FLAGS { if (frc->fr_type != FR_T_IPF)
702 if (frc->fr_proto != IPPROTO_TCP)
1168 servicename { if (getport(frc, $1, &($$)) == -1)
1790 frc
[all...]
/freebsd-9.3-release/etc/
H A Dservices2398 frc-hp 6704/sctp #ForCES HP (High Priority) channel
2399 frc-mp 6705/sctp #ForCES MP (Medium Priority) channel
2400 frc-lp 6706/sctp #ForCES LP (Low priority) channel

Completed in 69 milliseconds