Home
last modified time | relevance | path

Searched refs:wordexp_t (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dwordexph.inc12 Pwordexp_t = ^wordexp_t;
13 wordexp_t = record
36 TWordExp = wordexp_t;
39 function wordexp(__words:Pchar; var __pwordexp: wordexp_t; __flags:longint):longint;cdecl;external …
40 procedure wordfree(var __wordexp: wordexp_t);cdecl;external clib name 'wordfree';
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/
H A Dwordexp.h16 typedef struct _wordexp_t wordexp_t; typedef
39 int wordexp(const char *, wordexp_t *, int);
40 void wordfree(wordexp_t *);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/
H A Dwordexp.h16 typedef struct _wordexp_t wordexp_t; typedef
39 int wordexp(const char *, wordexp_t *, int);
40 void wordfree(wordexp_t *);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/
H A Dwordexp.h16 typedef struct _wordexp_t wordexp_t; typedef
39 int wordexp(const char *, wordexp_t *, int);
40 void wordfree(wordexp_t *);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/
H A Dwordexp.h25 } wordexp_t; typedef
34 int wordexp (const char *__restrict, wordexp_t *__restrict, int);
35 void wordfree (wordexp_t *);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/comp/
H A Dwordexp.h52 } wordexp_t; typedef
58 extern int wordexp(const char*, wordexp_t*, int);
59 extern int wordfree(wordexp_t*);
/dports/shells/ksh93/ast-93u/src/lib/libast/comp/
H A Dwordexp.h52 } wordexp_t; typedef
58 extern int wordexp(const char*, wordexp_t*, int);
59 extern int wordfree(wordexp_t*);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/
H A Dwordexp.h23 typedef struct _wordexp_t wordexp_t; typedef
46 int wordexp(const char *__restrict, wordexp_t *__restrict, int);
47 void wordfree(wordexp_t *);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Dwordexp.h52 } wordexp_t; typedef
58 extern int wordexp(const char*, wordexp_t*, int);
59 extern int wordfree(wordexp_t*);
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/
H A Dwordexp.h23 typedef struct _wordexp_t wordexp_t; typedef
46 int wordexp(const char *__restrict, wordexp_t *__restrict, int);
47 void wordfree(wordexp_t *);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dwordexp.h58 } wordexp_t; typedef
81 int wordexp(const char * __restrict, wordexp_t * __restrict, int) __OSX_AVAILABLE_STARTING(__MAC_10…
82 void wordfree(wordexp_t *) __OSX_AVAILABLE_STARTING(__MAC_10_0, __IPHONE_NA);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/
H A Dwordexp.h58 } wordexp_t; typedef
81 int wordexp(const char * __restrict, wordexp_t * __restrict, int) __OSX_AVAILABLE_STARTING(__MAC_10…
82 void wordfree(wordexp_t *) __OSX_AVAILABLE_STARTING(__MAC_10_0, __IPHONE_NA);
/dports/shells/jailkit/jailkit-2.22/src/
H A Dwordexp.h45 } wordexp_t; typedef
62 wordexp_t *__restrict __pwordexp, int __flags);
65 extern void wordfree (wordexp_t *__wordexp);
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dwordexp.h51 } wordexp_t; typedef
77 int wordexp(const char * __restrict, wordexp_t * __restrict, int);
78 void wordfree(wordexp_t *);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dwordexp.h46 } wordexp_t; typedef
63 wordexp_t *__restrict __pwordexp, int __flags);
66 extern void wordfree (wordexp_t *__wordexp) __THROW;
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dwordexp.h46 } wordexp_t; typedef
63 wordexp_t *__restrict __pwordexp, int __flags);
66 extern void wordfree (wordexp_t *__wordexp) __THROW;
/dports/devel/tig/tig-2.5.4/compat/
H A Dcompat.h57 } wordexp_t; typedef
58 int compat_wordexp (const char *words, wordexp_t *pwordexp, int flags);
59 void compat_wordfree (wordexp_t *pwordexp);

12345678910>>...12