Home
last modified time | relevance | path

Searched defs:string_index (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/nsd/
H A Dconfig.h.in960 #define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument
963 #define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1263 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument
1266 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
/openbsd/usr.bin/top/
H A Dutils.c108 string_index(char *string, char **array) in string_index() function
/openbsd/lib/libusbhid/
H A Dusbhid.h58 int32_t string_index; member
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1268 # define ATTR_FORMAT(archetype, string_index, first_to_check) \ argument
1271 # define ATTR_FORMAT(archetype, string_index, first_to_check) /* empty */ argument
/openbsd/sys/dev/hid/
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