Home
last modified time | relevance | path

Searched refs:string_index (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dstring_intrinsics_inc.c31 #define string_index SUFFIX(string_index) macro
53 extern gfc_charlen_type string_index (gfc_charlen_type, const CHARTYPE *,
56 export_proto(string_index);
253 string_index (gfc_charlen_type slen, const CHARTYPE *str, in string_index() function
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dstring_intrinsics_inc.c31 #define string_index SUFFIX(string_index) macro
53 extern gfc_charlen_type string_index (gfc_charlen_type, const CHARTYPE *,
56 export_proto(string_index);
253 string_index (gfc_charlen_type slen, const CHARTYPE *str, in string_index() function
/netbsd-src/external/bsd/nsd/include/
H A Dconfig.h881 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument
882 __attribute__ ((format (archetype, string_index, first_to_check)))
884 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
/netbsd-src/external/bsd/unbound/include/
H A Dconfig.h1209 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument
1210 __attribute__ ((format (archetype, string_index, first_to_check)))
1212 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
/netbsd-src/external/bsd/top/dist/
H A Dutils.h50 int string_index(const char *, const char **);
H A Dcommands.c702 if ((i = string_index(tmpbuf, gstate->statics->order_names)) == -1) in cmd_order()
728 if ((i = string_index(name, names)) == -1) in cmd_order_x()
735 if ((i = string_index(p, names)) != -1) in cmd_order_x()
H A Dutils.c276 string_index(const char *string, const char **array) in string_index() function
H A Dtop.c841 else if ((i = string_index(gstate->order_name, in main()
/netbsd-src/lib/libusbhid/
H A Dusbhid.h67 int string_index; member
H A Dparse.c89 c->string_index = 0; in hid_clear_local()
412 c->string_index = dval; in hid_get_item_raw()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h667 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
668 __attribute__((__format__(__MINGW_PRINTF_FORMAT, string_index, \
671 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) \ argument
672 __attribute__((__format__(__printf__, string_index, first_to_check)))
675 # define GTEST_ATTRIBUTE_PRINTF_(string_index, first_to_check) argument
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h70 #define _libctf_printflike_(string_index,first_to_check) \ argument
71 __attribute__ ((__format__ (__printf__, (string_index), (first_to_check))))
79 #define _libctf_printflike_(string_index,first_to_check)
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h70 #define _libctf_printflike_(string_index,first_to_check) \ argument
71 __attribute__ ((__format__ (__printf__, (string_index), (first_to_check))))
79 #define _libctf_printflike_(string_index,first_to_check)
/netbsd-src/sys/dev/hid/
H A Dhid.c87 c->string_index = 0; in hid_clear_local()
360 c->string_index = uval; in hid_get_item()
H A Dhid.h71 uint32_t string_index; member
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c952 int string_index = 0; in fix_whitespace() local
958 while (string[string_index]) in fix_whitespace()
960 c = temp[temp_index++] = string[string_index++]; in fix_whitespace()
965 while ((c = string[string_index]) && (c == ' ' || in fix_whitespace()
968 string_index++; in fix_whitespace()
/netbsd-src/external/bsd/nsd/dist/
H A Dconfig.h.in874 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument
875 __attribute__ ((format (archetype, string_index, first_to_check)))
877 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
H A Dacx_nlnetlabs.m4482 # define ATTR_FORMAT(archetype, string_index, first_to_check) \
483 __attribute__ ((format (archetype, string_index, first_to_check)))
485 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
H A Dconfigure.ac1254 #define ATTR_FORMAT(archetype, string_index, first_to_check) \
1255 __attribute__ ((format (archetype, string_index, first_to_check)))
1257 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.cc840 u2 string_index = in.readUnsignedShort (); in BinaryConstantPool() local
841 Dprintf (DUMP_JAVA_CLASS, NTXT (" string_index=%4u\n"), (unsigned int) string_index); in BinaryConstantPool()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.cc840 u2 string_index = in.readUnsignedShort (); in BinaryConstantPool() local
841 Dprintf (DUMP_JAVA_CLASS, NTXT (" string_index=%4u\n"), (unsigned int) string_index); in BinaryConstantPool()
/netbsd-src/external/gpl3/binutils/dist/libsframe/
H A Dsframe.c42 #define _sf_printflike_(string_index,first_to_check) \ argument
43 __attribute__ ((__format__ (__printf__, (string_index), (first_to_check))))
/netbsd-src/external/bsd/unbound/dist/
H A Dconfig.h.in1192 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument
1193 __attribute__ ((format (archetype, string_index, first_to_check)))
1195 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
H A Dacx_nlnetlabs.m4482 # define ATTR_FORMAT(archetype, string_index, first_to_check) \
483 __attribute__ ((format (archetype, string_index, first_to_check)))
485 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20033 * intrinsics/string_intrinsics.c (string_index): Fix logics thinko.

12