/openbsd/usr.bin/top/ |
H A D | utils.h | 36 int string_index(char *, char **);
|
H A D | utils.c | 108 string_index(char *string, char **array) in string_index() function
|
H A D | top.c | 155 i = string_index(r ? field + 1 : field, statics.order_names); in getorder()
|
/openbsd/sbin/unwind/libunbound/ |
H A D | config.h | 1268 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 1269 __attribute__ ((format (archetype, string_index, first_to_check))) 1271 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
/openbsd/lib/libusbhid/ |
H A D | usbhid.h | 58 int32_t string_index; member
|
H A D | parse.c | 84 c->string_index = 0; in hid_clear_local() 500 c->string_index = dval; in hid_get_item_raw()
|
/openbsd/sys/dev/hid/ |
H A D | hid.c | 88 c->string_index = 0; in hid_clear_local() 490 c->string_index = dval; in hid_get_item()
|
H A D | hid.h | 72 int32_t string_index; member
|
/openbsd/gnu/usr.bin/texinfo/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()
|
/openbsd/usr.sbin/nsd/ |
H A D | config.h.in | 960 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 961 __attribute__ ((format (archetype, string_index, first_to_check))) 963 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
H A D | configure.ac | 1294 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ 1295 __attribute__ ((format (archetype, string_index, first_to_check))) 1297 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
|
H A D | acx_nlnetlabs.m4 | 485 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ 486 __attribute__ ((format (archetype, string_index, first_to_check))) 488 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
|
/openbsd/usr.sbin/unbound/ |
H A D | config.h.in | 1263 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument 1264 __attribute__ ((format (archetype, string_index, first_to_check))) 1266 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
|
H A D | acx_nlnetlabs.m4 | 485 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ 486 __attribute__ ((format (archetype, string_index, first_to_check))) 488 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */
|