OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [uClibc/] [libc/] [misc/] [glob/] [glob-hooks.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1325 phoenix
/* Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
2
 *
3
 * modified for uClibc by Erik Andersen <andersen@codepoet.org>
4
 *
5
 * This program is free software; you can redistribute it and/or modify it
6
 * under the terms of the GNU Library General Public License as published by
7
 * the Free Software Foundation; either version 2 of the License, or (at your
8
 * option) any later version.
9
 *
10
 * This program is distributed in the hope that it will be useful, but WITHOUT
11
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
13
 * for more details.
14
 *
15
 * You should have received a copy of the GNU Library General Public License
16
 * along with this program; if not, write to the Free Software Foundation,
17
 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
 */
19
 
20
#include <stdlib.h>
21
#include <string.h>
22
#include <errno.h>
23
#include <sys/types.h>
24
#include <sys/stat.h>
25
#include <unistd.h>
26
#include <dirent.h>
27
#include <malloc.h>
28
#include <fnmatch.h>
29
#include <glob.h>
30
 
31
 
32
__ptr_t (*__glob_opendir_hook) __P ((const char *directory));
33
const char *(*__glob_readdir_hook) __P ((__ptr_t stream));
34
void (*__glob_closedir_hook) __P ((__ptr_t stream));
35
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.