Searched refs:wordexp_t (Results 1 - 15 of 15) sorted by last modified time

/netbsd-current/lib/libc/gen/
H A Dwordexp.c51 static int we_askshell(const char *, wordexp_t *, int);
61 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags)
93 we_askshell(const char *words, wordexp_t *we, int flags)
337 wordfree(wordexp_t *we)
/netbsd-current/usr.bin/mail/
H A Dfio.c436 wordexp_t we;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2432 CHECK_TYPE_SIZE(wordexp_t); variable
2433 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
2434 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
2435 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_freebsd.cc437 CHECK_TYPE_SIZE(wordexp_t); variable
438 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
439 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
440 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_posix.cc1088 CHECK_TYPE_SIZE(wordexp_t); variable
1089 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
1090 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
1091 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_solaris.cc276 CHECK_TYPE_SIZE(wordexp_t); variable
277 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
278 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
279 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2595 CHECK_TYPE_SIZE(wordexp_t); variable
2596 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
2597 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
2598 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_posix.cpp1110 CHECK_TYPE_SIZE(wordexp_t); variable
1111 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
1112 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
1113 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_solaris.cpp278 CHECK_TYPE_SIZE(wordexp_t); variable
279 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
280 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
281 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_freebsd.cpp470 CHECK_TYPE_SIZE(wordexp_t); variable
471 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
472 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
473 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2594 CHECK_TYPE_SIZE(wordexp_t); variable
2595 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
2596 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
2597 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_posix.cc1129 CHECK_TYPE_SIZE(wordexp_t); variable
1130 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
1131 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
1132 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
H A Dsanitizer_platform_limits_solaris.cc274 CHECK_TYPE_SIZE(wordexp_t); variable
275 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordc);
276 CHECK_SIZE_AND_OFFSET(wordexp_t, we_wordv);
277 CHECK_SIZE_AND_OFFSET(wordexp_t, we_offs);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3725 wordexp_t w;
/netbsd-current/include/
H A Dwordexp.h51 } wordexp_t; typedef in typeref:struct:__anon7440
59 #define WRDE_REUSE 0x8 /* reuse wordexp_t */
77 int wordexp(const char * __restrict, wordexp_t * __restrict, int);
78 void wordfree(wordexp_t *);

Completed in 350 milliseconds