/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
H A D | string_intrinsics_inc.c | 31 #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 D | string_intrinsics_inc.c | 31 #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 D | config.h | 881 #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 D | config.h | 1209 # 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 D | utils.h | 50 int string_index(const char *, const char **);
|
H A D | commands.c | 702 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 D | utils.c | 276 string_index(const char *string, const char **array) in string_index() function
|
H A D | top.c | 841 else if ((i = string_index(gstate->order_name, in main()
|
/netbsd-src/lib/libusbhid/ |
H A D | usbhid.h | 67 int string_index; member
|
H A D | parse.c | 89 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 D | gtest-port.h | 667 # 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 D | ctf-impl.h | 70 #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 D | ctf-impl.h | 70 #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 D | hid.c | 87 c->string_index = 0; in hid_clear_local() 360 c->string_index = uval; in hid_get_item()
|
H A D | hid.h | 71 uint32_t string_index; member
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | makeinfo.c | 952 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 D | config.h.in | 874 #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 D | acx_nlnetlabs.m4 | 482 # 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 D | configure.ac | 1254 #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 D | ClassFile.cc | 840 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 D | ClassFile.cc | 840 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 D | sframe.c | 42 #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 D | config.h.in | 1192 # 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 D | acx_nlnetlabs.m4 | 482 # 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 D | ChangeLog-2003 | 3 * intrinsics/string_intrinsics.c (string_index): Fix logics thinko.
|