Home
last modified time | relevance | path

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

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dfports.h82 SCM_FPORT_OPTION_VERIFY = 1U<<0, enumerator
H A Dfports.c403 if (options & SCM_FPORT_OPTION_VERIFY) in scm_i_fdes_to_port()
445 SCM_FPORT_OPTION_VERIFY); in scm_fdes_to_port()
H A Dioext.c230 SCM_FPORT_OPTION_VERIFY);
/dports/lang/guile/guile-3.0.7/libguile/
H A Dfports.h84 SCM_FPORT_OPTION_VERIFY = 1U<<0, enumerator
H A Dfports.c439 if (options & SCM_FPORT_OPTION_VERIFY) in scm_i_fdes_to_port()
469 SCM_FPORT_OPTION_VERIFY); in scm_fdes_to_port()
H A Dioext.c238 SCM_FPORT_OPTION_VERIFY);
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog3329 verify FD if SCM_FPORT_OPTION_VERIFY is there.