Searched refs:ftype (Results 76 - 92 of 92) sorted by relevance

1234

/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dtexi2html3447 $ftype = $name;
3450 $_ .= "<U>$type</U> $ftype <B>$name</B>";
3463 EnterIndexEntry('f', "$name on $ftype", $docu_doc, $section, \@lines);
3464 # unshift(@input_spool, "\@findex $name on $ftype\n");
/macosx-10.10/vim-55/runtime/syntax/
H A Dapache.vim121 syn match apacheOption "\<\(cmd\|mode\|intype\|outtype\|ftype\|disableenv\|enableenv\)\ze="
H A Dlisp.vim104 syn keyword lispFunc adjustable-array-p ftype psetq
/macosx-10.10/BerkeleyDB-21/db/mp/
H A Dmp_fget.c780 if (flags == DB_MPOOL_CREATE && mfp->ftype != 0)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dslapi-plugin.h317 Slapi_Filter *slapi_filter_join( int ftype, Slapi_Filter *f1, Slapi_Filter *f2);
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_cgi.c1025 while (cur && cur->frec->ftype < AP_FTYPE_CONNECTION) {
H A Dmod_cgid.c1626 while (cur && cur->frec->ftype < AP_FTYPE_CONNECTION) {
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c909 debug_type ftype; local
911 ftype = debug_make_function_type (dhandle, dtype,
913 dtype = debug_make_pointer_type (dhandle, ftype);
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb.c3042 uint32_t ftype; local
3091 ftype = SMB_DEFAULT_NO_CHANGE;
3092 mb_put_uint32le(mbp, ftype);
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_io.c1761 * at exactly ftype == AP_FTYPE_PROTOCOL, since this filter will
1763 while (r->proto_input_filters->frec->ftype < AP_FTYPE_CONNECTION) {
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb.in582 int ftype; /* File type. */
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Ddb.h572 int ftype; /* File type. */ member in struct:__db_mpoolfile
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Ddb.h561 int ftype; /* File type. */ member in struct:__db_mpoolfile
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h570 int ftype; /* File type. */ member in struct:__db_mpoolfile
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Ddb.h609 int ftype; /* File type. */ member in struct:__db_mpoolfile
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Ddb.h609 int ftype; /* File type. */ member in struct:__db_mpoolfile
/macosx-10.10/apache-793/httpd/server/
H A Dcore.c4268 && r->output_filters->frec->ftype != AP_FTYPE_RESOURCE;

Completed in 509 milliseconds

1234