Searched refs:STR_LEN (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 118 #define STR_LEN 1024 macro 405 char buf [STR_LEN]; 415 while (fgets(buf, STR_LEN, cfp) != NULL) { 672 char temp[STR_LEN], env_str[STR_LEN], cur_chr; 1010 char file_data[STR_LEN]; 1168 while (n < STR_LEN - 1) { 1169 int nr = fread(&file_data[n], 1, STR_LEN - 1 - n, f); 1355 char temp[STR_LEN]; 1357 register char *s = temp, *end = s + STR_LEN; 1368 if (len > STR_LEN) {
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_strlen.c | 320 sql_insert_caller_info(expr, STR_LEN, i, "$", show_rl(rl)); in match_call() 329 sql_insert_caller_info(call, STR_LEN, param, printed_name, sm->state->name); in struct_member_callback() 340 select_caller_info_hook(set_param_strlen, STR_LEN); in register_strlen()
|
H A D | smatch.h | 840 STR_LEN = 1016, enumerator
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 77 #define STR_LEN 30 macro 90 char name[STR_LEN]; /* "IPv4" or "IPv6" */ 91 char icmp[STR_LEN]; /* "icmp" or "ipv6-icmp" */
|