Searched refs:STR_LEN (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libc/locale/
H A Dcollate.h43 #define STR_LEN 10 macro
52 u_char str[STR_LEN];
64 u_char (*__collate_substitute_table_ptr)[UCHAR_MAX + 1][STR_LEN];
H A Dcollate.c123 char strbuf[STR_LEN], buf[PATH_MAX];
/freebsd-9.3-release/usr.bin/colldef/
H A Dparse.y51 char curr_chain[STR_LEN];
53 char __collate_version[STR_LEN];
57 u_char __collate_substitute_table[UCHAR_MAX + 1][STR_LEN];
100 if (strlen($4) + 1 > STR_LEN)
194 if (strlen(curr_chain) + 2 > STR_LEN)
/freebsd-9.3-release/usr.bin/chat/
H A Dchat.c98 #define STR_LEN 1024 macro
324 char buf [STR_LEN];
334 while (fgets(buf, STR_LEN, cfp) != NULL) {
557 char temp[STR_LEN], cur_chr;
1174 char temp[STR_LEN];
1177 char *s = temp, *end = s + STR_LEN;
1182 if (strlen(string) > STR_LEN) {
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c1368 /* STR_LEN: Define a string variable with a separate variable for storing the
1373 #define STR_LEN(f) _STR_LEN(f), NULL, NULL, 0 macro
1377 /* STR_RANGE: Like STR_LEN(), but with minimum and maximum allowed length
1514 #undef STR_LEN macro

Completed in 108 milliseconds