Home
last modified time | relevance | path

Searched refs:ABUFSIZE (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/heirloom/heirloom-070715/sed/
H A Dsed0.c44 int ABUFSIZE; variable
949 if (++aptr > ABUFSIZE) { in aptr_inc()
950 abuf = srealloc(abuf, (ABUFSIZE += chunk) * sizeof *abuf); in aptr_inc()
951 for (p = (char *)&abuf[ABUFSIZE - chunk]; in aptr_inc()
952 p < (char *)&abuf[ABUFSIZE]; p++) in aptr_inc()
H A Dsed.h84 extern int ABUFSIZE;
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dencoder.cpp152 static const unsigned ABUFSIZE=65535; member in FlateStoreEncode
154 #define ABUFSIZE 65535 macro
157 char abuf[ABUFSIZE+5];
475 while ((abufleft=ABUFSIZE-abuflen)<len) { in vi_write()
480 abuf[1]=(char)ABUFSIZE; abuf[2]=(char)(ABUFSIZE>>8); in vi_write()
481 abuf[3]=(char)~(ABUFSIZE); abuf[4]=(char)~(ABUFSIZE>>8); in vi_write()
484 out.vi_write(abuf, ABUFSIZE+5); /* emit next stored block with header */ in vi_write()
/dports/www/neon/neon-0.32.1/src/
H A Dne_auth.c174 #define ABUFSIZE (NE_ABUFSIZ * 2) macro
198 char username[ABUFSIZE];
420 ABUFSIZE); in get_credentials()
465 char *tmp, password[ABUFSIZE]; in basic_challenge()
860 char password[ABUFSIZE]; in ntlm_challenge()
892 char password[ABUFSIZE], *h_urp; in get_digest_h_urp()