HomeSort by: relevance | last modified time | path
    Searched refs:wordexp_t (Results 1 - 8 of 8) sorted by relevancy

  /src/include/
wordexp.h 51 } wordexp_t; typedef in typeref:struct:__anonc8afcf7f0108
59 #define WRDE_REUSE 0x8 /* reuse wordexp_t */
77 int wordexp(const char * __restrict, wordexp_t * __restrict, int);
78 void wordfree(wordexp_t *);
  /src/lib/libc/gen/
wordexp.c 51 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)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.cc 276 CHECK_TYPE_SIZE(wordexp_t);
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);
sanitizer_platform_limits_freebsd.cc 437 CHECK_TYPE_SIZE(wordexp_t);
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);
sanitizer_platform_limits_posix.cc 1088 CHECK_TYPE_SIZE(wordexp_t);
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);
sanitizer_platform_limits_netbsd.cc 2432 CHECK_TYPE_SIZE(wordexp_t);
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);
  /src/usr.bin/mail/
fio.c 436 wordexp_t we;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3725 wordexp_t w;

Completed in 114 milliseconds