HomeSort by: relevance | last modified time | path
    Searched defs:hello_world (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openpam/dist/t/
t_openpam_readlinev.c 127 static const char *hello_world[] = {
238 t_fprintf(tf, "%s \\\n %s\n", hello_world[0], hello_world[1]);
240 ret = orlv_expect(tf, hello_world, 2 /*lines*/, 0 /*eof*/) &&
273 ret = orlv_expect(tf, hello_world, 1 /*lines*/, 0 /*eof*/);
302 ret = orlv_expect(tf, hello_world, 0 /*lines*/, 1 /*eof*/);
126 static const char *hello_world[] = { variable

Completed in 20 milliseconds