代码搜索:access asp
找到约 10,000 项符合「access asp」的源代码
代码结果 10,000
www.eeworm.com/read/177613/9444051
c access.c
/*
This file provides the functions for accessing the CD database.
*/
#define _XOPEN_SOURCE
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/176730/9486356
c access.c
/*
This file provides the functions for accessing the CD database.
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/176730/9486556
c access.c
/*
This file provides the functions for accessing the CD database.
*/
#define _XOPEN_SOURCE
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/176340/9502787
c access.c
/*
* access.c -- the files with access control on open
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file ca
www.eeworm.com/read/372532/9504976
c access.c
/*
This file provides the functions for accessing the CD database.
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/372465/9509639
c access.c
#include
#include
void main (int argc, char *argv[])
{
int access_mode;
access_mode = access(argv[1], 0);
if (access_mode)
printf("File %s does not exis
www.eeworm.com/read/372449/9510327
c access.c
/*
This file provides the functions for accessing the CD database.
*/
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/372449/9510532
c access.c
/*
This file provides the functions for accessing the CD database.
*/
#define _XOPEN_SOURCE
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/372371/9512253
c access.c
/*
* Part of Very Secure FTPd
* Licence: GPL v2
* Author: Chris Evans
* access.c
*
* Routines to do very very simple access control based on filenames.
*/
#include "access.h"
#include "ls.h"
#
www.eeworm.com/read/372371/9512373
h access.h
#ifndef VSF_ACCESS_H
#define VSF_ACCESS_H
struct mystr;
/* vsf_access_check_file()
* PURPOSE
* Check whether the current session has permission to access the given
* filename.
* PARAMETERS
* p_