Searched refs:IS_WEQUALN (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/make/bin/ |
H A D | pmake.cc | 252 IS_WEQUALN(mp, local_host, local_host_wslen)) { in read_make_machines() 260 IS_WEQUALN(mp, full_host, full_host_wslen)) { in read_make_machines() 283 } else if (IS_WEQUALN(ms, wcs_buffer, 3)) { in read_make_machines()
|
H A D | rep.cc | 124 if (IS_WEQUALN(&colon[2], wcb, in report_recursive_init() 131 !IS_WEQUALN(wcs_buffer, (dollar+1) - VER_LEN, VER_LEN)){ in report_recursive_init() 258 if (IS_WEQUALN(wcs_buffer, string.buffer.start, VER_LEN)) { in find_recursive_target()
|
H A D | read.cc | 737 if ((IS_WEQUALN(source_p, include_space, 8)) || in parse_makefile() 738 (IS_WEQUALN(source_p, include_tab, 8))) { in parse_makefile() 894 if (IS_WEQUALN(source_p, in parse_makefile()
|
H A D | implicit.cc | 531 if (!IS_WEQUALN(suf_string.get_string(), in find_ar_suffix_rule() 637 } else if (!IS_WEQUALN(suf_string.get_string(), in find_double_suffix_rule()
|
H A D | main.cc | 2670 if (IS_WEQUALN(name, wcs_buffer2, wcslen(wcs_buffer2))) { in read_environment() 2674 if (IS_WEQUALN(name, wcs_buffer2, wcslen(wcs_buffer2))) { in read_environment() 2697 if (IS_WEQUALN(name, wcs_buffer2, wcslen(wcs_buffer2))) { in read_environment()
|
H A D | doname.cc | 1251 } else if (!IS_WEQUALN(suf_string.get_string(), in check_dependencies() 2844 IS_WEQUALN(usr_include_buf, in read_directory_of_file() 2849 IS_WEQUALN(usr_include_sys_buf, in read_directory_of_file()
|
/titanic_44/usr/src/cmd/make/lib/mksh/ |
H A D | misc.cc | 897 return (Boolean)IS_WEQUALN(string.buffer.start, str, length); in equaln() 903 return (Boolean)IS_WEQUALN(string.buffer.start, str->string.buffer.start, length); in equaln() 909 return (Boolean)IS_WEQUALN(string.buffer.start + off, str, length); in equal() 927 return (Boolean)IS_WEQUALN(string.buffer.start + off, str->string.buffer.start, length); in equal()
|
H A D | macro.cc | 749 IS_WEQUALN(extracted.text.p - left_tail_len, in expand_macro() 771 IS_WEQUALN(left_head, in expand_macro() 774 IS_WEQUALN(left_tail, in expand_macro() 1305 if (IS_WEQUALN(old_vr, in setvar_daemon()
|
/titanic_44/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 160 #define IS_WEQUALN(a,b,n) (!wcsncmp((a), (b), (n))) macro
|