当前位置: 技术问答>linux和unix
用Linux系统的朋友,请帮一个忙!!
来源: 互联网 发布时间:2014-12-14
本文导语: 我的机子没有Linux系统,也没有办法装(公家的). 我现在急需看一下Linux系统bash的源代码中一个叫 fnmatch.c的文件,请贴给我看看,或是发给我(windows能够打开的文件方式).mail: aneicou@hotmail.com 先谢谢各位了. | ...
我的机子没有Linux系统,也没有办法装(公家的).
我现在急需看一下Linux系统bash的源代码中一个叫 fnmatch.c的文件,请贴给我看看,或是发给我(windows能够打开的文件方式).mail: aneicou@hotmail.com
先谢谢各位了.
我现在急需看一下Linux系统bash的源代码中一个叫 fnmatch.c的文件,请贴给我看看,或是发给我(windows能够打开的文件方式).mail: aneicou@hotmail.com
先谢谢各位了.
|
/* Copyright (C) 1991 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111 USA. */
#ifndef _FNMATCH_H
#define _FNMATCH_H 1
#include "stdc.h"
/* We #undef these before defining them because some losing systems
(HP-UX A.08.07 for example) define these in . */
#undef FNM_PATHNAME
#undef FNM_NOESCAPE
#undef FNM_PERIOD
/* Bits set in the FLAGS argument to `fnmatch'. */
/* standard flags */
#define FNM_PATHNAME (1 = cstart && FOLD (*n)
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc.,
59 Temple Place, Suite 330, Boston, MA 02111 USA. */
#ifndef _FNMATCH_H
#define _FNMATCH_H 1
#include "stdc.h"
/* We #undef these before defining them because some losing systems
(HP-UX A.08.07 for example) define these in . */
#undef FNM_PATHNAME
#undef FNM_NOESCAPE
#undef FNM_PERIOD
/* Bits set in the FLAGS argument to `fnmatch'. */
/* standard flags */
#define FNM_PATHNAME (1 = cstart && FOLD (*n)