Searched refs:wordexp_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/include/
H A Dwordexp.h48 } wordexp_t; typedef in typeref:struct:__anon8385
56 #define WRDE_REUSE 0x8 /* reuse wordexp_t */
73 int wordexp(const char * __restrict, wordexp_t * __restrict, int);
74 void wordfree(wordexp_t *);
/freebsd-12-stable/lib/libc/tests/gen/
H A Dwordexp_test.c60 wordexp_t we;
83 wordexp_t we;
99 wordexp_t we;
118 wordexp_t we;
134 wordexp_t we;
153 wordexp_t we;
179 wordexp_t we;
189 wordexp_t we;
214 wordexp_t we;
249 wordexp_t w
[all...]
/freebsd-12-stable/lib/libc/gen/
H A Dwordexp.c48 static int we_askshell(const char *, wordexp_t *, int);
59 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags)
125 we_askshell(const char *words, wordexp_t *we, int flags)
401 wordfree(wordexp_t *we)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp275 CHECK_TYPE_SIZE(wordexp_t); variable
276 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
277 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
278 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_freebsd.cpp438 CHECK_TYPE_SIZE(wordexp_t); variable
439 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
440 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
441 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_posix.cpp1087 CHECK_TYPE_SIZE(wordexp_t); variable
1088 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
1089 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
1090 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_netbsd.cpp2312 CHECK_TYPE_SIZE(wordexp_t); variable
2313 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
2314 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
2315 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);

Completed in 382 milliseconds