Home
last modified time | relevance | path

Searched refs:strtolinenum (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/sdcc/sdcc-4.0.0/support/cpp/libcpp/
H A Ddirectives.c106 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
858 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
904 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
966 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc6-aux/gcc-6-20180516/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
887 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
933 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
996 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc8/gcc-8.5.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
924 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
970 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1033 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc10/gcc-10.3.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
919 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
965 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1028 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
924 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
970 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1033 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
924 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
970 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1033 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc9-devel/gcc-9-20211007/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
913 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
959 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1022 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
924 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
970 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1033 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
924 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
970 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1033 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc48/gcc-4.8.5/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
859 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
905 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
967 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
H A DChangeLog1732 * directives.c (strtolinenum): Handle overflow.
1734 (do_linemarker): Update call to strtolinenum.
1745 (strtoul_for_line): Rename as strtolinenum.
1747 (do_linemarker): Use linenum_type and strtolinenum.
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
864 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
910 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
972 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
H A DChangeLog1878 * directives.c (strtolinenum): Handle overflow.
1880 (do_linemarker): Update call to strtolinenum.
1891 (strtoul_for_line): Rename as strtolinenum.
1893 (do_linemarker): Use linenum_type and strtolinenum.
/dports/lang/gcc11-devel/gcc-11-20211009/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
920 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
966 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1029 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
920 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
966 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1029 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/devel/avr-gcc/gcc-10.2.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
919 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
965 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1028 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gnat_util/gcc-6-20180516/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
887 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
933 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
996 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/devel/riscv64-gcc/gcc-8.3.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
924 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
970 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1033 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc11/gcc-11.2.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
920 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
966 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1029 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc10-devel/gcc-10-20211008/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
919 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
965 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1028 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc9/gcc-9.4.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
913 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
959 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1022 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/lang/gcc9-aux/gcc-9.1.0/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
913 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
959 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1022 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/dports/devel/mingw32-gcc/gcc-4.8.1/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
859 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
905 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
967 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
H A DChangeLog1653 * directives.c (strtolinenum): Handle overflow.
1655 (do_linemarker): Update call to strtolinenum.
1666 (strtoul_for_line): Rename as strtolinenum.
1668 (do_linemarker): Use linenum_type and strtolinenum.
/dports/lang/gcc12-devel/gcc-12-20211205/libcpp/
H A Ddirectives.c110 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
936 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
989 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1052 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()

12