Home
last modified time | relevance | path

Searched refs:FICL_FAM_BINARY (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/ficl/
H A Dfileaccess.c63 strcat(mode, (fam & FICL_FAM_BINARY) ? "b" : "t"); in ficlFopen()
H A Dficl.h1139 #define FICL_FAM_BINARY 8 macro