Searched refs:pathname (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dkmod_noop.c34 int xf86LoadKernelModule(const char *pathname) argument
36 (void) pathname;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dkmod_noop.c35 xf86LoadKernelModule(const char *pathname) argument
37 (void) pathname;
/xsrc/external/mit/xedit/dist/lisp/
H A Drequire.c51 filename = CAR(filename->data.pathname);
66 require module &optional pathname
72 LispObj *obj, *module, *pathname; local in function:Lisp_Require
74 pathname = ARGUMENT(1);
78 if (pathname != UNSPEC) {
79 if (PATHNAMEP(pathname))
80 pathname = CAR(pathname->data.pathname);
82 CHECK_STRING(pathname);
93 if (THESTR(pathname)[0] != '/') { local in function:Lisp_Require
[all...]
H A Dpathname.c30 /* $XFree86: xc/programs/xedit/lisp/pathname.c,v 1.17tsi Exp $ */
37 #include "lisp/pathname.h"
151 * (directory "<pathname-spec>/" :all t)
153 * echo <pathname-spec>, but normally, not in the
157 * <pathname-spec> ends with PATH_SEP char.
165 directory pathname &key all if-cannot-read
179 LispObj *pathname, *all, *if_cannot_read, *result, *cons, *object; local in function:Lisp_Directory
183 pathname = ARGUMENT(0);
202 if (PATHNAMEP(pathname))
203 pathname
708 char *string, pathname[PATH_MAX + 1]; local in function:Lisp_MakePathname
956 LispObj *pathname, *defaults; local in function:Lisp_EnoughNamestring
[all...]
H A Dlsp.c42 char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);
H A Dhelper.c33 #include "lisp/pathname.h"
244 result = LispObjectCompare(left->data.pathname,
245 right->data.pathname, function);
979 LispObj *pathname, *result, *object; local in function:LispPathnameField
981 pathname = ARGUMENT(0);
983 if (!PATHNAMEP(pathname))
984 pathname = APPLY1(Oparse_namestring, pathname);
986 result = pathname->data.pathname;
1049 LispObj *pathname; local in function:LispProbeFile
[all...]
H A Dstream.c34 #include "lisp/pathname.h"
116 filename = filename->data.stream.pathname;
123 return (LispUnlink(THESTR(CAR(filename->data.pathname))) ? NIL : T);
150 filename = filename->data.stream.pathname;
166 from = THESTR(CAR(filename->data.pathname));
167 to = THESTR(CAR(new_name->data.pathname));
271 filename = filename->data.stream.pathname;
366 /* string representation of pathname */
367 string = THESTR(CAR(filename->data.pathname));
668 LispDestroy("%s: %s is a bad pathname",
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftmac.c42 resource fork. So we just grab the stream->pathname field.
279 FT_FSPathMakeRes( const UInt8* pathname, argument
286 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) )
302 /* Return the file type for given pathname */
304 get_file_type_from_path( const UInt8* pathname ) argument
310 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) )
546 const UInt8* pathname )
562 err = lookup_lwfn_by_fond( pathname, lwfn_file_name,
701 const UInt8* pathname,
711 if ( noErr != FT_FSPathMakeRes( pathname,
545 count_faces(Handle fond,const UInt8 * pathname) argument
700 FT_New_Face_From_LWFN(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
804 FT_New_Face_From_Suitcase(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
926 FT_New_Face_From_Resource(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
968 FT_New_Face(FT_Library library,const char * pathname,FT_Long face_index,FT_Face * aface) argument
1019 UInt8 pathname[PATH_MAX]; local in function:FT_New_Face_From_FSRef
[all...]
H A Dftsystem.c247 stream->pathname.pointer = (char*)filepathname;
/xsrc/external/mit/freetype/dist/builds/mac/
H A Dftmac.c39 resource fork. So we just grab the stream->pathname field.
477 FT_FSPathMakeSpec( const UInt8* pathname, argument
489 p = q = (const char *)pathname;
506 if ( 255 < ft_strlen( (char *)pathname ) )
574 FT_FSPathMakeRes( const UInt8* pathname, argument
584 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) )
602 if ( noErr != FT_FSPathMakeSpec( pathname, &spec, FALSE ) )
616 /* Return the file type for given pathname */
618 get_file_type_from_path( const UInt8* pathname ) argument
627 if ( noErr != FSPathMakeRef( pathname,
923 count_faces(Handle fond,const UInt8 * pathname) argument
1080 FT_New_Face_From_LWFN(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
1181 FT_New_Face_From_Suitcase(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
1347 FT_New_Face_From_Resource(FT_Library library,const UInt8 * pathname,FT_Long face_index,FT_Face * aface) argument
1388 FT_New_Face(FT_Library library,const char * pathname,FT_Long face_index,FT_Face * aface) argument
[all...]
/xsrc/external/mit/freetype/dist/docs/reference/javascripts/
H A Dextra.js25 if (this.pathname == window.location.pathname &&
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { argument
98 // Returns a pathname for a file that does not currently exist. The pathname
101 // already exists. The number will be incremented until a pathname is found
156 // Returns true if pathname describes a directory in the file-system
165 // Returns true if pathname describes a root directory. (Windows has one
169 // Returns true if pathname describe
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h51 // FilePath - a class for file and directory pathname manipulation which
52 // handles platform-specific conventions (like the pathname separator).
67 explicit FilePath(const std::string& pathname) : pathname_(pathname) { argument
101 // Returns a pathname for a file that does not currently exist. The pathname
104 // already exists. The number will be incremented until a pathname is found
159 // Returns true if pathname describes a directory in the file-system
168 // Returns true if pathname describes a root directory. (Windows has one
172 // Returns true if pathname describe
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftsystem.h302 * pathname ::
334 FT_StreamDesc pathname; member in struct:FT_StreamRec_
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccompat.c127 FcOpen(const char *pathname, int flags, ...) argument
140 fd = open(pathname, flags | FC_O_CLOEXEC | FC_O_LARGEFILE, mode);
144 fd = open(pathname, flags | FC_O_CLOEXEC | FC_O_LARGEFILE);
279 FcReadLink (const FcChar8 *pathname, argument
284 return readlink ((const char *) pathname, (char *)buf, bufsiz);
/xsrc/external/mit/xedit/dist/
H A Dtags.c68 hash_key *pathname; member in struct:_XeditTagsInfo
242 strncpy(buffer, tags->pathname->value, tags->pathname->length);
243 buffer[tags->pathname->length] = '\0';
244 ptr = buffer + tags->pathname->length - 1;
354 /* Build pathname as a nul terminated directory specification string */
355 tags->pathname = XtNew(hash_key);
356 tags->pathname->value = XtMalloc(length + 1);
357 tags->pathname->length = length;
358 memcpy(tags->pathname
[all...]
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsColNm.c737 const char *pathname;
743 if ((pathname = getenv("XCMSDB")) == NULL) {
744 pathname = XCMSDB;
747 length = (int)strlen(pathname);
753 if (stat(pathname, &txt)) {
759 if ((stream = _XFopenFile (pathname, "r")) == NULL) {
727 const char *pathname; local in function:LoadColornameDB
/xsrc/external/mit/xdm/dist/
H A Dconfigure.ac239 AC_ARG_WITH(random-device, AS_HELP_STRING([--with-random-device\[=<pathname>\]],
240 [Use <pathname> as a source of randomness (default is auto-detected)]),
269 AS_HELP_STRING([--with-xdmlibdir=<pathname>],
275 AS_HELP_STRING([--with-xdmconfigdir=<pathname>],
281 AS_HELP_STRING([--with-xdmscriptdir=<pathname>],
287 AS_HELP_STRING([--with-logdir=<pathname>],
293 AS_HELP_STRING([--with-piddir=<pathname>],
311 AS_HELP_STRING([--with-utmp-file=<pathname>],
331 AS_HELP_STRING([--with-wtmp-file=<pathname>],
414 AS_HELP_STRING([--with-pixmapdir=<pathname>],
[all...]
/xsrc/external/mit/xcursor-themes/dist/
H A Dconfigure.ac32 AC_HELP_STRING([--with-cursordir=<pathname>],
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dlisp.lsp38 pathname merge-pathnames
57 (defun pathname (filename) function
60 (defun merge-pathnames (pathname &optional defaults default-version)
62 (parse-namestring pathname nil defaults)
63 (parse-namestring pathname nil
64 (make-pathname :defaults defaults :version default-version))))
/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.h74 char* pathname; /* path to this model */ member in struct:__anonf360447c0208
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSproc.h138 extern _X_EXPORT int xf86LoadKernelModule(const char *pathname);
/xsrc/external/mit/libXfont2/dist/test/utils/
H A Dfont-test-utils.c259 DetermineFPEType(const char *pathname) argument
267 if ((*fpe_functions[i]->name_check) (pathname))
/xsrc/external/mit/freetype/dist/builds/vms/
H A Dftsystem.c259 stream->pathname.pointer = (char*)filepathname;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dxf86_OSproc.h161 extern _X_EXPORT int xf86LoadKernelModule(const char *pathname);

Completed in 18 milliseconds

1234567891011>>