Home
last modified time | relevance | path

Searched defs:bufsiz (Results 26 – 50 of 1539) sorted by relevance

12345678910>>...62

/dports/audio/timidity++-xaw/TiMidity++-2.15.0/utils/
H A Dnet.c135 long socket_write(SOCKET fd, char *buff, long bufsiz) in socket_write()
160 long socket_fread(void *buff, long bufsiz, FILE *fp) in socket_fread()
165 long socket_fwrite(void *buff, long bufsiz, FILE *fp) in socket_fwrite()
191 static long socket_safe_recv(SOCKET fd, char *buff, long bufsiz) in socket_safe_recv()
206 long socket_write(SOCKET fd, char *buff, long bufsiz) in socket_write()
276 long socket_fread(void *buff, long bufsiz, FILE *fp) in socket_fread()
282 long socket_fwrite(void *buff, long bufsiz, FILE *fp) in socket_fwrite()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/utils/
H A Dnet.c135 long socket_write(SOCKET fd, char *buff, long bufsiz) in socket_write()
160 long socket_fread(void *buff, long bufsiz, FILE *fp) in socket_fread()
165 long socket_fwrite(void *buff, long bufsiz, FILE *fp) in socket_fwrite()
191 static long socket_safe_recv(SOCKET fd, char *buff, long bufsiz) in socket_safe_recv()
206 long socket_write(SOCKET fd, char *buff, long bufsiz) in socket_write()
276 long socket_fread(void *buff, long bufsiz, FILE *fp) in socket_fread()
282 long socket_fwrite(void *buff, long bufsiz, FILE *fp) in socket_fwrite()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/utils/
H A Dnet.c135 long socket_write(SOCKET fd, char *buff, long bufsiz) in socket_write()
160 long socket_fread(void *buff, long bufsiz, FILE *fp) in socket_fread()
165 long socket_fwrite(void *buff, long bufsiz, FILE *fp) in socket_fwrite()
191 static long socket_safe_recv(SOCKET fd, char *buff, long bufsiz) in socket_safe_recv()
206 long socket_write(SOCKET fd, char *buff, long bufsiz) in socket_write()
276 long socket_fread(void *buff, long bufsiz, FILE *fp) in socket_fread()
282 long socket_fwrite(void *buff, long bufsiz, FILE *fp) in socket_fwrite()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/utils/
H A Dnet.c135 long socket_write(SOCKET fd, char *buff, long bufsiz) in socket_write()
160 long socket_fread(void *buff, long bufsiz, FILE *fp) in socket_fread()
165 long socket_fwrite(void *buff, long bufsiz, FILE *fp) in socket_fwrite()
191 static long socket_safe_recv(SOCKET fd, char *buff, long bufsiz) in socket_safe_recv()
206 long socket_write(SOCKET fd, char *buff, long bufsiz) in socket_write()
276 long socket_fread(void *buff, long bufsiz, FILE *fp) in socket_fread()
282 long socket_fwrite(void *buff, long bufsiz, FILE *fp) in socket_fwrite()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dkod-cisco.c51 int bufsiz = PBUFSIZ; in cisco_kod_open() local
136 int bufsiz = PBUFSIZ; in cisco_kod_request() local
252 int bufsiz = PBUFSIZ; in cisco_kod_request() local
/dports/misc/rump/buildrump.sh-b914579/src/lib/libutil/
H A Dstrpct.c53 strspct(char *buf, size_t bufsiz, intmax_t numerator, intmax_t denominator, in strspct()
88 strpct(char *buf, size_t bufsiz, uintmax_t numerator, uintmax_t denominator, in strpct()
/dports/editors/mg/mg-6.9/
H A Dgetline.c41 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
84 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/dports/sysutils/tmux/tmux-3.2a/compat/
H A Dgetline.c47 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
90 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/dports/games/yahtzee/yahtzee/
H A Dcomputer.c584 bc_1(int player, char *buf, int bufsiz) in bc_1()
625 bc_2(int player, char *buf, int bufsiz) in bc_2()
677 be_computer(int player, int question, char *buf, int bufsiz) in be_computer()
/dports/lang/jimtcl/jimtcl-0.81/
H A Djim-zlib.c44 static int JimZlibCheckBufSize(Jim_Interp *interp, jim_wide bufsiz) in JimZlibCheckBufSize()
163 static int Jim_Decompress(Jim_Interp *interp, const char *in, int len, long bufsiz, int wbits) in Jim_Decompress()
224 long bufsiz = DEF_DECOMPRESS_BUFSIZ; in Jim_Inflate() local
244 long bufsiz = DEF_DECOMPRESS_BUFSIZ; in Jim_Gunzip() local
/dports/devel/openocd/openocd-0.11.0/jimtcl/
H A Djim-zlib.c44 static int JimZlibCheckBufSize(Jim_Interp *interp, jim_wide bufsiz) in JimZlibCheckBufSize()
163 static int Jim_Decompress(Jim_Interp *interp, const char *in, int len, long bufsiz, int wbits) in Jim_Decompress()
224 long bufsiz = DEF_DECOMPRESS_BUFSIZ; in Jim_Inflate() local
244 long bufsiz = DEF_DECOMPRESS_BUFSIZ; in Jim_Gunzip() local
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dif_sysctl.c45 size_t bufsiz; in ifstat_update_sysctl() local
92 size_t bufsiz; in interface_list() local
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dif_sysctl.c45 size_t bufsiz; in ifstat_update_sysctl() local
92 size_t bufsiz; in interface_list() local
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/spu/
H A Dreadlink.c43 unsigned int bufsiz; member
48 readlink (const char *path, char *buf, size_t bufsiz) in readlink()
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dif_sysctl.c43 size_t bufsiz; in ifstat_update_sysctl() local
98 size_t bufsiz; in interface_list() local
/dports/games/tads/tads-3.0.8/tads3/
H A Dutf8.cpp30 size_t bufsiz) in setwchars()
74 size_t utf8_ptr::setwcharsz(const wchar_t *src, size_t bufsiz) in setwcharsz()
/dports/net/wireguard-tools/wireguard-tools-1.0.20210914/src/wincompat/
H A Dlibc.c25 ssize_t getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
66 ssize_t getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/file-5.08/src/
H A Dgetline.c41 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
80 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/dports/security/libfido2/libfido2-1.9.0/openbsd-compat/
H A Dbsd-getline.c52 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
95 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/dports/misc/rump/buildrump.sh-b914579/src/tools/compat/
H A Dgetline.c48 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
91 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dbsd-getline.c50 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
93 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/dports/devel/py-magic/file-5.40/src/
H A Dgetline.c41 getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp) in getdelim()
84 getline(char **buf, size_t *bufsiz, FILE *fp) in getline()
/dports/lang/gauche/Gauche-0.9.10/ext/net/
H A Dnetdb.c94 int herr = 0, bufsiz = DATA_BUFSIZ; in Scm_GetHostByName() local
144 int herr = 0, bufsiz = DATA_BUFSIZ; in Scm_GetHostByAddr() local
235 int bufsiz = DATA_BUFSIZ; in Scm_GetProtoByName() local
275 int bufsiz = DATA_BUFSIZ; in Scm_GetProtoByNumber() local
356 int bufsiz = DATA_BUFSIZ; in Scm_GetServByName() local
396 int bufsiz = DATA_BUFSIZ; in Scm_GetServByPort() local
/dports/www/sfeed/sfeed-1.0/
H A Dxml.c209 namedentitytostr(const char *e, char *buf, size_t bufsiz) in namedentitytostr()
238 numericentitytostr(const char *e, char *buf, size_t bufsiz) in numericentitytostr()
267 xml_entitytostr(const char *e, char *buf, size_t bufsiz) in xml_entitytostr()
/dports/devel/libgtop/libgtop-2.40.0/sysdeps/cygwin/
H A Dglibtop_private.c73 int try_file_to_buffer(char *buffer, size_t bufsiz, const char *format, ...) in try_file_to_buffer()
125 file_to_buffer(glibtop *server, char *buffer, size_t bufsiz, const char *filename) in file_to_buffer()
208 gboolean safe_readlink(const char *path, char *buf, size_t bufsiz) in safe_readlink()

12345678910>>...62