Home
last modified time | relevance | path

Searched refs:IS_WEQUALN (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc252 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 Drep.cc124 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 Dread.cc739 if ((IS_WEQUALN(source_p, include_space, 8)) || in parse_makefile()
740 (IS_WEQUALN(source_p, include_tab, 8))) { in parse_makefile()
896 if (IS_WEQUALN(source_p, in parse_makefile()
H A Dimplicit.cc534 if (!IS_WEQUALN(suf_string.get_string(), in find_ar_suffix_rule()
640 } else if (!IS_WEQUALN(suf_string.get_string(), in find_double_suffix_rule()
H A Dmain.cc2723 if (IS_WEQUALN(name, wcs_buffer2, wcslen(wcs_buffer2))) { in read_environment()
2727 if (IS_WEQUALN(name, wcs_buffer2, wcslen(wcs_buffer2))) { in read_environment()
2750 if (IS_WEQUALN(name, wcs_buffer2, wcslen(wcs_buffer2))) { in read_environment()
H A Ddoname.cc1261 } else if (!IS_WEQUALN(suf_string.get_string(), in check_dependencies()
2855 IS_WEQUALN(usr_include_buf, in read_directory_of_file()
2860 IS_WEQUALN(usr_include_sys_buf, in read_directory_of_file()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc891 return (Boolean)IS_WEQUALN(string.buffer.start, str, length); in equaln()
897 return (Boolean)IS_WEQUALN(string.buffer.start, str->string.buffer.start, length); in equaln()
903 return (Boolean)IS_WEQUALN(string.buffer.start + off, str, length); in equal()
921 return (Boolean)IS_WEQUALN(string.buffer.start + off, str->string.buffer.start, length); in equal()
H A Dmacro.cc749 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()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h160 #define IS_WEQUALN(a,b,n) (!wcsncmp((a), (b), (n))) macro