Home
last modified time | relevance | path

Searched refs:sgets (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/audio/epos-devel/epos-2.5.37/src/
H A Dclient.cc121 int sgets(char *buffer, int space, int sd, char *partbuff) in sgets() function
189 int sgets(char *buffer, int buffer_size, int sd) in sgets() function
211 result = sgets(buffer, buffer_size, sd, partbuffs[sd]); in sgets()
299 if (!sgets(scratch, scfg->scratch_size, sd)) shriek(474, "Remote server listens but discards\n"); in connect_socket()
318 sgets(scratch, scfg->scratch_size, sd); in get_handle()
340 while (sgets(scratch, scfg->scratch_size, ctrld)) { in sync_finish_command()
H A Dtcpsyn.cc76 sgets(scratch, scfg->scratch_size, ctrld); in tcpsyn_appl()
78 sgets(scratch, scfg->scratch_size, ctrld); in tcpsyn_appl()
84 sgets(scratch, scfg->scratch_size, ctrld); in tcpsyn_appl()
126 sgets(scratch, scfg->scratch_size, sd); in tcpsyn_connect_socket()
H A Dgauge-epos.cc83 while (sgets(scratch, scfg->scratch_size, sd)) { in get_result()
120 while (sgets(scratch, SCRATCH_SPACE, ctrld)) { in get_line()
130 sgets(scratch, SCRATCH_SPACE, ctrld); in get_line()
H A Dsay-epos.cc89 while (sgets(scratch, scfg->scratch_size, sd)) { in get_result()
123 while (sgets(scratch, scfg->scratch_size, ctrld)) { in get_data()
134 sgets(scratch, scfg->scratch_size, ctrld); in get_data()
H A Dclient.h216 int sgets(char *buffer, int buffer_size, int sd);
/dports/audio/epos-devel/epos-2.5.37/src/tests/
H A Dtestbench.cc92 while (sgets(scratch, scfg->scratch_size, ctrld[c])) { in get_result()
178 while (sgets(scratch, scfg->scratch_size, ctrld[c])) { in get_data()
188 sgets(scratch, scfg->scratch_size, ctrld[c]); in get_data()
/dports/games/tetrinet/tetrinet-0.11/
H A Dsockets.h12 extern char *sgets(char *buf, int len, int s);
/dports/irc/thales/thales-1.0/src/
H A Dsockutil.h26 char *sgets(char *buf, int len, int s);
H A Dsockutil.c394 char *sgets(char *buf, int len, int s) in sgets() function
431 char *str = sgets(buf, len, s); in sgets2()
/dports/devel/dmucs/dmucs/COSMIC/
H A DMakelib.9 +sgets +sprintf +srmtrblk +svprintf
/dports/www/htdump/htdump-0.9y/
H A Dsgets.c3 UINT sgets(UCHAR *String, UINT Size, UCHAR *Buffer) in sgets() function
H A Dread_headers.c48 t=sgets(line, 254, CONFIG.response); in Read_Headers()
H A DMakefile18 delnchar.o file.o arguments.o sgets.o
H A Dglobal.h84 UINT sgets(UCHAR *String, UINT Size, UCHAR *Buffer);
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/common/
H A Dshape_utils.cpp36 static char const * sgets( char * s, int size, char ** stream ) { in sgets() function
75 done = sgets(line, sizeof(line), &str)==0; in parseObj()
218 done = sgets(line, sizeof(line), &str)==0; in parseMtllib()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxshade.c129 if (sgets(cs->s, (byte *)&value, sizeof(float), &read) < 0 || in cs_next_array_value()
168 if (sgets(cs->s, (byte *)&value, sizeof(float), &read) < 0 || in cs_next_array_decoded()
H A Dgsdsrc.c104 code = sgets(s, buf, length, &nread); in data_source_access_stream()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxshade.c129 if (sgets(cs->s, (byte *)&value, sizeof(float), &read) < 0 || in cs_next_array_value()
168 if (sgets(cs->s, (byte *)&value, sizeof(float), &read) < 0 || in cs_next_array_decoded()
H A Dgsdsrc.c104 code = sgets(s, buf, length, &nread); in data_source_access_stream()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsdsrc.c111 code = sgets(s, buf, length, &nread); in data_source_access_stream()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsdsrc.c113 code = sgets(s, buf, length, &nread); in data_source_access_stream()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsdsrc.c113 code = sgets(s, buf, length, &nread); in data_source_access_stream()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsdsrc.c113 code = sgets(s, buf, length, &nread); in data_source_access_stream()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsdsrc.c113 code = sgets(s, buf, length, &nread); in data_source_access_stream()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsdsrc.c111 code = sgets(s, buf, length, &nread); in data_source_access_stream()

1234567