HomeSort by: relevance | last modified time | path
    Searched refs:SIZET (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
builtins.c 625 #ifndef SIZET
627 #define SIZET UNSIGNED
629 #define SIZET ULONG
631 #define SIZET UNSIGNED
635 static TWORD memcpyt[] = { VOID|PTR, VOID|PTR, SIZET, INT };
636 static TWORD memsett[] = { VOID|PTR, INT, SIZET, INT };
637 static TWORD allocat[] = { SIZET };
641 static TWORD strncpyt[] = { CHAR|PTR, CHAR|PTR, SIZET, INT };
708 { "__builtin_object_size", builtin_object_size, 0, 2, memsett, SIZET },
714 { "__builtin_strlen", builtin_unimp, 0, 1, strcmpt, SIZET },
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
builtins.c 811 #ifndef SIZET
813 #define SIZET UNSIGNED
815 #define SIZET ULONG
817 #define SIZET UNSIGNED
821 static TWORD memcpyt[] = { VOID|PTR, VOID|PTR, SIZET, INT };
822 static TWORD memsett[] = { VOID|PTR, INT, SIZET, INT };
823 static TWORD allocat[] = { SIZET };
827 static TWORD strncpyt[] = { CHAR|PTR, CHAR|PTR, SIZET, INT };
940 { "__builtin_object_size", builtin_object_size, BTNOPROTO, 2, memsett, SIZET },
949 { "__builtin_strlen", builtin_unimp, 0, 1, strcmpt, SIZET },
    [all...]
  /src/lib/libc/stdio/
vfwprintf.c 611 #define SIZET 0x400 /* size_t */
781 #define INTMAX_SIZE (INTMAXT|SIZET|PTRDIFFT|LLONGINT)
784 flags&SIZET ? (intmax_t)GETARG(ssize_t) : \
789 flags&SIZET ? (uintmax_t)GETARG(size_t) : \
1000 flags |= SIZET;
1236 else if (flags & SIZET)
1576 else if (flags & SIZET) \
1592 else if (flags & SIZET) \
1706 flags |= SIZET;
1743 else if (flags & SIZET)
    [all...]
vfscanf.c 87 #define SIZET 0x2000 /* z: size_t */
243 flags |= SIZET;
343 else if (flags & SIZET)
806 else if (flags & SIZET)
vfwscanf.c 82 #define SIZET 0x2000 /* z: size_t */
238 flags |= SIZET;
349 else if (flags & SIZET)
711 else if (flags & SIZET)

Completed in 37 milliseconds