Home
last modified time | relevance | path

Searched refs:fromP (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok.c364 utf8_toUtf8(const ENCODING *enc, const char **fromP, const char *fromLim, in utf8_toUtf8() argument
370 const ptrdiff_t bytesAvailable = fromLim - *fromP; in utf8_toUtf8()
374 fromLim = *fromP + bytesStorable; in utf8_toUtf8()
381 _INTERNAL_trim_to_complete_utf8_characters(*fromP, &fromLim); in utf8_toUtf8()
388 const ptrdiff_t bytesToCopy = fromLim - *fromP; in utf8_toUtf8()
389 memcpy(*toP, *fromP, bytesToCopy); in utf8_toUtf8()
390 *fromP += bytesToCopy; in utf8_toUtf8()
403 utf8_toUtf16(const ENCODING *enc, const char **fromP, const char *fromLim, in utf8_toUtf16() argument
407 const char *from = *fromP; in utf8_toUtf16()
453 *fromP = from; in utf8_toUtf16()
[all …]
H A Dxmltok.h189 const char **fromP,
193 const char **fromP,
275 #define XmlUtf8Convert(enc, fromP, fromLim, toP, toLim) \ argument
276 (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
278 #define XmlUtf16Convert(enc, fromP, fromLim, toP, toLim) \ argument
279 (((enc)->utf16Convert)(enc, fromP, fromLim, toP, toLim))
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ns32k.c721 char *fromP; in get_addr_mode() local
743 fromP = toP; in get_addr_mode()
745 while ((c = *fromP++)) in get_addr_mode()
750 switch (*fromP) in get_addr_mode()
770 fromP ++; in get_addr_mode()
H A Dtc-m68k.c4224 short *fromP; in md_assemble() local
4309 fromP = &the_ins.opcode[0]; in md_assemble()
4312 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4314 fromP++; in md_assemble()
4373 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++) in md_assemble()
4386 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4388 fromP++; in md_assemble()
4426 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4428 fromP++; in md_assemble()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-ns32k.c721 char *fromP; in get_addr_mode() local
743 fromP = toP; in get_addr_mode()
745 while ((c = *fromP++)) in get_addr_mode()
750 switch (*fromP) in get_addr_mode()
770 fromP ++; in get_addr_mode()
H A Dtc-m68k.c4222 short *fromP; in md_assemble() local
4307 fromP = &the_ins.opcode[0]; in md_assemble()
4310 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4312 fromP++; in md_assemble()
4371 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++) in md_assemble()
4384 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4386 fromP++; in md_assemble()
4424 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4426 fromP++; in md_assemble()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dwrite.c329 append (char **charPP, char *fromP, unsigned long length) in append() argument
335 memcpy (*charPP, fromP, length); in append()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dwrite.c328 append (char **charPP, char *fromP, unsigned long length) in append() argument
334 memcpy (*charPP, fromP, length); in append()