HomeSort by: relevance | last modified time | path
    Searched refs:fnc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/notify/
tests.sh 207 fnc="dig.out.c.ns5.test$n"
212 txt >"$fnc" || ret=1
214 && grep "test string" "$fnc" >/dev/null \
219 grep "test string" "$fnc" >/dev/null || ret=1
  /src/external/gpl3/gcc/dist/gcc/
tree-call-cdce.cc 693 get_no_error_domain (enum built_in_function fnc)
695 switch (fnc)
871 enum built_in_function fnc;
880 fnc = DECL_FUNCTION_CODE (fn);
883 if (fnc == BUILT_IN_POW)
888 inp_domain domain = get_no_error_domain (fnc);
868 enum built_in_function fnc; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-call-cdce.cc 673 get_no_error_domain (enum built_in_function fnc)
675 switch (fnc)
772 enum built_in_function fnc;
781 fnc = DECL_FUNCTION_CODE (fn);
784 if (fnc == BUILT_IN_POW)
789 inp_domain domain = get_no_error_domain (fnc);
769 enum built_in_function fnc; local
  /src/external/bsd/openldap/dist/servers/slapd/
controls.c 1031 BI_chk_controls fnc )
1050 if ( fnc ) {
1051 (void)fnc( op, rs );
1079 if ( fnc ) {
1080 (void)fnc( op, rs );
proto-slap.h 692 BI_chk_controls fnc ));

Completed in 41 milliseconds