Home
last modified time | relevance | path

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

/openbsd-src/lib/libexpat/lib/
H A Dxmltok.c367 utf8_toUtf8(const ENCODING *enc, const char **fromP, const char *fromLim, in utf8_toUtf8() argument
373 const ptrdiff_t bytesAvailable = fromLim - *fromP; in utf8_toUtf8()
377 fromLim = *fromP + bytesStorable; in utf8_toUtf8()
384 _INTERNAL_trim_to_complete_utf8_characters(*fromP, &fromLim); in utf8_toUtf8()
391 const ptrdiff_t bytesToCopy = fromLim - *fromP; in utf8_toUtf8()
392 memcpy(*toP, *fromP, bytesToCopy); in utf8_toUtf8()
393 *fromP += bytesToCopy; in utf8_toUtf8()
406 utf8_toUtf16(const ENCODING *enc, const char **fromP, const char *fromLim, in utf8_toUtf16() argument
410 const char *from = *fromP; in utf8_toUtf16()
456 *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))
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dwrite.h153 extern void append (char **charPP, char *fromP, unsigned long length);
H A Dwrite.c327 append (char **charPP, char *fromP, unsigned long length) in append() argument
333 memcpy (*charPP, fromP, length); in append()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dwrite.h188 extern void append (char **charPP, char *fromP, unsigned long length);
H A Dwrite.c387 append (char **charPP, char *fromP, unsigned long length) in append() argument
393 memcpy (*charPP, fromP, length); in append()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ns32k.c725 char *fromP; in get_addr_mode() local
747 fromP = toP; in get_addr_mode()
749 while ((c = *fromP++)) in get_addr_mode()
754 switch (*fromP) in get_addr_mode()
774 fromP ++; in get_addr_mode()
H A Dtc-m68k.c3906 short *fromP; in md_assemble() local
3993 fromP = &the_ins.opcode[0]; in md_assemble()
3996 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
3998 fromP++; in md_assemble()
4057 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++) in md_assemble()
4070 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4072 fromP++; in md_assemble()
4109 md_number_to_chars (toP, (long) (*fromP), 2); in md_assemble()
4111 fromP++; in md_assemble()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-ns32k.c725 char *fromP; local
747 fromP = toP;
749 while ((c = *fromP++))
754 switch (*fromP)
774 fromP ++;
H A Dtc-m68k.c3702 short *fromP; local
3778 fromP = &the_ins.opcode[0];
3781 md_number_to_chars (toP, (long) (*fromP), 2);
3783 fromP++;
3842 for (n = 0, fromP = &the_ins.opcode[0]; n < the_ins.nfrag; n++)
3855 md_number_to_chars (toP, (long) (*fromP), 2);
3857 fromP++;
3894 md_number_to_chars (toP, (long) (*fromP), 2);
3896 fromP++;