代码搜索:Direct

找到约 10,000 项符合「Direct」的源代码

代码结果 10,000
www.eeworm.com/read/462434/1545983

h direct.h

/* * direct.h * * Functions for manipulating paths and directories (included from io.h) * plus functions for setting the current drive. * * This file is part of the Mingw32 package. * * Contri
www.eeworm.com/read/460526/1560866

h direct.h

/* * direct.h * * Functions for manipulating paths and directories (included from io.h) * plus functions for setting the current drive. * * This file is part of the Mingw32 package. * * Contri
www.eeworm.com/read/455329/1619049

php direct.php

www.eeworm.com/read/452544/1654074

h direct.h

/*** *direct.h - function declarations for directory handling/creation * * Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved. * *Purpose: * This include file contai
www.eeworm.com/read/250243/4435116

c direct.c

/* * direct.c - Low-level direct PCI config space access */ #include #include #include "pci.h" /* * Functions for accessing PCI configuration space with type 1 access
www.eeworm.com/read/250033/4442769

plo direct.plo

direct.lo: direct.c ../../config.h \ /8634L/v147/smp86xx_toolchain_2.7.147.0/build_mipsel/staging_dir/bin-ccache/../lib/gcc/mipsel-linux-uclibc/3.4.2/../../../../mipsel-linux-uclibc/sys-include/pthr
www.eeworm.com/read/242732/4537794

h direct.h

/* * direct.h * This file has no copyright assigned and is placed in the Public Domain. * This file is a part of the mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER
www.eeworm.com/read/242732/4541229

c direct.c

/* ---------- direct.c --------- */ #include #include #include "dflat.h" #define DRIVE 1 #define DIRECTORY 2 #define FILENAME 4 #define EXTENSION 8 static char path[
www.eeworm.com/read/237551/4625551

h direct.h

struct direct { unsigned short int d_fileno; char d_name[14]; }; #define D_NAMLEN(d) \ ((d)->d_name[13] == '\0' ? strlen ((d)->d_name) : 14) #define D_RECLEN(d) (sizeof (*(d)))
www.eeworm.com/read/234134/4660686

h direct.h

/*** *direct.h - function declarations for directory handling/creation * * Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. * *Purpose: * This include file contains the