Searched refs:filemap (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/expat-12/expat/xmlwf/
H A Dfilemap.h8 int filemap(const wchar_t *name,
13 int filemap(const char *name,
H A Dreadfilemap.c41 #include "filemap.h"
44 filemap(const char *name, function
H A Dunixfilemap.c18 #include "filemap.h"
21 filemap(const char *name, function
H A Dwin32filemap.c21 #include "filemap.h"
26 filemap(const TCHAR *name, function
H A Dxmlfile.c26 #include "filemap.h"
146 if (!filemap(filename, processFile, &args))
238 if (!filemap(filename, processFile, &args))
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dfilemap.h35 int filemap(const wchar_t *name,
39 int filemap(const char *name,
H A Dreadfilemap.c63 int filemap(const char *name, function
H A Dunixfilemap.c43 #include "filemap.h"
45 int filemap(const char *name, function
H A Dxmlfile.c39 #include "filemap.h"
151 if (!filemap(filename, processFile, &args))
232 if (!filemap(filename, processFile, &args))
H A Dwin32filemap.c47 #include "filemap.h"
51 int filemap(const TCHAR *name, function
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dfilemap.h25 int filemap(const wchar_t *name,
29 int filemap(const char *name,
H A Dconfigure.in126 filemap="win32filemap.c"
128 filemap="unixfilemap.c"
141 TEA_ADD_SOURCES([xmltok.c ${filemap} xmlrole.c xmlwf.c codepage.c xmlparse.c hashtable.c tclexpat.c])
H A Dreadfilemap.c45 int filemap(const char *name, function
H A Dunixfilemap.c33 #include "filemap.h"
35 int filemap(const char *name, function
H A Dwin32filemap.c29 #include "filemap.h"
33 int filemap(const TCHAR *name, function
H A Dxmlwf.c23 #include "filemap.h"
392 if (!filemap(filename, processFile, &args))
638 if (!filemap(argv[i], processFile, &args))
H A Dconfigure6682 filemap="win32filemap.c"
6684 filemap="unixfilemap.c"
6699 vars="xmltok.c ${filemap} xmlrole.c xmlwf.c codepage.c xmlparse.c hashtable.c tclexpat.c"
/macosx-10.10.1/apache_mod_php-93/
H A DMakefile392 $(DSTROOT)/.filemap \
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dio.c399 static struct fdsave *filemap; variable in typeref:struct:fdsave
448 filemap = (struct fdsave*)malloc(filemapsize*sizeof(struct fdsave));
1657 if(filemap[savefd].orig_fd == origfd)
1663 char *cp, *oldptr = (char*)filemap;
1664 char *oldend = (char*)&filemap[filemapsize];
1667 if(!(filemap = (struct fdsave*)realloc(filemap,filemapsize*sizeof(struct fdsave))))
1669 if(moved = (char*)filemap - oldptr)
1698 filemap[shp->topfd].tname = name;
1699 filemap[sh
[all...]

Completed in 205 milliseconds