Home
last modified time | relevance | path

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

/openbsd/usr.bin/top/
H A Dutils.h36 int string_index(char *, char **);
H A Dutils.c108 string_index(char *string, char **array) in string_index() function
H A Dtop.c155 i = string_index(r ? field + 1 : field, statics.order_names); in getorder()
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1268 # 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 Dusbhid.h58 int32_t string_index; member
H A Dparse.c84 c->string_index = 0; in hid_clear_local()
500 c->string_index = dval; in hid_get_item_raw()
/openbsd/sys/dev/hid/
H A Dhid.c88 c->string_index = 0; in hid_clear_local()
490 c->string_index = dval; in hid_get_item()
H A Dhid.h72 int32_t string_index; member
/openbsd/gnu/usr.bin/texinfo/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()
/openbsd/usr.sbin/nsd/
H A Dconfig.h.in960 #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 Dconfigure.ac1294 #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 Dacx_nlnetlabs.m4485 # 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 Dconfig.h.in1263 # 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 Dacx_nlnetlabs.m4485 # 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 */