Home
last modified time | relevance | path

Searched refs:we_offs (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
Dwordexp.c35 int we_offs; /* Slots to reserve in `we_wordv'. */ member
48 we.we_offs = pwordexp->we_offs; in __old_wordexp()
54 pwordexp->we_offs = we.we_offs; in __old_wordexp()
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dwordexp.c35 int we_offs; /* Slots to reserve in `we_wordv'. */ member
48 we.we_offs = pwordexp->we_offs; in __old_wordexp()
54 pwordexp->we_offs = we.we_offs; in __old_wordexp()
/glibc-2.36/posix/
Dwordexp-test.c372 sav_we.we_offs = 3; in testit()
391 start_offs = sav_we.we_offs; in testit()
434 || we.we_offs != sav_we.we_offs)) in testit()
Dwordexp.h45 size_t we_offs; /* Slots to reserve in `we_wordv'. */ member
Dwordexp.c159 num_p = 2 + pwordexp->we_wordc + pwordexp->we_offs; in w_addword()
164 pwordexp->we_wordv[pwordexp->we_offs + pwordexp->we_wordc++] = word; in w_addword()
165 pwordexp->we_wordv[pwordexp->we_offs + pwordexp->we_wordc] = NULL; in w_addword()
437 glob_list.we_offs = 0; in parse_glob()
2193 for (wordv += pwordexp->we_offs; *wordv; ++wordv) in wordfree()
2231 pwordexp->we_wordv = calloc (1 + pwordexp->we_offs, sizeof (char *)); in libc_hidden_def()
2247 pwordexp->we_offs = 0; in libc_hidden_def()
/glibc-2.36/conform/data/
Dwordexp.h-data6 element wordexp_t size_t we_offs
/glibc-2.36/manual/
Dpattern.texi1772 @item we_offs
1781 The @code{we_offs} field is meaningful only if you use the
2017 The @code{we_offs} field says how many slots to leave.