Home
last modified time | relevance | path

Searched refs:frc (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sbin/ipf/common/
H A Dipf_y.y279 frc->fr_family = AF_INET;
285 frc->fr_family = AF_INET;
291 frc->fr_family = AF_INET6;
464 fr = frc;
775 fr = frc;
785 fr = frc;
1081 ntomask(frc->fr_family,
1097 ntomask(frc->fr_family,
2067 frc = frn; in newrule()
2607 if (*frp == frc) in addname()
[all …]
/freebsd-14.2/bin/pax/
H A Dcache.c172 name_uid(uid_t uid, int frc) in name_uid() argument
188 if (frc || (ptr->valid == VALID)) in name_uid()
214 if (frc == 0) in name_uid()
239 name_gid(gid_t gid, int frc) in name_gid() argument
255 if (frc || (ptr->valid == VALID)) in name_gid()
281 if (frc == 0) in name_gid()
H A Dfile_subs.c631 set_ftime(char *fnm, time_t mtime, time_t atime, int frc) in set_ftime() argument
638 if (!frc && (!patime || !pmtime)) { in set_ftime()
H A Dextern.h144 void set_ftime(char *fnm, time_t mtime, time_t atime, int frc);
/freebsd-14.2/sys/contrib/device-tree/Bindings/timer/
H A Dsamsung,exynos4210-mct.yaml49 samsung,frc-shared:
101 samsung,frc-shared: false
/freebsd-14.2/usr.sbin/services_mkdb/
H A Dservices1938 frc-hp 6704/sctp #ForCES HP (High Priority) channel
1939 frc-mp 6705/sctp #ForCES MP (Medium Priority) channel
1940 frc-lp 6706/sctp #ForCES LP (Low priority) channel
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c222231 int frc = sqlite3_file_control(db, "main", SQLITE_FCNTL_ZIPVFS, 0);
222232 if( frc==SQLITE_OK ){