Searched refs:s_seq_read (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libmail/inc/ |
H A D | s_string.h | 77 extern string *s_seq_read(FILE *fp, string *to, int lineortoken); 91 extern string *s_seq_read(); 100 #define s_getline(a,b) s_seq_read(a,b,LINE) 101 #define s_gettoken(a,b) s_seq_read(a,b,TOKEN)
|
/titanic_44/usr/src/lib/libmail/common/ |
H A D | mapfile-vers | 77 s_seq_read;
|
H A D | s_string.c | 214 s_seq_read(FILE *fp, string *to, int lineortoken) in s_seq_read() function
|