Deleted Added
full compact
glob.h (131962) glob.h (145479)
1/* $NetBSD: glob.h,v 1.13 2001/03/16 21:02:42 christos Exp $ */
2
3/*
4 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Guido van Rossum.

--- 70 unchanged lines hidden (view full) ---

79#define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */
80#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
81#define GLOB_ALTNOT 0x1000 /* use alternate glob character [^ not !] */
82#define GLOB_QUOTE 0x2000 /* XXX: source compatibility */
83
84#define GLOB_ABEND GLOB_ABORTED /* source compatibility */
85/* #endif */
86
1/* $NetBSD: glob.h,v 1.13 2001/03/16 21:02:42 christos Exp $ */
2
3/*
4 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Guido van Rossum.

--- 70 unchanged lines hidden (view full) ---

79#define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */
80#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
81#define GLOB_ALTNOT 0x1000 /* use alternate glob character [^ not !] */
82#define GLOB_QUOTE 0x2000 /* XXX: source compatibility */
83
84#define GLOB_ABEND GLOB_ABORTED /* source compatibility */
85/* #endif */
86
87#include "tc.nls.h"
88
87int glob __P((const char *, int, int (*)(const char *, int), glob_t *));
88void globfree __P((glob_t *));
89int glob __P((const char *, int, int (*)(const char *, int), glob_t *));
90void globfree __P((glob_t *));
89int globcharcoll __P((int, int, int));
91int globcharcoll __P((NLSChar, NLSChar, int));
90
91#endif /* !_GLOB_H_ */
92
93#endif /* !_GLOB_H_ */