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

/freebsd-9.3-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-9.3-release/bin/sh/
H A Doutput.c106 outstr(p, out1);
118 outstr(p, out2);
128 outstr(const char *p, struct output *file) function
133 /* Like outstr(), but quote for re-input into the shell. */
141 outstr("''", file);
147 outstr(p, file);
159 outstr("\\'", file);
H A Doutput.h62 void outstr(const char *, struct output *);
/freebsd-9.3-release/bin/sh/bltin/
H A Dbltin.h58 #define fputs outstr
/freebsd-9.3-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-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1369 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
1375 send_data(FILE *instr, FILE *outstr) argument
1390 sec_putc('\r', outstr);
1391 sec_putc(c, outstr);
1393 sec_fflush(outstr);
1398 if (ferror(outstr))
1423 sec_write(fileno(outstr), chunk + restart_point, cnt);
1426 sec_fflush(outstr);
1438 netfd = fileno(outstr);
1454 sec_fflush(outstr); /* t
1491 receive_data(FILE *instr, FILE *outstr) argument
[all...]
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c2055 * Tranfer the contents of "instr" to "outstr" peer using the appropriate
2061 send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg) argument
2089 FTPD_PUTC('\r', outstr, data_err);
2092 FTPD_PUTC(c, outstr, data_err);
2097 while (fflush(outstr) == EOF) {
2101 clearerr(outstr);
2106 if (fflush(outstr) == EOF)
2118 netfd = fileno(outstr);
2219 * Transfer data from peer to "outstr" using the appropriate encapulation of
2225 receive_data(FILE *instr, FILE *outstr)
[all...]
/freebsd-9.3-release/contrib/less/
H A Dscreen.c1394 tmodes(incap, outcap, instr, outstr, def_instr, def_outstr, spp)
1398 char **outstr;
1408 *outstr = def_outstr;
1412 *outstr = ltgetstr(outcap, spp);
1413 if (*outstr == NULL)
1415 *outstr = ltgetstr("me", spp);
1416 if (*outstr == NULL)
1418 *outstr = "";
/freebsd-9.3-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-9.3-release/gnu/lib/libodialog/
H A Dui_objects.c242 outstr(WINDOW *win, char *str, int attrs) function
274 outstr(so->win, tmp, so->attr_mask);
276 outstr(so->win, so->s, so->attr_mask);
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_conv.c798 char *outp, outstr[outlen * weight + 1]; local
801 outp = outstr;

Completed in 262 milliseconds