HomeSort by relevance Sort by last modified time
    Searched refs:NUMBER_OF_ENVIRON (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/fork/
fork05.c 113 #define NUMBER_OF_ENVIRON (sizeof(environ_list)/sizeof(char *))
114 int TST_TOTAL = NUMBER_OF_ENVIRON;
fork04.c 118 #define NUMBER_OF_ENVIRON (sizeof(environ_list)/sizeof(char *))
119 int TST_TOTAL = NUMBER_OF_ENVIRON;
147 for (index = 0; index < NUMBER_OF_ENVIRON; index++) {
246 for (index = 0; index < NUMBER_OF_ENVIRON; index++) {

Completed in 293 milliseconds