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

/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dstrndup.h40 char *outstr; local
45 outstr = malloc(outlen + 1);
46 if (outstr != NULL) {
47 memcpy(outstr, str, outlen);
48 outstr[outlen] = '\0';
50 return (outstr);
/freebsd-current/stand/liblua/
H A Dlpager.c45 const char *outstr; local
49 outstr = luaL_tolstring(L, i, NULL);
50 pager_output(outstr);
/freebsd-current/bin/sh/
H A Doutput.c83 outstr(p, out1);
95 outstr(p, out2);
105 outstr(const char *p, struct output *file) function
132 outstr("$'", file);
147 outstr("\\r", file), p++;
149 outstr("\\t", file), p++;
163 /* Like outstr(), but quote for re-input into the shell. */
170 outstr("''", file);
183 outstr(p, file);
188 outstr(
[all...]
H A Doutput.h62 void outstr(const char *, struct output *);
/freebsd-current/bin/sh/bltin/
H A Dbltin.h58 #define fputs outstr
/freebsd-current/contrib/mandoc/
H A Ddba.c243 static char *outstr = NULL; local
249 outstr = mandoc_realloc(outstr, newlen + 1);
252 *outstr = inbyte;
253 memcpy(outstr + 1, instr, newlen);
254 return outstr;
/freebsd-current/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-current/libexec/ftpd/
H A Dftpd.c2026 * Transfer the contents of "instr" to "outstr" peer using the appropriate
2032 send_data(FILE *instr, FILE *outstr, size_t blksize, off_t filesize, int isreg) argument
2060 FTPD_PUTC('\r', outstr, data_err);
2063 FTPD_PUTC(c, outstr, data_err);
2068 while (fflush(outstr) == EOF) {
2072 clearerr(outstr);
2077 if (fflush(outstr) == EOF)
2089 netfd = fileno(outstr);
2190 * Transfer data from peer to "outstr" using the appropriate encapulation of
2196 receive_data(FILE *instr, FILE *outstr)
[all...]
/freebsd-current/contrib/less/
H A Dscreen.c264 char **outstr, char *def_instr, char *def_outstr, char **spp);
1497 static void tmodes(char *incap, char *outcap, char **instr, char **outstr, char *def_instr, char *def_outstr, char **spp) argument
1504 *outstr = def_outstr;
1508 *outstr = ltgetstr(outcap, spp);
1509 if (*outstr == NULL)
1511 *outstr = ltgetstr("me", spp);
1512 if (*outstr == NULL)
1514 *outstr = "";
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_conv.c781 char *outp, outstr[outlen * weight + 1]; local
784 outp = outstr;
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c8413 name_from_objset_id(spa_t *spa, uint64_t objset_id, char *outstr) argument
8426 dsl_dataset_name(ds, outstr);

Completed in 355 milliseconds