Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmystrtok.c254 #define EXPECT_SIZE 5 macro
259 const char *expected[EXPECT_SIZE];
310 for (n = 0; n < EXPECT_SIZE; n++) { in main()
342 if (n >= EXPECT_SIZE) in main()