Lines Matching refs:STRLEN
213 commap = option_str + STRLEN(option_str); in parse_list_options()
645 bytes_to_print += (long_u)STRLEN(skipwhite(ml_get(lnum))); in ex_hardcopy()
737 sprintf((char *)IObuff + STRLEN(IObuff), in ex_hardcopy()
759 STRLEN(skipwhite(ml_get(prtpos.file_line))); in ex_hardcopy()
1416 prt_write_file_len(buffer, (int)STRLEN(buffer)); in prt_write_file()
1663 if (STRLEN(filename) >= MAXPATHL) in prt_resource_name()
1867 (int)STRLEN(PRT_RESOURCE_HEADER)) != 0) in prt_open_resource()
1875 offset += (int)STRLEN(PRT_RESOURCE_HEADER); in prt_open_resource()
1884 (int)STRLEN(PRT_RESOURCE_RESOURCE)) != 0) in prt_open_resource()
1890 offset += (int)STRLEN(PRT_RESOURCE_RESOURCE); in prt_open_resource()
1894 (int)STRLEN(PRT_RESOURCE_PROCSET)) == 0) in prt_open_resource()
1897 (int)STRLEN(PRT_RESOURCE_ENCODING)) == 0) in prt_open_resource()
1900 (int)STRLEN(PRT_RESOURCE_CMAP)) == 0) in prt_open_resource()
1958 if (STRNCMP(resource->version, version, STRLEN(version))) in prt_check_resource()
2287 enc_len = (int)STRLEN(p_encoding); in prt_match_encoding()
2314 char_len = (int)STRLEN(p_charset); in prt_match_charset()
2445 if (p_mbenc->cmap_encoding != NULL && STRLEN(prt_cmap) in mch_print_init()
2446 + STRLEN(p_mbenc->cmap_encoding) + 3 < sizeof(prt_cmap)) in mch_print_init()
2518 if (STRLEN(prt_mediasize[i].name) == (unsigned)paper_strlen in mch_print_init()