Searched refs:hbuf (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ie/
H A Demacs.c1021 char hbuf[MAXLINE]; local
1023 strcpy(hbuf, "Current command ");
1024 strcat(hbuf, itos(hline));
1027 strcat(hbuf, " (line ");
1028 strcat(hbuf, itos(hloff+1));
1029 strcat(hbuf, ")");
1034 strcat(hbuf, "; Previous command ");
1035 strcat(hbuf, itos(location.his_command));
1038 strcat(hbuf, " (line ");
1039 strcat(hbuf, ito
[all...]
/ast/src/cmd/ksh93/edit/
H A Demacs.c1176 char hbuf[MAXLINE]; local
1178 strcpy(hbuf, "Current command ");
1179 strcat(hbuf, itos(hline));
1182 strcat(hbuf, " (line ");
1183 strcat(hbuf, itos(hloff+1));
1184 strcat(hbuf, ")");
1189 strcat(hbuf, "; Previous command ");
1190 strcat(hbuf, itos(location.hist_command));
1193 strcat(hbuf, " (line ");
1194 strcat(hbuf, ito
[all...]
/ast/src/lib/libz/
H A Dinflate.c25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
387 hbuf[0] = (unsigned char)(word); \
388 hbuf[1] = (unsigned char)((word) >> 8); \
389 check = crc32(check, hbuf, 2); \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
396 hbuf[2] = (unsigned char)((word) >> 16); \
397 hbuf[3] = (unsigned char)((word) >> 24); \
398 check = crc32(check, hbuf, 4); \
572 unsigned char hbuf[ local
[all...]
/ast/src/cmd/INIT/
H A Dratz.c2606 hbuf[0] = (unsigned char)(word); \
2607 hbuf[1] = (unsigned char)((word) >> 8); \
2608 check = crc32(check, hbuf, 2); \
2613 hbuf[0] = (unsigned char)(word); \
2614 hbuf[1] = (unsigned char)((word) >> 8); \
2615 hbuf[2] = (unsigned char)((word) >> 16); \
2616 hbuf[3] = (unsigned char)((word) >> 24); \
2617 check = crc32(check, hbuf, 4); \
2791 unsigned char hbuf[4]; /* buffer for gzip header crc calculation */ local

Completed in 23 milliseconds