Home
last modified time | relevance | path

Searched refs:afc_mode (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/fusefs-ifuse/ifuse-1.1.4/src/
H A Difuse.c177 static int get_afc_file_mode(afc_file_mode_t *afc_mode, int flags) in get_afc_file_mode() argument
181 *afc_mode = AFC_FOPEN_RDONLY; in get_afc_file_mode()
185 *afc_mode = AFC_FOPEN_WRONLY; in get_afc_file_mode()
187 *afc_mode = AFC_FOPEN_APPEND; in get_afc_file_mode()
189 *afc_mode = AFC_FOPEN_RW; in get_afc_file_mode()
194 *afc_mode = AFC_FOPEN_WR; in get_afc_file_mode()
196 *afc_mode = AFC_FOPEN_RDAPPEND; in get_afc_file_mode()
198 *afc_mode = AFC_FOPEN_RW; in get_afc_file_mode()
202 *afc_mode = 0; in get_afc_file_mode()
/dports/multimedia/fxtv/fxtv-1.03/
H A Dglob.h134 TV_BOOL afc_mode; member
H A Dtvmenu.c393 p->afc_mode = !p->afc_mode; in AfcCB()
394 TVCAPTURESetAfc( c, p->afc_mode); in AfcCB()
396 TVMENUSetSelectedAfcMode( p->afc_mode ); in AfcCB()
1045 TVMENUSetSelectedAfcMode ( p->afc_mode ); in TVMENUResync()
H A Dtv.c543 p->afc_mode = (App_res.afc_mode != FALSE); in TVSetInitialCaptureDefaults()
544 TVCAPTURESetAfc( c, p->afc_mode ); in TVSetInitialCaptureDefaults()
H A Dapp_rsrc.h83 Boolean afc_mode; member
438 XtOffsetOf(AppResources, afc_mode), XtRImmediate,
H A Dglob.c133 p->afc_mode = TRUE; in TVGLOBInitPrefs()