Home
last modified time | relevance | path

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

/posix/
A Dwordexp-test.c354 wordexp_t we, sav_we; in testit() local
370 sav_we.we_wordc = 99; in testit()
371 sav_we.we_wordv = &dummy; in testit()
372 sav_we.we_offs = 3; in testit()
373 we = sav_we; in testit()
391 start_offs = sav_we.we_offs; in testit()
432 && (we.we_wordc != sav_we.we_wordc in testit()
433 || we.we_wordv != sav_we.we_wordv in testit()
434 || we.we_offs != sav_we.we_offs)) in testit()

Completed in 4 milliseconds