Searched refs:writefn (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfunopen.c47 int (*writefn)(void *, const char *, int),
55 if (writefn == NULL) { /* illegal */
61 if (writefn == NULL)
73 fp->_write = writefn;
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dlibsed.h111 sed_write_fn_t *writefn; member in struct:sed_eval_s
161 sed_write_fn_t *writefn, apr_pool_t *p);
H A Dsed1.c243 apr_status_t sed_init_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data, sed_write_fn_t *writefn, apr_pool_t* p) argument
247 eval->writefn = writefn;
992 rv = eval->writefn(eval->fout, buf, n);
1013 rv = eval->writefn(eval->fout, buf, sz);
1016 rv = eval->writefn(eval->fout, "\n", 1);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h325 #define NSLCD_REQUEST(fp,action,writefn) \
333 writefn; \
/macosx-10.10.1/vim-55/src/
H A Dif_py_both.h37 typedef void (*writefn)(char_u *); typedef
38 static void writer(writefn fn, char_u *str, PyInt n);
73 writer((writefn)(error ? emsg : msg), (char_u *)str, len);
115 writer((writefn)(error ? emsg : msg), (char_u *)str, len);
129 static writefn old_fn = NULL;
174 writer(writefn fn, char_u *str, PyInt n)
/macosx-10.10.1/dcerpc-61/dcerpc/idl_lib/
H A Dpickling.c144 idl_es_write_fn_t writefn, /* [in] write routine */
166 p_es_state->IDL_write = writefn;
140 idl_es_encode_incremental( idl_void_p_t state, idl_es_allocate_fn_t alloc, idl_es_write_fn_t writefn, idl_es_handle_t *h, error_status_t *st ) argument

Completed in 105 milliseconds