Home
last modified time | relevance | path

Searched refs:inbufptr (Results 1 – 22 of 22) sorted by relevance

/dports/converters/ascii2binary/ascii2binary-2.14/
H A Dbinary2ascii.c185 char *inbufptr; local
537 inbufptr = (char *) malloc(Item_Size);
538 if(inbufptr == NULL){
622 if(AddNewlineP && (*inbufptr == 0x0A)) {
631 if(AddNewlineP && (*inbufptr == 0x0A)) {
639 else printf(format,*((unsigned int *)inbufptr));
640 if(AddNewlineP && (*inbufptr == 0x0A)) {
649 if(AddNewlineP && (*inbufptr == 0x0A)) {
660 printf(format,*((float *)inbufptr));
663 printf(format,*((double *)inbufptr));
[all …]
/dports/x11/libX11/libX11-1.7.2/modules/lc/gen/
H A DlcGenConv.c484 inbufptr = inbufptr + name_len; in cmp_esc_sequence()
767 inbufptr = *from; in mbstowcs_org()
771 ch = *inbufptr++; in mbstowcs_org()
1270 ch = *inbufptr++; in ctstowcs()
1297 inbufptr--; in ctstowcs()
1333 inbufptr--; in ctstowcs()
1393 inbufptr--; in ctstowcs()
1461 ch = *inbufptr++; in cstowcs()
1662 ch = *inbufptr++; in mbstostr()
1779 ch = *inbufptr++; in mbtocs()
[all …]
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dinput.c463 inbufptr += inbuf - oinbuf; in inputline()
491 inbuf = inbufptr = str; in inputsetline()
523 if (inbufptr != inbuf) { in inungetc()
526 if (inbufptr[-1] != (char) c) in inungetc()
532 inbufptr--; in inungetc()
561 if (inbufptr == inbufpush && in inungetc()
578 inbuf = inbufptr = ""; in inungetc()
639 instacktop->bufptr = inbufptr; in inpush()
695 while (inbufptr > inbuf) { in inpoptop()
696 inbufptr--; in inpoptop()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/xlate/
H A Dxlate.c109 char *inbufptr = inbuf; in check_sbcs() local
120 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr, in check_sbcs()
148 char *inbufptr = inbuf; in check_sbcs() local
160 rv = apr_iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr, in check_sbcs()
293 const char *inbufptr = inbuf; in apr_xlate_conv_buffer() local
296 status = apr_iconv(convset->ich, &inbufptr, inbytes_left, in apr_xlate_conv_buffer()
340 const char *inbufptr = inbuf; in apr_xlate_conv_buffer()
343 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr, in apr_xlate_conv_buffer()
/dports/devel/apr1/apr-util-1.6.1/xlate/
H A Dxlate.c109 char *inbufptr = inbuf; in check_sbcs() local
120 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr, in check_sbcs()
148 char *inbufptr = inbuf; in check_sbcs() local
160 rv = apr_iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr, in check_sbcs()
293 const char *inbufptr = inbuf; in apr_xlate_conv_buffer() local
296 status = apr_iconv(convset->ich, &inbufptr, inbytes_left, in apr_xlate_conv_buffer()
340 const char *inbufptr = inbuf; in apr_xlate_conv_buffer()
343 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr, in apr_xlate_conv_buffer()
/dports/x11/libICE/libICE-1.0.10/include/X11/ICE/
H A DICEmsg.h231 if ((_iceConn->inbufmax - _iceConn->inbufptr) >= _bytes) \
233 _IceRead (_iceConn, _bytes, _iceConn->inbufptr); \
234 _pData = _iceConn->inbufptr; \
235 _iceConn->inbufptr += _bytes; \
260 _iceConn->inbufptr); \
262 _iceConn->inbufptr += (_headerSize - SIZEOF (iceMsg)); \
H A DICEconn.h155 char *inbufptr; /* Input buffer index pointer */ member
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dcompiler.cpp281 stringbuffer *inbufptr=&buffer2; in compile() local
290 if (inbufptr==&buffer1) { in compile()
291 inbufptr=&buffer2; in compile()
294 inbufptr=&buffer1; in compile()
300 inptr=inbufptr->getString(); in compile()
384 if (inbufptr==&buffer1) { in compile()
385 inbufptr=&buffer2; in compile()
388 inbufptr=&buffer1; in compile()
393 inptr=inbufptr->getString(); in compile()
/dports/astro/gpsd/gpsd-3.20/
H A Dpacket.c223 --lexer->inbufptr; in character_pushback()
228 unsigned char c = *lexer->inbufptr; in character_pushback()
243 lexer->inbufptr = lexer->inbuffer; in character_discard()
1337 (lexer->inbufptr[1] == '!')) { in nextstate()
1671 lexer->inbufptr = memmove(lexer->inbuffer, lexer->inbufptr, remaining); in packet_discard()
1752 unsigned char c = *lexer->inbufptr++; in packet_parse()
2233 lexer->inbufptr - lexer->inbuffer - in packet_parse()
2234 3), lexer->inbufptr[-3], in packet_parse()
2235 lexer->inbufptr[-2], lexer->inbufptr[-1]); in packet_parse()
2595 lexer->inbufptr = lexer->inbuffer; in packet_reset()
[all …]
H A Dgpsd.h227 unsigned char *inbufptr; member
272 #define packet_buffered_input(lexer) ((lexer)->inbuffer + (lexer)->inbuflen - (lexer)->inbufptr)
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Diconvstream.cpp156 ICONV_CONST char* inbufptr = buffer; in overflow() local
161 bool iconv_ret = conv.convert(&inbufptr, &inbytesleft, in overflow()
164 pos += inbufptr - buffer; in overflow()
184 ++inbufptr; in overflow()
199 sputn(inbufptr, inbytesleft); in overflow()
/dports/devel/dev86/dev86-0.16.20/ld/
H A Dio.c29 PRIVATE char *inbufptr; /* end of input in input buffer */ variable
192 inbufptr = inbufend = inbuf;
319 ibuf = inbufptr; in readchar()
322 ibuf = inbufptr = inbuf; in readchar()
332 inbufptr = ibuf; in readchar()
368 inbufptr = inbufend = inbuf;
/dports/textproc/tidyp/tidyp-1.04/src/
H A Diconvtc.c53 char * inbufptr = (char*)inbuf; in IconvGetChar() local
60 result = iconv(cd, (const char**)&inbufptr, &readNow, (char**)&outbufptr, &writeNow); in IconvGetChar()
/dports/www/tidy-lib/tidy/src/
H A Diconvtc.c54 char * inbufptr = (char*)inbuf; in IconvGetChar() local
61 result = iconv(cd, (const char**)&inbufptr, &readNow, (char**)&outbufptr, &writeNow); in IconvGetChar()
/dports/www/tidy-devel/tidy/src/
H A Diconvtc.c54 char * inbufptr = (char*)inbuf; in IconvGetChar() local
61 result = iconv(cd, (const char**)&inbufptr, &readNow, (char**)&outbufptr, &writeNow); in IconvGetChar()
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Diconvtc.c54 char * inbufptr = (char*)inbuf; in IconvGetChar() local
61 result = iconv(cd, (const char**)&inbufptr, &readNow, (char**)&outbufptr, &writeNow); in IconvGetChar()
/dports/astro/gpsd/gpsd-3.20/tests/
H A Dtest_packet.c271 memcpy(lexer.inbufptr = lexer.inbuffer, mp->test, mp->testlen); in packet_test()
298 memcpy(lexer.inbufptr = lexer.inbuffer, mp->test, mp->testlen); in runon_test()
/dports/japanese/qkc/ja-qkc-1.0/
H A Dqkcconv.c15 extern unsigned char *inbufptr, *outbufptr;
22 #define get() (inbufptr >= inbufend && readbuf() ? EOF : *inbufptr++)
H A Dqkc.c41 unsigned char *inbufptr, *outbufptr; variable
304 inbufptr = inbufend = inbuf; in readbuf()
/dports/x11/libICE/libICE-1.0.10/src/
H A Daccept.c106 if ((iceConn->inbuf = iceConn->inbufptr = malloc (ICE_INBUFSIZE)) != NULL) in IceAcceptConnection()
H A Dconnect.c204 if ((iceConn->inbuf = iceConn->inbufptr = malloc (ICE_INBUFSIZE)) == NULL) in IceOpenConnection()
H A Dprocess.c221 iceConn->inbufptr = iceConn->inbuf + SIZEOF (iceMsg); in IceProcessMessages()