Home
last modified time | relevance | path

Searched defs:ue (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/bsd/file/dist/src/
H A Dis_json.c124 json_skip_space(const unsigned char *uc, const unsigned char *ue) in json_skip_space()
133 json_parse_string(const unsigned char **ucp, const unsigned char *ue, in json_parse_string()
186 json_parse_array(const unsigned char **ucp, const unsigned char *ue, in json_parse_array()
223 json_parse_object(const unsigned char **ucp, const unsigned char *ue, in json_parse_object()
280 json_parse_number(const unsigned char **ucp, const unsigned char *ue, in json_parse_number()
332 json_parse_const(const unsigned char **ucp, const unsigned char *ue, in json_parse_const()
352 json_parse(const unsigned char **ucp, const unsigned char *ue, in json_parse()
431 const unsigned char *ue = uc + b->flen; in file_is_json() local
H A Dis_csv.c73 eatquote(const unsigned char *uc, const unsigned char *ue) in eatquote()
98 csv_parse(const unsigned char *uc, const unsigned char *ue) in csv_parse()
143 const unsigned char *ue = uc + b->flen; in file_is_csv() local
H A Dis_simh.c116 simh_parse(const unsigned char *uc, const unsigned char *ue) in simh_parse()
158 const unsigned char *ue = uc + b->flen; in file_is_simh() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d78 void cantExp(out UnionExp ue) in cantExp()
90 UnionExp ue = void; in Neg() local
113 UnionExp ue = void; in Com() local
121 UnionExp ue = void; in Not() local
132 UnionExp ue = void; in Add() local
237 UnionExp ue = void; in Min() local
335 UnionExp ue = void; in Mul() local
384 UnionExp ue = void; in Div() local
459 UnionExp ue = void; in Mod() local
525 UnionExp ue; in Pow() local
[all …]
H A Ddinterpret.d909 UnionExp ue = void; in visit() local
1171 UnionExp ue = void; in visit() local
1207 UnionExp ue = void; in visit() local
2692 UnionExp ue = void; in visit() local
2886 UnionExp ue = void; in visit() local
2934 UnionExp ue = void; in visit() local
2964 UnionExp ue = void; in visit() local
3065 UnionExp ue = void; in interpretCommon() local
3902 UnionExp ue = void; in assignToLvalue() local
5008 UnionExp ue = void; in visit() local
[all …]
H A Dctfeexpr.d147 UnionExp ue = void; in generateUncaughtError() local
282 UnionExp ue = void; in copyLiteral() local
449 UnionExp ue; in paintTypeOntoLiteralCopy() local
1442 UnionExp ue; in ctfeCat() local
2072 UnionExp ue; in voidInitLiteral() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c74 UnionExp ue; in Neg() local
98 UnionExp ue; in Com() local
107 UnionExp ue; in Not() local
116 UnionExp ue; in Bool() local
125 UnionExp ue; in Add() local
235 UnionExp ue; in Min() local
340 UnionExp ue; in Mul() local
392 UnionExp ue; in Div() local
473 UnionExp ue; in Mod() local
552 UnionExp ue; in Pow() local
[all …]
H A Dctfeexpr.c127 UnionExp ue; in generateUncaughtError() local
247 UnionExp ue; in copyLiteral() local
429 UnionExp ue; in paintTypeOntoLiteralCopy() local
568 UnionExp ue; in createBlockDuplicatedArrayLiteral() local
791 UnionExp ue; in pointerDifference() local
830 UnionExp ue; in pointerArithmetic() local
1455 UnionExp ue; in ctfeCat() local
1783 UnionExp ue; in changeArrayLiteralLength() local
2085 UnionExp ue; in voidInitLiteral() local
H A Ddinterpret.c1123 UnionExp ue; in visit() local
1360 UnionExp ue; in visit() local
1391 UnionExp ue; in visit() local
2677 UnionExp ue; in visit() local
2877 UnionExp ue; in visit() local
2921 UnionExp ue; in visit() local
2937 UnionExp ue; in visit() local
4847 UnionExp ue; in visit() local
5077 UnionExp ue; in resolveIndexing() local
5877 UnionExp ue; in visit() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dvec.cc120 uncatch_exception ue; in __cxa_vec_new2() local
162 uncatch_exception ue; in __cxa_vec_new3() local
191 uncatch_exception ue; in __cxa_vec_ctor() local
222 uncatch_exception ue; in __cxa_vec_cctor() local
255 uncatch_exception ue; in __cxa_vec_dtor() local
330 uncatch_exception ue; in __cxa_vec_delete2() local
365 uncatch_exception ue; in __cxa_vec_delete3() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dvec.cc120 uncatch_exception ue; in __cxa_vec_new2() local
162 uncatch_exception ue; in __cxa_vec_new3() local
191 uncatch_exception ue; in __cxa_vec_ctor() local
222 uncatch_exception ue; in __cxa_vec_cctor() local
255 uncatch_exception ue; in __cxa_vec_dtor() local
330 uncatch_exception ue; in __cxa_vec_delete2() local
365 uncatch_exception ue; in __cxa_vec_delete3() local
/netbsd-src/sys/compat/common/
H A Dusb_subr_30.c71 const struct usb_device_info *ue) in usb_copy30_devinfo()
200 usb_copy_to30(struct usb_event *ue, struct usb_event30 *ueo, in usb_copy_to30()
/netbsd-src/sys/dev/usb/
H A Dusb.c248 struct usb_event ue; member
458 struct usb_event *ue; in usb_doattach() local
859 struct usb_event *ue; in usbread() local
1235 usb_get_next_event(struct usb_event *ue) in usb_get_next_event()
1262 struct usb_event *ue = usb_alloc_event(); in usbd_add_dev_event() local
1271 struct usb_event *ue = usb_alloc_event(); in usbd_add_drv_event() local
1405 struct usb_event *ue; in usb_detach() local
H A Dif_cdce.c120 const usb_cdc_ethernet_descriptor_t *ue; cdce_attach() local
/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-dm2exp.c39 mp_exp_t ue; in main() local
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dfrac.c33 mpfr_exp_t re, ue; in mpfr_frac() local
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dfile.c122 struct url_ent *ue; in fetchListFile() local
H A Dfetch.c236 struct url_ent *ue; in fetchListURL() local
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.c159 fetchList(struct url_list *ue, struct url *URL, const char *pattern, in fetchList()
242 fetchListURL(struct url_list *ue, const char *URL, const char *pattern, in fetchListURL()
H A Dcommon.c834 fetch_add_entry(struct url_list *ue, struct url *base, const char *name,
920 fetchInitURLList(struct url_list *ue)
961 fetchFreeURLList(struct url_list *ue)
H A Dfile.c234 fetchListFile(struct url_list *ue, struct url *u, const char *pattern, in fetchListFile()
/netbsd-src/sys/arch/powerpc/ibm4xx/dev/
H A Decc_plb.c142 int ue; in ecc_plb_intr() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dexception.d492 auto ue = new UnicodeException("msg", 2); variable
501 auto ue = new UnicodeException("msg", 2, "hello", 42, new Exception("It's an Exception!")); variable
/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dget_str.c123 mp_exp_t ue; in mpf_get_str() local
/netbsd-src/libexec/rpc.rusersd/
H A Drusers_proc.c180 static struct utmpentry *ue = NULL; variable

12