Searched refs:outstr (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dstrndup.h42 char *outstr; local
47 outstr = malloc(outlen + 1);
48 if (outstr != NULL) {
49 memcpy(outstr, str, outlen);
50 outstr[outlen] = '\0';
52 return (outstr);
/freebsd-10.0-release/bin/sh/
H A Doutput.c87 outstr(p, out1);
99 outstr(p, out2);
109 outstr(const char *p, struct output *file) function
114 /* Like outstr(), but quote for re-input into the shell. */
122 outstr("''", file);
128 outstr(p, file);
140 outstr("\\'", file);
H A Doutput.h62 void outstr(const char *, struct output *);
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_xml.h75 /** Create or append in @a *outstr an xml-escaped version of @a string,
78 * If @a *outstr is @c NULL, set @a *outstr to a new stringbuf allocated
82 svn_xml_escape_cdata_stringbuf(svn_stringbuf_t **outstr,
90 svn_xml_escape_cdata_string(svn_stringbuf_t **outstr,
98 svn_xml_escape_cdata_cstring(svn_stringbuf_t **outstr,
103 /** Create or append in @a *outstr an xml-escaped version of @a string,
106 * If @a *outstr is @c NULL, set @a *outstr to a new stringbuf allocated
110 svn_xml_escape_attr_stringbuf(svn_stringbuf_t **outstr,
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c113 xml_escape_cdata(svn_stringbuf_t **outstr,
121 if (*outstr == NULL)
122 *outstr = svn_stringbuf_create_empty(pool);
139 svn_stringbuf_appendbytes(*outstr, p, q - p);
147 svn_stringbuf_appendcstr(*outstr, "&");
149 svn_stringbuf_appendcstr(*outstr, "<");
151 svn_stringbuf_appendcstr(*outstr, ">");
153 svn_stringbuf_appendcstr(*outstr, "
");
162 xml_escape_attr(svn_stringbuf_t **outstr,
170 if (*outstr
110 xml_escape_cdata(svn_stringbuf_t **outstr, const char *data, apr_size_t len, apr_pool_t *pool) argument
159 xml_escape_attr(svn_stringbuf_t **outstr, const char *data, apr_size_t len, apr_pool_t *pool) argument
209 svn_xml_escape_cdata_stringbuf(svn_stringbuf_t **outstr, const svn_stringbuf_t *string, apr_pool_t *pool) argument
218 svn_xml_escape_cdata_string(svn_stringbuf_t **outstr, const svn_string_t *string, apr_pool_t *pool) argument
227 svn_xml_escape_cdata_cstring(svn_stringbuf_t **outstr, const char *string, apr_pool_t *pool) argument
236 svn_xml_escape_attr_stringbuf(svn_stringbuf_t **outstr, const svn_stringbuf_t *string, apr_pool_t *pool) argument
245 svn_xml_escape_attr_string(svn_stringbuf_t **outstr, const svn_string_t *string, apr_pool_t *pool) argument
254 svn_xml_escape_attr_cstring(svn_stringbuf_t **outstr, const char *string, apr_pool_t *pool) argument
267 svn_stringbuf_t *outstr; local
[all...]
H A Dcmdline.c652 svn_cmdline__print_xml_prop(svn_stringbuf_t **outstr, argument
661 if (*outstr == NULL)
662 *outstr = svn_stringbuf_create_empty(pool);
680 outstr, pool, svn_xml_protect_pcdata,
686 outstr, pool, svn_xml_protect_pcdata,
690 svn_stringbuf_appendcstr(*outstr, xml_safe);
693 outstr, pool,
889 svn_cmdline__print_xml_prop_hash(svn_stringbuf_t **outstr, argument
898 if (*outstr == NULL)
899 *outstr
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_cmdline_private.h41 /** Write a property as an XML element into @a *outstr.
43 * If @a outstr is NULL, allocate @a *outstr in @a pool; else append to
44 * @a *outstr, allocating in @a outstr's pool
53 svn_cmdline__print_xml_prop(svn_stringbuf_t **outstr,
141 svn_cmdline__print_xml_prop_hash(svn_stringbuf_t **outstr,
/freebsd-10.0-release/bin/sh/bltin/
H A Dbltin.h58 #define fputs outstr
/freebsd-10.0-release/contrib/opie/
H A Dopieftpd.c910 * "outstr" peer using the appropriate
916 static VOIDRET send_data FUNCTION((instr, outstr, blksize), FILE *instr AND FILE *outstr AND off_t blksize)
933 if (ferror(outstr))
935 putc('\r', outstr);
937 putc(c, outstr);
939 fflush(outstr);
943 if (ferror(outstr))
955 netfd = fileno(outstr);
987 * "outstr" usin
993 receive_data(instr, outstr), FILE *instr AND FILE *outstr argument
[all...]
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1334 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
1340 send_data(FILE *instr, FILE *outstr) argument
1355 sec_putc('\r', outstr);
1356 sec_putc(c, outstr);
1358 sec_fflush(outstr);
1363 if (ferror(outstr))
1388 sec_write(fileno(outstr), chunk + restart_point, cnt);
1391 sec_fflush(outstr);
1403 netfd = fileno(outstr);
1419 sec_fflush(outstr); /* t
1456 receive_data(FILE *instr, FILE *outstr) argument
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dcl.h473 svn_cl__print_xml_commit(svn_stringbuf_t **outstr,
482 svn_cl__print_xml_lock(svn_stringbuf_t **outstr,
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c2053 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
2059 send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg) argument
2087 FTPD_PUTC('\r', outstr, data_err);
2090 FTPD_PUTC(c, outstr, data_err);
2095 while (fflush(outstr) == EOF) {
2099 clearerr(outstr);
2104 if (fflush(outstr) == EOF)
2116 netfd = fileno(outstr);
2217 * Transfer data from peer to "outstr" using the appropriate encapulation of
2223 receive_data(FILE *instr, FILE *outstr)
[all...]
/freebsd-10.0-release/contrib/less/
H A Dscreen.c1393 tmodes(incap, outcap, instr, outstr, def_instr, def_outstr, spp)
1397 char **outstr;
1407 *outstr = def_outstr;
1411 *outstr = ltgetstr(outcap, spp);
1412 if (*outstr == NULL)
1414 *outstr = ltgetstr("me", spp);
1415 if (*outstr == NULL)
1417 *outstr = "";
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c2209 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
2215 send_data(FILE *instr, FILE *outstr, const struct stat *st, int isdata) argument
2233 if (ferror(outstr))
2235 (void) putc('\r', outstr);
2243 (void) putc(c, outstr);
2254 fflush(outstr);
2257 if (ferror(outstr))
2265 netfd = fileno(outstr);
2313 * Transfer data from peer to "outstr" using the appropriate encapulation of
2319 receive_data(FILE *instr, FILE *outstr) argument
[all...]
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c798 char *outp, outstr[outlen * weight + 1]; local
801 outp = outstr;

Completed in 238 milliseconds