Searched refs:ud (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-13-stable/contrib/libucl/src/
H A Ducl_emitter_utils.c109 func->ucl_emitter_append_character ('"', 1, func->ud);
116 func->ucl_emitter_append_len (c, len, func->ud);
120 func->ucl_emitter_append_len ("\\n", 2, func->ud);
123 func->ucl_emitter_append_len ("\\r", 2, func->ud);
126 func->ucl_emitter_append_len ("\\b", 2, func->ud);
129 func->ucl_emitter_append_len ("\\t", 2, func->ud);
132 func->ucl_emitter_append_len ("\\f", 2, func->ud);
135 func->ucl_emitter_append_len ("\\u000B", 6, func->ud);
138 func->ucl_emitter_append_len ("\\\\", 2, func->ud);
141 func->ucl_emitter_append_character (' ', 1, func->ud);
217 ucl_utstring_append_character(unsigned char c, size_t len, void *ud) argument
235 ucl_utstring_append_len(const unsigned char *str, size_t len, void *ud) argument
245 ucl_utstring_append_int(int64_t val, void *ud) argument
254 ucl_utstring_append_double(double val, void *ud) argument
277 ucl_file_append_character(unsigned char c, size_t len, void *ud) argument
289 ucl_file_append_len(const unsigned char *str, size_t len, void *ud) argument
299 ucl_file_append_int(int64_t val, void *ud) argument
309 ucl_file_append_double(double val, void *ud) argument
332 ucl_fd_append_character(unsigned char c, size_t len, void *ud) argument
364 ucl_fd_append_len(const unsigned char *str, size_t len, void *ud) argument
372 ucl_fd_append_int(int64_t val, void *ud) argument
382 ucl_fd_append_double(double val, void *ud) argument
[all...]
H A Ducl_emitter.c100 func->ucl_emitter_append_character (' ', tabs * 4, func->ud);
124 func->ucl_emitter_append_len (obj->key, obj->keylen, func->ud);
128 func->ucl_emitter_append_len (" = ", 3, func->ud);
131 func->ucl_emitter_append_character (' ', 1, func->ud);
139 func->ucl_emitter_append_len (obj->key, obj->keylen, func->ud);
142 func->ucl_emitter_append_len ("null", 4, func->ud);
145 func->ucl_emitter_append_len (": ", 2, func->ud);
152 func->ucl_emitter_append_len ("null", 4, func->ud);
156 func->ucl_emitter_append_character (':', 1, func->ud);
159 func->ucl_emitter_append_len (": ", 2, func->ud);
364 struct ucl_object_userdata *ud; local
519 struct ucl_object_userdata *ud; local
[all...]
H A Ducl_internal.h185 void* ud; member in struct:ucl_macro
301 * @param ud user data
305 const ucl_object_t *args, void* ud);
312 * @param ud user data
316 const ucl_object_t *args, void* ud);
323 * @param ud user data
327 const ucl_object_t *args, void* ud);
334 * @param ud user data
338 const ucl_object_t *args, void* ud);
345 * @param ud use
[all...]
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A DUnicodeData.py42 ud = open(filename, 'r')
45 l = ud.readline()
56 ud.close()
H A Dgen-combining.py48 ud = UnicodeData.read(sys.argv[1]) variable
51 for k,v in ud.items():
H A Dgen-normalize.py50 ud = UnicodeData.read(sys.argv[1]) variable
59 for k,v in ud.items() if v[4]])
138 for k,v in ud.items()
/freebsd-13-stable/contrib/sendmail/src/
H A Darpadate.c22 ** ud -- unix style date string. if NULL, one is created.
56 arpadate(ud)
57 register char *ud;
75 /* SM_REQUIRE(ud == NULL || strlen(ud) >= 23); */
77 if (ud == NULL)
78 ud = ctime(&t);
86 p = &ud[0]; /* Mon */
93 p = &ud[8]; /* 16 */
101 p = &ud[
[all...]
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_hooks.h53 #define APR_HOOK_INT_DCL_UD void *ud = NULL
55 /** internal implementation detail to avoid the ud declaration when
62 * @param ud A void * user data field that should be filled in by
69 #define APR_HOOK_PROBE_ENTRY(ud,ns,name,args)
73 * @param ud A void * user data field that was filled in by the user-
81 #define APR_HOOK_PROBE_RETURN(ud,ns,name,rv,args)
85 * @param ud A void * user data field that was filled in by the user-
94 #define APR_HOOK_PROBE_INVOKE(ud,ns,name,src,args)
98 * @param ud A void * user data field that was filled in by the user-
108 #define APR_HOOK_PROBE_COMPLETE(ud,n
[all...]
/freebsd-13-stable/sys/dev/usb/
H A Dusb_fdt_support.c126 struct usb_device *ud; local
145 for (ud = udev, idx = 0; ud->parent_hub != NULL; ud = ud->parent_hub) {
147 udev_stack[idx++] = ud;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_string_sprintf.c65 uintmax_t ud; local
69 ud = (d == INTMAX_MIN) ? (uintmax_t)(INTMAX_MAX) + 1 : (uintmax_t)(-d);
71 ud = d;
72 append_uint(as, ud, base);
/freebsd-13-stable/lib/libkiconv/
H A Dxlat16_iconv.c156 u_char src[3], dst[4], *srcp, *dstp, ud, ld; local
233 ud = (u_char)dst[0];
239 table[us] = (ud << 8) | ld;
248 table[us] = quirk_unix2vendor((ud << 8) | ld,
254 table[us] = ud;
255 if (lcase & KICONV_LOWER && ud != tolower(ud)) {
256 table[us] |= (u_char)tolower(ud) << 16;
259 if (lcase & KICONV_UPPER && ud != toupper(ud)) {
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dldo.h28 typedef void (*Pfunc) (lua_State *L, void *ud);
44 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
H A Dlmem.c25 ** void * frealloc (void *ud, void *ptr, size_t osize, size_t nsize);
28 ** * frealloc(ud, NULL, x, s) creates a new block of size `s' (no
31 ** * frealloc(ud, p, x, 0) frees the block `p'
33 ** particularly, frealloc(ud, NULL, 0, 0) does nothing
83 newblock = (*g->frealloc)(g->ud, block, osize, nsize);
89 newblock = (*g->frealloc)(g->ud, block, osize, nsize); /* try again */
H A Dlstate.c180 static void f_luaopen (lua_State *L, void *ud) { argument
182 UNUSED(ud);
231 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */
264 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { argument
268 LG *l = cast(LG *, (*f)(ud, NULL, LUA_TTHREAD, sizeof(LG)));
279 g->ud = ud;
/freebsd-13-stable/stand/ficl/
H A Dmath64.c318 DPUNS ud; local
324 ud.hi = 0;
325 ud.lo = pUD->hi >> UMOD_SHIFT;
326 qr = ficlLongDiv(ud, (FICL_UNS)base);
329 ud.lo = (qr.rem << UMOD_SHIFT) | (pUD->hi & UMOD_MASK);
330 qr = ficlLongDiv(ud, (FICL_UNS)base);
333 ud.lo = (qr.rem << UMOD_SHIFT) | (pUD->lo >> UMOD_SHIFT);
334 qr = ficlLongDiv(ud, (FICL_UNS)base);
337 ud.lo = (qr.rem << UMOD_SHIFT) | (pUD->lo & UMOD_MASK);
338 qr = ficlLongDiv(ud, (FICL_UN
[all...]
H A Dfileaccess.c179 static void ficlFilePosition(FICL_VM *pVM) /* ( fileid -- ud ior ) */
182 long ud = ftell(ff->f); local
183 stackPushINT(pVM->pStack, ud);
184 pushIor(pVM, ud != -1);
200 static void ficlFileSize(FICL_VM *pVM) /* ( fileid -- ud ior ) */
203 long ud = fileSize(ff->f); local
204 stackPushINT(pVM->pStack, ud);
205 pushIor(pVM, ud != -1);
366 static void ficlRepositionFile(FICL_VM *pVM) /* ( ud fileid -- ior ) */
369 size_t ud local
389 size_t ud = (size_t)stackPopINT(pVM->pStack); local
[all...]
H A Dvm.c720 DPUNS ud; local
731 ud.hi = 0;
732 ud.lo = value;
735 while (ud.lo)
737 result = ficlLongDiv(ud, (FICL_UNS)radix);
738 ud.lo = result.quot;
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias.c339 struct udphdr *ud; local
347 ud = (struct udphdr *)ip_next(ip);
353 ud->uh_dport, ud->uh_sport,
379 accumulate += ud->uh_sport;
396 ud->uh_sport = original_port;
528 struct udphdr *ud; local
536 ud = (struct udphdr *)ip_next(ip);
542 ud->uh_dport, ud
727 struct udphdr *ud; local
823 struct udphdr *ud; local
1554 struct udphdr *ud; local
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dlauxlib.c330 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { argument
331 void *p = lua_touserdata(L, ud);
333 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */
345 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { argument
346 void *p = luaL_testudata(L, ud, tname);
347 luaL_argexpected(L, p != NULL, ud, tname);
474 void *ud; local
475 lua_Alloc allocf = lua_getallocf(L, &ud);
477 void *temp = allocf(ud, box->box, box->bsize, newsize);
693 static const char *getF (lua_State *L, void *ud, size_ argument
796 getS(lua_State *L, void *ud, size_t *size) argument
988 l_alloc(void *ud, void *ptr, size_t osize, size_t nsize) argument
1036 warnfoff(void *ud, const char *message, int tocont) argument
1045 warnfcont(void *ud, const char *message, int tocont) argument
1057 warnfon(void *ud, const char *message, int tocont) argument
[all...]
H A Dlmem.c35 return (*g->frealloc)(g->ud, block, os, ns);
38 #define firsttry(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns))
47 ** void *frealloc (void *ud, void *ptr, size_t osize, size_t nsize);
50 ** - frealloc(ud, p, x, 0) frees the block 'p' and returns NULL.
51 ** Particularly, frealloc(ud, NULL, 0, 0) does nothing,
54 ** - frealloc(ud, NULL, x, s) creates a new block of size 's'
57 ** - otherwise, frealloc(ud, b, x, y) reallocates the block 'b' from
135 (*g->frealloc)(g->ud, block, osize, 0);
151 return (*g->frealloc)(g->ud, block, osize, nsize); /* try again */
H A Dldo.h53 typedef void (*Pfunc) (lua_State *L, void *ud);
75 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
H A Dlstate.c235 static void f_luaopen (lua_State *L, void *ud) { argument
237 UNUSED(ud);
281 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */
349 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { argument
353 LG *l = cast(LG *, (*f)(ud, NULL, LUA_TTHREAD, sizeof(LG)));
366 g->ud = ud;
/freebsd-13-stable/contrib/libucl/include/
H A Ducl.h230 void* ud; /**< Opaque user data */ member in union:ucl_object_s::__anon1248
245 * @param ud user specified data pointer
247 typedef void (*ucl_userdata_dtor)(void *ud);
248 typedef const char* (*ucl_userdata_emitter)(void *ud);
924 * @param ud opaque user data
930 void* ud);
938 * @param ud opaque user data
945 void* ud);
979 * @param ud opaque user data for a handler
984 ucl_macro_handler handler, void* ud);
1405 void *ud; member in struct:ucl_emitter_functions
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.h54 #define ud_wr(_wr) (&(_wr->wr.ud))
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h61 typedef const char * (*lua_Reader) (lua_State *L, void *ud, size_t *sz);
63 typedef int (*lua_Writer) (lua_State *L, const void* p, size_t sz, void* ud);
69 typedef void * (*lua_Alloc) (void *ud, void *ptr, size_t osize, size_t nsize);
131 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud);
308 LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
309 LUA_API void (lua_setallocf) (lua_State *L, lua_Alloc f, void *ud);

Completed in 133 milliseconds

1234