Searched refs:seof (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dregexp.h79 _re_read(register regexp_t* re, const char* instring, char* ep, const char* endbuf, int seof) argument
90 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
92 if (c != seof)
105 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
116 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-evp.c2078 int seof = -1, eof = 0, rv = -1, ret = 0, i, v, tmp, n, ln, exp_nl; local
2114 * input line. seof will point to the character that
2118 if (seof == -1) {
2119 seof = n;
2189 if (seof >= 0) {

Completed in 48 milliseconds