/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursestw | 103 { return(*(cchar_t *)0); } 109 { return(*(int *)0); } 115 { return(*(int *)0); } 121 { return(*(int *)0); } 127 { return(*(int *)0); } 136 { return(*(int *)0); } 143 { return(*(int *)0); } 148 { return(*(int *)0); } 155 { return(*(int *)0); } 162 { return(*(int *)0); } [all …]
|
H A D | llib-lncursest | 103 { return(*(chtype *)0); } 109 { return(*(int *)0); } 115 { return(*(int *)0); } 121 { return(*(int *)0); } 130 { return(*(int *)0); } 137 { return(*(int *)0); } 144 { return(*(int *)0); } 148 { return(*(int *)0); } 162 { return(*(int *)0); } 177 { return(*(int *)0); } [all …]
|
H A D | llib-lncursesw | 103 { return(*(cchar_t *)0); } 109 { return(*(int *)0); } 115 { return(*(int *)0); } 121 { return(*(int *)0); } 127 { return(*(int *)0); } 136 { return(*(int *)0); } 143 { return(*(int *)0); } 148 { return(*(int *)0); } 155 { return(*(int *)0); } 162 { return(*(int *)0); } [all …]
|
H A D | llib-lncurses | 103 { return(*(chtype *)0); } 109 { return(*(int *)0); } 115 { return(*(int *)0); } 121 { return(*(int *)0); } 130 { return(*(int *)0); } 137 { return(*(int *)0); } 144 { return(*(int *)0); } 148 { return(*(int *)0); } 162 { return(*(int *)0); } 177 { return(*(int *)0); } [all …]
|
H A D | llib-ltinfotw | 42 { return(*(char **)0); } 47 { return(*(NCURSES_BOOL *)0); } 52 { return(*(unsigned *)0); } 57 { return(*(char **)0); } 63 { return(*(int *)0); } 68 { return(*(NCURSES_BOOL *)0); } 73 { return(*(NCURSES_BOOL *)0); } 77 { return(*(int *)0); } 83 { return(*(FILE **)0); } 90 { return(*(int *)0); } [all …]
|
H A D | llib-ltinfot | 42 { return(*(char **)0); } 47 { return(*(NCURSES_BOOL *)0); } 52 { return(*(unsigned *)0); } 57 { return(*(char **)0); } 63 { return(*(int *)0); } 68 { return(*(NCURSES_BOOL *)0); } 73 { return(*(NCURSES_BOOL *)0); } 77 { return(*(int *)0); } 83 { return(*(FILE **)0); } 90 { return(*(int *)0); } [all …]
|
H A D | llib-ltinfow | 42 { return(*(char **)0); } 47 { return(*(NCURSES_BOOL *)0); } 52 { return(*(unsigned *)0); } 57 { return(*(char **)0); } 63 { return(*(int *)0); } 68 { return(*(NCURSES_BOOL *)0); } 73 { return(*(NCURSES_BOOL *)0); } 77 { return(*(int *)0); } 83 { return(*(FILE **)0); } 90 { return(*(int *)0); } [all …]
|
H A D | llib-ltinfo | 42 { return(*(char **)0); } 47 { return(*(NCURSES_BOOL *)0); } 52 { return(*(unsigned *)0); } 57 { return(*(char **)0); } 63 { return(*(int *)0); } 68 { return(*(NCURSES_BOOL *)0); } 73 { return(*(NCURSES_BOOL *)0); } 77 { return(*(int *)0); } 83 { return(*(FILE **)0); } 90 { return(*(int *)0); } [all …]
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | ifpatch | 4 if (!strcasecmp(msg->key,"X-UUCP-From")) return 0; 5 if (!strcasecmp(msg->key,"X-Body-Start")) return 0; 6 if (!strncasecmp(msg->key,"X-FTN-",6)) return 0; 7 - if (!strcasecmp(msg->key,"Path")) return isftnpath(msg->val)?0:1; 11 + return 0; 13 + return isftnpath(msg->val)?0:1; 16 if (!strcasecmp(msg->key,"Newsgroups")) return newsmode?0:2; 17 if (!strcasecmp(msg->key,"Xref")) return 0; 18 if (!strcasecmp(msg->key,"Return-Receipt-To")) return 1; 19 if (!strcasecmp(msg->key,"Received")) return newsmode?0:2; [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-extensions.swig | 5 return False 7 return getattr(_lldb,self.__class__.__name__+"___eq__")(self, rhs) 11 return True 13 return getattr(_lldb,self.__class__.__name__+"___ne__")(self, rhs) 21 return False 23 return getattr(_lldb,self.__class__.__name__+"___eq__")(self, rhs) 27 return True 29 return getattr(_lldb,self.__class__.__name__+"___ne__")(self, rhs) 52 return False 54 return getatt [all...] |
H A D | python-swigsafecast.swig | 5 return {PyRefType::Owned, SWIG_NewPointerObj(obj, info, SWIG_POINTER_OWN)}; 9 return ToSWIGHelper(value_sb.release(), SWIGTYPE_p_lldb__SBValue); 13 return ToSWIGWrapper(std::unique_ptr<lldb::SBValue>(new lldb::SBValue(value_sp))); 17 return ToSWIGHelper(new lldb::SBTarget(std::move(target_sp)), 22 return ToSWIGHelper(new lldb::SBProcess(std::move(process_sp)), 27 return ToSWIGHelper(new lldb::SBThreadPlan(std::move(thread_plan_sp)), 32 return ToSWIGHelper(new lldb::SBBreakpoint(std::move(breakpoint_sp)), 37 return ToSWIGHelper(new lldb::SBError(status), SWIGTYPE_p_lldb__SBError); 41 return ToSWIGHelper(data_sb.release(), SWIGTYPE_p_lldb__SBStructuredData); 45 …return ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData>(new lldb::SBStructuredData(data_impl)… [all …]
|
H A D | python-wrapper.swig | 38 return arg_info.takeError(); 49 return result.takeError(); 52 return result.get().get() != Py_False; 82 return stop_at_watchpoint; 90 return stop_at_watchpoint; 109 return false; 116 return result.get() == Py_True; 127 return false; 142 return true; 154 return false; [all …]
|
/freebsd/contrib/ncurses/form/ |
H A D | llib-lformtw | 42 { return(*(FIELD ***)0); } 47 { return(*(FIELD **)0); } 52 { return(*(FIELDTYPE **)0); } 57 { return(*(FORM **)0); } 62 { return(*(Form_Hook *)0); } 75 { return(*(int *)0); } 80 { return(*(void **)0); } 88 { return(*(int *)0); } 93 { return(*(chtype *)0); } 99 { return(*(int *)0); } [all …]
|
H A D | llib-lformw | 42 { return(*(FIELD ***)0); } 47 { return(*(FIELD **)0); } 52 { return(*(FIELDTYPE **)0); } 57 { return(*(FORM **)0); } 62 { return(*(Form_Hook *)0); } 75 { return(*(int *)0); } 80 { return(*(void **)0); } 88 { return(*(int *)0); } 93 { return(*(chtype *)0); } 99 { return(*(int *)0); } [all …]
|
H A D | llib-lformt | 42 { return(*(FIELD ***)0); } 47 { return(*(FIELD **)0); } 52 { return(*(FIELDTYPE **)0); } 57 { return(*(FORM **)0); } 62 { return(*(Form_Hook *)0); } 75 { return(*(int *)0); } 80 { return(*(void **)0); } 88 { return(*(int *)0); } 93 { return(*(chtype *)0); } 99 { return(*(int *)0); } [all …]
|
H A D | llib-lform | 42 { return(*(FIELD ***)0); } 47 { return(*(FIELD **)0); } 52 { return(*(FIELDTYPE **)0); } 57 { return(*(FORM **)0); } 62 { return(*(Form_Hook *)0); } 75 { return(*(int *)0); } 80 { return(*(void **)0); } 88 { return(*(int *)0); } 93 { return(*(chtype *)0); } 99 { return(*(int *)0); } [all …]
|
/freebsd/contrib/ncurses/menu/ |
H A D | llib-lmenut | 43 { return(*(int *)0); } 48 { return(*(chtype *)0); } 54 { return(*(int *)0); } 59 { return(*(chtype *)0); } 65 { return(*(int *)0); } 70 { return(*(chtype *)0); } 80 { return(*(int *)0); } 85 { return(*(int *)0); } 94 { return(*(int *)0); } 100 { return(*(int *)0); } [all …]
|
H A D | llib-lmenutw | 43 { return(*(int *)0); } 48 { return(*(chtype *)0); } 54 { return(*(int *)0); } 59 { return(*(chtype *)0); } 65 { return(*(int *)0); } 70 { return(*(chtype *)0); } 80 { return(*(int *)0); } 85 { return(*(int *)0); } 94 { return(*(int *)0); } 100 { return(*(int *)0); } [all …]
|
H A D | llib-lmenuw | 43 { return(*(int *)0); } 48 { return(*(chtype *)0); } 54 { return(*(int *)0); } 59 { return(*(chtype *)0); } 65 { return(*(int *)0); } 70 { return(*(chtype *)0); } 80 { return(*(int *)0); } 85 { return(*(int *)0); } 94 { return(*(int *)0); } 100 { return(*(int *)0); } [all …]
|
H A D | llib-lmenu | 43 { return(*(int *)0); } 48 { return(*(chtype *)0); } 54 { return(*(int *)0); } 59 { return(*(chtype *)0); } 65 { return(*(int *)0); } 70 { return(*(chtype *)0); } 80 { return(*(int *)0); } 85 { return(*(int *)0); } 94 { return(*(int *)0); } 100 { return(*(int *)0); } [all …]
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0010.in | 1 # return variants 6 block return-rst in inet proto tcp all 7 block return-rst in inet6 proto tcp all 8 block return-rst(ttl 10) in inet proto tcp all 9 block return-rst(ttl 10) in inet6 proto tcp all 10 block return-icmp in inet proto icmp all 11 block return-icmp(0) in inet proto icmp all 12 block return-icmp(net-unr) in inet proto icmp all 13 block return-icmp(5) in inet proto icmp all 14 block return-icmp(srcfail) in inet proto icmp all [all …]
|
H A D | pf0010.ok | 5 block return-rst in inet proto tcp all 6 block return-rst in inet6 proto tcp all 7 block return-rst(ttl 10) in inet proto tcp all 8 block return-rst(ttl 10) in inet6 proto tcp all 9 block return-icmp(port-unr) in inet proto icmp all 10 block return-icmp(net-unr) in inet proto icmp all 11 block return-icmp(net-unr) in inet proto icmp all 12 block return-icmp(srcfail) in inet proto icmp all 13 block return-icmp(srcfail) in inet proto icmp all 14 block return-icmp(host-prohib) in inet proto icmp all [all …]
|
/freebsd/contrib/bc/gen/ |
H A D | lib2.bc | 38 if(y==0)return 1@scale 40 if(y>0)return 0 41 return 1/0 44 if(y==a)return(x^a)@scale 53 return e(y*l(x)) 64 return i@scale 68 if(x==0)return x 75 return t 79 if(x==0)return x 85 return [all...] |
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_cmd_if.m | 58 return (DPAA2_CMD_MNG_GET_VERSION(device_get_parent(dev), child, 60 return (ENXIO); 68 return (DPAA2_CMD_MNG_GET_SOC_VERSION( 70 return (ENXIO); 78 return (DPAA2_CMD_MNG_GET_CONTAINER_ID( 80 return (ENXIO); 88 return (DPAA2_CMD_RC_OPEN( 90 return (ENXIO); 97 return (DPAA2_CMD_RC_CLOSE( 99 return (ENXIO); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 55 return true; 57 return false; 83 return EC; 93 return mapWindowsError(::GetLastError()); 100 return std::error_code(); 104 return EC; 124 return UTF8ToUTF16(FullPath, Path16); 138 // A zero return value indicates a failure other than insufficient space. 140 return ""; 142 // Insufficient space is determined by a return value equal to the size of [all …]
|