HomeSort by: relevance | last modified time | path
    Searched refs:pathname (Results 1 - 25 of 169) sorted by relevancy

1 2 3 4 5 6 7

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
kmod_noop.c 35 xf86LoadKernelModule(const char *pathname)
37 (void) pathname;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
kmod_noop.c 34 int xf86LoadKernelModule(const char *pathname)
36 (void) pathname;
  /xsrc/external/mit/xedit/dist/lisp/
require.c 51 filename = CAR(filename->data.pathname);
66 require module &optional pathname
72 LispObj *obj, *module, *pathname; local
74 pathname = ARGUMENT(1);
78 if (pathname != UNSPEC) {
79 if (PATHNAMEP(pathname))
80 pathname = CAR(pathname->data.pathname);
82 CHECK_STRING(pathname);
    [all...]
pathname.c 30 /* $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
183 pathname = ARGUMENT(0);
202 if (PATHNAMEP(pathname))
203 pathname = CAR(pathname->data.pathname)
708 char *string, pathname[PATH_MAX + 1]; local
956 LispObj *pathname, *defaults; local
    [all...]
lsp.c 42 char *realpath(const char *pathname, char resolvedname[MAXPATHLEN]);
helper.c 33 #include "lisp/pathname.h"
244 result = LispObjectCompare(left->data.pathname,
245 right->data.pathname, function);
979 LispObj *pathname, *result, *object; local
981 pathname = ARGUMENT(0);
983 if (!PATHNAMEP(pathname))
984 pathname = APPLY1(Oparse_namestring, pathname);
986 result = pathname->data.pathname;
1049 LispObj *pathname; local
    [all...]
stream.c 34 #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/xterm/dist/vttests/
closest-rgb.pl 52 -f FILE pathname for rgb.txt (default $namedRGB)
  /xsrc/external/mit/freetype/dist/src/base/
ftmac.c 42 resource fork. So we just grab the stream->pathname field.
279 FT_FSPathMakeRes( const UInt8* pathname,
286 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) )
302 /* Return the file type for given pathname */
304 get_file_type_from_path( const UInt8* pathname )
310 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) )
511 /* Pathname for FSRef can be in various formats: HFS, HFS+, and POSIX. */
546 const UInt8* pathname )
562 err = lookup_lwfn_by_fond( pathname, lwfn_file_name,
701 const UInt8* pathname,
1019 UInt8 pathname[PATH_MAX]; local
    [all...]
ftsystem.c 247 stream->pathname.pointer = (char*)filepathname;
  /xsrc/external/mit/freetype/dist/builds/mac/
ftmac.c 39 resource fork. So we just grab the stream->pathname field.
477 FT_FSPathMakeSpec( const UInt8* pathname,
489 p = q = (const char *)pathname;
506 if ( 255 < ft_strlen( (char *)pathname ) )
574 FT_FSPathMakeRes( const UInt8* pathname,
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 )
627 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE )
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-filepath.h 51 // 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) {
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 describes an absolute path
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-filepath.h 48 // 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) {
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 describes an absolute path
    [all...]
  /xsrc/external/mit/freetype/dist/docs/reference/javascripts/
extra.js 25 if (this.pathname == window.location.pathname &&
  /xsrc/external/mit/freetype/dist/include/freetype/
ftsystem.h 302 * pathname ::
334 FT_StreamDesc pathname; member in struct:FT_StreamRec_
  /xsrc/external/mit/fontconfig/dist/src/
fccompat.c 127 FcOpen(const char *pathname, int flags, ...)
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,
284 return readlink ((const char *) pathname, (char *)buf, bufsiz);
  /xsrc/external/mit/xedit/dist/
tags.c 68 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->value, tagsfile, length)
    [all...]
  /xsrc/external/mit/libX11/dist/src/xcms/
cmsColNm.c 737 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
  /xsrc/external/mit/xedit/dist/lisp/modules/
lisp.lsp 38 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/
glm.h 74 char* pathname; /* path to this model */ member in struct:__anon6429
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
xf86_OSproc.h 138 extern _X_EXPORT int xf86LoadKernelModule(const char *pathname);
  /xsrc/external/mit/libXfont2/dist/test/utils/
font-test-utils.c 259 DetermineFPEType(const char *pathname)
267 if ((*fpe_functions[i]->name_check) (pathname))
  /xsrc/external/mit/freetype/dist/builds/vms/
ftsystem.c 259 stream->pathname.pointer = (char*)filepathname;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
xf86_OSproc.h 161 extern _X_EXPORT int xf86LoadKernelModule(const char *pathname);
  /xsrc/external/mit/libdrm/dist/tests/amdgpu/
hotunplug_tests.c 98 static int amdgpu_hotunplug_trigger(const char *pathname)
102 fd = open(pathname, O_WRONLY);

Completed in 21 milliseconds

1 2 3 4 5 6 7