Searched refs:ini (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/iodbc-42.5/iodbc/etc/
H A DMakefile.am74 odbc.ini.sample \
75 odbcinst.ini.sample
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/inifile/
H A DpkgIndex.tcl2 package ifneeded inifile 0.2.3 [list source [file join $dir ini.tcl]]
H A Dini.tcl0 # ini.tcl --
3 # Querying and modifying old-style windows configuration files (.ini)
10 # RCS: @(#) $Id: ini.tcl,v 1.15 2008/05/11 00:53:58 andreas_kupries Exp $
14 namespace eval ini {
19 proc ::ini::open {ini {mode r+}} {
26 ::set fh ini$nexthandle
27 ::set tmp [::open $ini $mode]
30 namespace eval ::ini::$fh {
35 ::set ::ini
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
H A Dlibiodbc.pc.in83 ODBCINI=@inidir@/odbc.ini
84 ODBCINSTINI=@inidir@/odbcinst.ini
H A Dlibiodbc.spec.in142 DSN information in odbc.ini and odbcinst.ini files.
173 # Install the sample odbc.ini and odbcinst.ini files
176 #install -m644 etc/odbc.ini.sample $RPM_BUILD_ROOT/etc/odbc.ini
177 #install -m644 etc/odbcinst.ini.sample $RPM_BUILD_ROOT/etc/odbcinst.ini
195 #%attr(0644, root, root) %config /etc/odbc.ini
196 #%attr(0644, root, root) %config /etc/odbcinst.ini
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Ddosini.vim2 " Language: Configuration File (ini file) for MSDOS/MS Windows
/macosx-10.9.5/iodbc-42.5/iodbc/mac/
H A Diodbc-config.macosx81 # Framework location of system ini files
83 SYSODBCINI=/Library/ODBC/odbc.ini
84 SYSODBCINSTINI=/Library/ODBC/odbcinst.ini
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim192 " = ini:mid:fin or ini:fin
218 let ini = strpart(group, 0, i-1)
222 let ini = substitute(ini, s:notslash . '\zs\\\(:\|,\)', '\1', 'g')
226 let ini = substitute(ini, s:notslash . '\zs\\(', '\\%(', 'g')
231 \ || !a:forward && matchline =~ prefix . ini . suffix
236 \ || !a:forward && matchline !~ prefix . ini . suffix
251 let b:match_ini = ini
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddosini.vim2 " Language: Configuration File (ini file) for MSDOS/MS Windows
H A Dz8a.vim19 syn keyword z8aInstruction ind ini indr inir jp jr ld ldd lddr ldi ldir
H A Ddesktop.vim18 " ini format (eg. .xawtv, .radio, kde rc files) - this is default mode. But
H A Ddcl.vim30 syn keyword dclInstr aut[ogen] dis[mount] ini[tialize] pat[ch] spa[wn]
H A Dnsis.vim143 "FUNCTIONS - registry & ini
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Dmisc.c105 * Algorithm for resolving an odbc.ini reference
108 * 2. Check for $HOME/.odbc.ini or ~/.odbc.ini file,
111 * it. (ie : /etc/odbc.ini).
112 * 4. No odbc.ini presence, return NULL.
115 * 1. Check for the system odbc.ini file, if exists return it.
116 * 2. No odbc.ini presence, return NULL.
120 * 3. No odbc.ini presence, return NULL.
126 * 3. No odbc.ini presence, return NULL.
129 * 2. Check for $HOME/.odbc.ini o
[all...]
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DParserFactory.pm64 # note - we never go onto the next try (ParserDetails.ini),
83 # Next try SAX.ini
86 if (open($fh, "$dir/SAX.ini")) {
103 XML::SAX->do_warn("Unable to provide SAX.ini required features. Using fallback\n");
189 =item * SAX.ini
191 ParserFactory will search @INC for a file called SAX.ini, which
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A DMakefile195 $(LIBDIR)/probe/C/make :INSTALLDIR: probe probe.ini
202 probe.ini : (CC.HOSTTYPE) probe.win32
H A Dpackage.mk250 package.ini = ignore mamprobe manmake package silent
251 package.src.pat = $(PACKAGESRC)/($(name).(ini|lic|pkg))
253 package.bin = $(PACKAGEBIN)/$(name).ini
285 package.src += $(package.ini:C,^,$(PACKAGEROOT)/bin/,) $(PACKAGESRC)/package.mk
569 package.ini := $(package.ini)
H A Diffe.sh1260 ini=
1275 *) case $ini in
1291 set x $ini
1293 ini=
1304 ini=$*
1305 set ini
2240 iff|ini)arg=-
3866 ini) ;;
/macosx-10.9.5/apache_mod_php-87.4/
H A DMakefile357 $(INSTALL_FILE) $(Sources)/php.ini-production $(DSTROOT)$(AEP_ConfigDir)/php.ini.default
358 $(PERL) -i -pe 's|^extension_dir =.*|extension_dir = $(USRLIBDIR)/php/extensions/no-debug-non-zts-20100525|' $(DSTROOT)$(AEP_ConfigDir)/php.ini.default
/macosx-10.9.5/ksh-20/ksh/lib/package/
H A Dpackage.mk250 package.ini = ignore mamprobe manmake package silent
251 package.src.pat = $(PACKAGESRC)/($(name).(ini|lic|pkg))
253 package.bin = $(PACKAGEBIN)/$(name).ini
285 package.src += $(package.ini:C,^,$(PACKAGEROOT)/bin/,) $(PACKAGESRC)/package.mk
569 package.ini := $(package.ini)
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_inode.c621 ntfs_inode *ini; local
623 err = ntfs_index_inode_get(ni, I30, 4, is_system, &ini);
639 * @ini is not private thus we need to lock its sizes.
641 lck_spin_lock(&ini->size_lock);
642 ni->allocated_size = ini->allocated_size;
643 ni->data_size = ini->data_size;
644 ni->initialized_size = ini->initialized_size;
645 lck_spin_unlock(&ini->size_lock);
647 (void)vnode_put(ini->vn);
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_eo.utf-8.vim393 menutrans \.ini\ file Dosiero\ \.ini
H A Dmenu_fi_fi.latin1.vim262 menutrans \.ini\ file Fichier\ \.ini
H A Dmenu_fr_fr.latin1.vim404 menutrans \.ini\ file Fichier\ \.ini
/macosx-10.9.5/vim-53/src/
H A Dedit.c163 static int ins_compl_get_exp __ARGS((pos_T *ini));
3925 * The search starts at position "ini" in curbuf and in the direction
3933 ins_compl_get_exp(ini)
3934 pos_T *ini;
3966 last_match_pos = first_match_pos = *ini;
3988 first_match_pos = *ini;
4210 && ini->lnum == pos->lnum
4211 && ini->col == pos->col)

Completed in 234 milliseconds

12