Home
last modified time | relevance | path

Searched defs:ud (Results 1 – 25 of 60) sorted by relevance

123

/freebsd/contrib/libucl/src/
H A Ducl_emitter_utils.c217 ucl_utstring_append_character (unsigned char c, size_t len, void *ud) in ucl_utstring_append_character()
245 ucl_utstring_append_int (int64_t val, void *ud) in ucl_utstring_append_int()
254 ucl_utstring_append_double (double val, void *ud) in ucl_utstring_append_double()
277 ucl_file_append_character (unsigned char c, size_t len, void *ud) in ucl_file_append_character()
289 ucl_file_append_len (const unsigned char *str, size_t len, void *ud) in ucl_file_append_len()
299 ucl_file_append_int (int64_t val, void *ud) in ucl_file_append_int()
309 ucl_file_append_double (double val, void *ud) in ucl_file_append_double()
332 ucl_fd_append_character (unsigned char c, size_t len, void *ud) in ucl_fd_append_character()
364 ucl_fd_append_len (const unsigned char *str, size_t len, void *ud) in ucl_fd_append_len()
372 ucl_fd_append_int (int64_t val, void *ud) in ucl_fd_append_int()
[all …]
H A Ducl_emitter.c364 struct ucl_object_userdata *ud; in ucl_emitter_common_elt() local
519 struct ucl_object_userdata *ud; in UCL_EMIT_TYPE_IMPL() local
H A Ducl_util.c211 struct ucl_object_userdata *ud = (struct ucl_object_userdata *)obj; in ucl_object_dtor_free() local
763 ucl_curl_write_callback (void* contents, size_t size, size_t nmemb, void* ud)
1643 const ucl_object_t *args, void* ud)
1660 const ucl_object_t *args, void* ud)
1677 const ucl_object_t *args, void* ud)
1694 const ucl_object_t *args, void* ud)
1753 const ucl_object_t *args, void* ud)
1910 const ucl_object_t *args, const ucl_object_t *ctx, void* ud)
/freebsd/contrib/libucl/include/
H A Ducl++.h55 append_char (unsigned char c, size_t nchars, void *ud) in append_char()
64 append_len (unsigned const char *str, size_t len, void *ud) in append_len()
73 append_int (int64_t elt, void *ud) in append_int()
83 append_double (double elt, void *ud) in append_double()
108 unsigned char ** /*replace*/, size_t * /*replace_len*/, bool *need_free, void* ud) in ucl_variable_getter()
120 unsigned char **replace, size_t *replace_len, bool *need_free, void* ud) in ucl_variable_replacer()
/freebsd/stand/ficl/
H A Dfileaccess.c181 long ud = ftell(ff->f); in ficlFilePosition() local
202 long ud = fileSize(ff->f); in ficlFileSize() local
368 size_t ud = (size_t)stackPopINT(pVM->pStack); in ficlRepositionFile() local
388 size_t ud = (size_t)stackPopINT(pVM->pStack); in ficlResizeFile() local
H A Dmath64.c317 DPUNS ud; in m64UMod() local
/freebsd/crypto/heimdal/lib/wind/
H A Dgen-combining.py48 ud = UnicodeData.read(sys.argv[1]) variable
H A Dgen-normalize.py50 ud = UnicodeData.read(sys.argv[1]) variable
/freebsd/sys/dev/sound/pcm/
H A Dsndstat.c179 struct sndstat_userdev *ud; in sndstat_remove_all_userdevs() local
304 struct sndstat_userdev *ud; in sndstat_write() local
585 sndstat_build_userland_nvlist(struct sndstat_userdev *ud, nvlist_t **dip) in sndstat_build_userland_nvlist()
687 struct sndstat_userdev *ud; in sndstat_create_devs_nvlist() local
881 sndstat_dsp_unpack_nvlist(const nvlist_t *nvlist, struct sndstat_userdev *ud) in sndstat_dsp_unpack_nvlist()
994 struct sndstat_userdev *ud = in sndstat_add_user_devs() local
1083 struct sndstat_userdev *ud; in sndstat_line2userdev() local
1378 struct sndstat_userdev *ud; in sndstat_prepare() local
/freebsd/contrib/lua/src/
H A Dlauxlib.c330 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata()
345 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { in luaL_checkudata()
474 void *ud; in resizebox() local
716 static const char *getF (lua_State *L, void *ud, size_t *size) { in getF()
824 static const char *getS (lua_State *L, void *ud, size_t *size) { in getS()
1017 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc()
1065 static void warnfoff (void *ud, const char *message, int tocont) { in warnfoff()
1074 static void warnfcont (void *ud, const char *message, int tocont) { in warnfcont()
1086 static void warnfon (void *ud, const char *message, int tocont) { in warnfon()
H A Dldo.c138 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected()
736 static void unroll (lua_State *L, void *ud) { in unroll()
785 static void resume (lua_State *L, void *ud) { in resume()
914 static void closepaux (lua_State *L, void *ud) { in closepaux()
988 static void f_parser (lua_State *L, void *ud) { in f_parser()
H A Dlstate.c231 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
360 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate()
H A Dltests.c94 static void warnf (void *ud, const char *msg, int tocont) { in warnf()
210 void *debug_realloc (void *ud, void *b, size_t oldsize, size_t size) { in debug_realloc()
1151 void *ud; in newstate() local
1256 void *ud; in checkpanic() local
1962 void *ud; in luaB_opentests() local
H A Dlapi.c1036 static void f_call (lua_State *L, void *ud) { in f_call()
1309 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf()
1319 LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) { in lua_setallocf()
1327 void lua_setwarnf (lua_State *L, lua_WarnFunction f, void *ud) { in lua_setwarnf()
/freebsd/sys/netinet/libalias/
H A Dalias.c337 struct udphdr *ud; in IcmpAliasIn2() local
526 struct udphdr *ud; in IcmpAliasOut2() local
728 struct udphdr *ud; in ValidateUdpLength() local
746 struct udphdr *ud; in UdpAliasIn() local
837 struct udphdr *ud; in UdpAliasOut() local
1566 struct udphdr *ud; in LibAliasUnaliasOut() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c179 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen()
263 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate()
H A Dldo.c208 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected()
521 static void unroll (lua_State *L, void *ud) { in unroll()
584 static void resume_cb (lua_State *L, void *ud) { in resume_cb()
728 static void f_parser (lua_State *L, void *ud) { in f_parser()
H A Dlauxlib.c249 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata()
264 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { in luaL_checkudata()
527 static const char *getS (lua_State *L, void *ud, size_t *size) { in getS()
H A Dlapi.c82 static void growstack (lua_State *L, void *ud) { in growstack()
919 static void f_call (lua_State *L, void *ud) { in f_call()
1155 LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) { in lua_getallocf()
1165 LUA_API void lua_setallocf (lua_State *L, lua_Alloc f, void *ud) { in lua_setallocf()
/freebsd/sys/dev/usb/
H A Dusb_fdt_support.c123 struct usb_device *ud; in usb_fdt_get_node() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_string_sprintf.c64 uintmax_t ud; in append_int() local
/freebsd/lib/libkiconv/
H A Dxlat16_iconv.c154 u_char src[3], dst[4], *srcp, *dstp, ud, ld; in kiconv_xlat16_open() local
/freebsd/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c242 static void udev_log_fn(struct udev *ud, int priority, const char *file, int line, in udev_log_fn()
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c108 lua_ucl_userdata_dtor (void *ud) in lua_ucl_userdata_dtor()
120 lua_ucl_userdata_emitter (void *ud) in lua_ucl_userdata_emitter()
/freebsd/sys/fs/devfs/
H A Ddevfs_devs.c82 dev_t ud; in sysctl_devname() local

123