Searched refs:CMDBUFFSIZE (Results 1 – 6 of 6) sorted by relevance
198 #define CMDBUFFSIZE 1024 // size of the command processing buffer macro
104 #define CMDBUFFSIZE 1024 // size of the command processing buffer macro
413 #define CMDBUFFSIZE 1024 // size of the command processing buffer macro
931 expand_env(rmp->startp[midx], fields->namebuf, CMDBUFFSIZE); in qf_parse_fmt_f()1109 if (len > CMDBUFFSIZE - 5) in qf_parse_fmt_s()1110 len = CMDBUFFSIZE - 5; in qf_parse_fmt_s()1131 if (len > CMDBUFFSIZE) in qf_parse_fmt_o()1132 len = CMDBUFFSIZE; in qf_parse_fmt_o()1530 pfields->namebuf = alloc_id(CMDBUFFSIZE + 1, aid_qf_namebuf); in qf_alloc_fields()1531 pfields->module = alloc_id(CMDBUFFSIZE + 1, aid_qf_module); in qf_alloc_fields()1532 pfields->errmsglen = CMDBUFFSIZE + 1; in qf_alloc_fields()1534 pfields->pattern = alloc_id(CMDBUFFSIZE + 1, aid_qf_pattern); in qf_alloc_fields()
1537 #ifndef CMDBUFFSIZE1538 # define CMDBUFFSIZE 256 // size of the command processing buffer macro
1024 cmd = alloc(CMDBUFFSIZE + 1); in add_llist_tags()1111 if (cmd_len > (CMDBUFFSIZE - 5)) in add_llist_tags()1112 cmd_len = CMDBUFFSIZE - 5; in add_llist_tags()