Home
last modified time | relevance | path

Searched full:ud (Results 1 – 25 of 228) sorted by relevance

12345678910

/freebsd/contrib/libucl/src/
H A Ducl_emitter_utils.c109 func->ucl_emitter_append_character ('"', 1, func->ud); in ucl_elt_string_write_json()
116 func->ucl_emitter_append_len (c, len, func->ud); in ucl_elt_string_write_json()
120 func->ucl_emitter_append_len ("\\n", 2, func->ud); in ucl_elt_string_write_json()
123 func->ucl_emitter_append_len ("\\r", 2, func->ud); in ucl_elt_string_write_json()
126 func->ucl_emitter_append_len ("\\b", 2, func->ud); in ucl_elt_string_write_json()
129 func->ucl_emitter_append_len ("\\t", 2, func->ud); in ucl_elt_string_write_json()
132 func->ucl_emitter_append_len ("\\f", 2, func->ud); in ucl_elt_string_write_json()
135 func->ucl_emitter_append_len ("\\u000B", 6, func->ud); in ucl_elt_string_write_json()
138 func->ucl_emitter_append_len ("\\\\", 2, func->ud); in ucl_elt_string_write_json()
141 func->ucl_emitter_append_character (' ', 1, func->ud); in ucl_elt_string_write_json()
[all …]
H A Ducl_emitter.c100 func->ucl_emitter_append_character (' ', tabs * 4, func->ud); in ucl_add_tabs()
124 func->ucl_emitter_append_len (obj->key, obj->keylen, func->ud); in ucl_emitter_print_key()
128 func->ucl_emitter_append_len (" = ", 3, func->ud); in ucl_emitter_print_key()
131 func->ucl_emitter_append_character (' ', 1, func->ud); in ucl_emitter_print_key()
139 func->ucl_emitter_append_len (obj->key, obj->keylen, func->ud); in ucl_emitter_print_key()
142 func->ucl_emitter_append_len ("null", 4, func->ud); in ucl_emitter_print_key()
145 func->ucl_emitter_append_len (": ", 2, func->ud); in ucl_emitter_print_key()
152 func->ucl_emitter_append_len ("null", 4, func->ud); in ucl_emitter_print_key()
156 func->ucl_emitter_append_character (':', 1, func->ud); in ucl_emitter_print_key()
159 func->ucl_emitter_append_len (": ", 2, func->ud); in ucl_emitter_print_key()
[all …]
H A Ducl_internal.h185 void* ud; member
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 user data
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dsndstat.c176 struct sndstat_userdev *ud; in sndstat_remove_all_userdevs() local
180 while ((ud = TAILQ_FIRST(&pf->userdev_list)) != NULL) { in sndstat_remove_all_userdevs()
181 TAILQ_REMOVE(&pf->userdev_list, ud, link); in sndstat_remove_all_userdevs()
182 free(ud->provider, M_DEVBUF); in sndstat_remove_all_userdevs()
183 free(ud->desc, M_DEVBUF); in sndstat_remove_all_userdevs()
184 free(ud->devnode, M_DEVBUF); in sndstat_remove_all_userdevs()
185 free(ud->nameunit, M_DEVBUF); in sndstat_remove_all_userdevs()
186 nvlist_destroy(ud->provider_nvl); in sndstat_remove_all_userdevs()
187 free(ud, M_DEVBUF); in sndstat_remove_all_userdevs()
301 struct sndstat_userdev *ud; in sndstat_write() local
[all …]
/freebsd/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[4]; /* Sep */
107 p = &ud[20]; /* 1979 */
[all …]
/freebsd/sys/netinet/libalias/
H A Dalias.c337 struct udphdr *ud; in IcmpAliasIn2() local
345 ud = (struct udphdr *)ip_next(ip); in IcmpAliasIn2()
351 ud->uh_dport, ud->uh_sport, in IcmpAliasIn2()
377 accumulate += ud->uh_sport; in IcmpAliasIn2()
394 ud->uh_sport = original_port; in IcmpAliasIn2()
526 struct udphdr *ud; in IcmpAliasOut2() local
534 ud = (struct udphdr *)ip_next(ip); in IcmpAliasOut2()
540 ud->uh_dport, ud->uh_sport, in IcmpAliasOut2()
566 accumulate += ud->uh_dport; in IcmpAliasOut2()
582 ud->uh_dport = alias_port; in IcmpAliasOut2()
[all …]
/freebsd/stand/ficl/
H A Dfileaccess.c178 static void ficlFilePosition(FICL_VM *pVM) /* ( fileid -- ud ior ) */ in ficlFilePosition()
181 long ud = ftell(ff->f); in ficlFilePosition() local
182 stackPushINT(pVM->pStack, ud); in ficlFilePosition()
183 pushIor(pVM, ud != -1); in ficlFilePosition()
199 static void ficlFileSize(FICL_VM *pVM) /* ( fileid -- ud ior ) */ in ficlFileSize()
202 long ud = fileSize(ff->f); in ficlFileSize() local
203 stackPushINT(pVM->pStack, ud); in ficlFileSize()
204 pushIor(pVM, ud != -1); in ficlFileSize()
365 static void ficlRepositionFile(FICL_VM *pVM) /* ( ud fileid -- ior ) */ in ficlRepositionFile()
368 size_t ud = (size_t)stackPopINT(pVM->pStack); in ficlRepositionFile() local
[all …]
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_009_pos.ksh39 # ud$<id> identifies permissions granted on descendent datasets for
43 # Ud$<id> identifies permission sets granted on descendent datasets for
131 "ud\$$uid" "allow" "-d -u $HIST_USER snapshot" \
132 "ud\$$uid" "allow" "-u $HIST_USER snapshot" \
133 "ud\$$uid" "unallow" "-u $HIST_USER snapshot" \
134 "Ud\$$uid" "allow" "-d -u $HIST_USER @set" \
135 "Ud\$$uid" "allow" "-u $HIST_USER @set" \
136 "Ud\$$uid" "unallow" "-u $HIST_USER @set" \
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlmem.c24 ** void * frealloc (void *ud, void *ptr, size_t osize, size_t nsize);
27 ** * frealloc(ud, NULL, x, s) creates a new block of size `s' (no
30 ** * frealloc(ud, p, x, 0) frees the block `p'
32 ** particularly, frealloc(ud, NULL, 0, 0) does nothing
82 newblock = (*g->frealloc)(g->ud, block, osize, nsize); in luaM_realloc_()
88 newblock = (*g->frealloc)(g->ud, block, osize, nsize); /* try again */ in luaM_realloc_()
H A Dlstate.c179 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen() argument
181 UNUSED(ud); in f_luaopen()
230 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state()
263 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() argument
267 LG *l = cast(LG *, (*f)(ud, NULL, LUA_TTHREAD, sizeof(LG))); in lua_newstate()
278 g->ud = ud; in lua_newstate()
/freebsd/contrib/libucl/include/
H A Ducl++.h55 append_char (unsigned char c, size_t nchars, void *ud) in append_char() argument
57 std::string *out = reinterpret_cast<std::string *>(ud); in append_char()
64 append_len (unsigned const char *str, size_t len, void *ud) in append_len() argument
66 std::string *out = reinterpret_cast<std::string *>(ud); in append_len()
73 append_int (int64_t elt, void *ud) in append_int() argument
75 std::string *out = reinterpret_cast<std::string *>(ud); in append_int()
83 append_double (double elt, void *ud) in append_double() argument
85 std::string *out = reinterpret_cast<std::string *>(ud); in append_double()
108 unsigned char ** /*replace*/, size_t * /*replace_len*/, bool *need_free, void* ud) in ucl_variable_getter() argument
112 auto vars = reinterpret_cast<std::set<std::string> *>(ud); in ucl_variable_getter()
[all …]
H A Ducl.h230 void* ud; /**< Opaque user data */ member
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);
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dsharp,lq150x1lg11.yaml25 GPIO for the RL/UD (rotate 180 degrees) pin.
27 the RL/UD and/or SELLVDS pins are assumed to be handled
35 the RL/UD and/or SELLVDS pins are assumed to be handled
54 rlud-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; /* RL/UD */
/freebsd/lib/libkiconv/
H A Dxlat16_iconv.c154 u_char src[3], dst[4], *srcp, *dstp, ud, ld; in kiconv_xlat16_open() local
231 ud = (u_char)dst[0]; in kiconv_xlat16_open()
237 table[us] = (ud << 8) | ld; in kiconv_xlat16_open()
246 table[us] = quirk_unix2vendor((ud << 8) | ld, in kiconv_xlat16_open()
252 table[us] = ud; in kiconv_xlat16_open()
253 if (lcase & KICONV_LOWER && ud != tolower(ud)) { in kiconv_xlat16_open()
254 table[us] |= (u_char)tolower(ud) << 16; in kiconv_xlat16_open()
257 if (lcase & KICONV_UPPER && ud != toupper(ud)) { in kiconv_xlat16_open()
258 table[us] |= (u_char)toupper(ud) << 16; in kiconv_xlat16_open()
/freebsd/contrib/ofed/librdmacm/man/
H A Drdma_get_cm_event.351 select the conn or ud subfields based on the rdma_port_space of the
52 rdma_cm_id associated with the event. See UD EVENT DATA and CONN EVENT
54 .SH "UD EVENT DATA"
55 Event parameters related to unreliable datagram (UD) services: RDMA_PS_UDP and
56 RDMA_PS_IPOIB. The UD event data is valid for RDMA_CM_EVENT_ESTABLISHED and
134 is generated in response to a UD QP resolution request over InfiniBand,
/freebsd/sys/dev/usb/
H A Dusb_fdt_support.c123 struct usb_device *ud; in usb_fdt_get_node() local
142 for (ud = udev, idx = 0; ud->parent_hub != NULL; ud = ud->parent_hub) { in usb_fdt_get_node()
144 udev_stack[idx++] = ud; in usb_fdt_get_node()
/freebsd/contrib/lua/src/
H A Dlauxlib.c330 LUALIB_API void *luaL_testudata (lua_State *L, int ud, const char *tname) { in luaL_testudata() argument
331 void *p = lua_touserdata(L, ud); in luaL_testudata()
333 if (lua_getmetatable(L, ud)) { /* does it have a metatable? */ in luaL_testudata()
345 LUALIB_API void *luaL_checkudata (lua_State *L, int ud, const char *tname) { in luaL_checkudata() argument
346 void *p = luaL_testudata(L, ud, tname); in luaL_checkudata()
347 luaL_argexpected(L, p != NULL, ud, tname); in luaL_checkudata()
474 void *ud; in resizebox() local
475 lua_Alloc allocf = lua_getallocf(L, &ud); in resizebox()
477 void *temp = allocf(ud, box->box, box->bsize, newsize); in resizebox()
716 static const char *getF (lua_State *L, void *ud, size_t *size) { in getF() argument
[all …]
H A Dlmem.c28 ** void *frealloc (void *ud, void *ptr, size_t osize, size_t nsize);
31 ** - frealloc(ud, p, x, 0) frees the block 'p' and returns NULL.
32 ** Particularly, frealloc(ud, NULL, 0, 0) does nothing,
35 ** - frealloc(ud, NULL, x, s) creates a new block of size 's'
38 ** - otherwise, frealloc(ud, b, x, y) reallocates the block 'b' from
47 #define callfrealloc(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns))
H A Dlstate.c231 static void f_luaopen (lua_State *L, void *ud) { in f_luaopen() argument
233 UNUSED(ud); in f_luaopen()
282 (*g->frealloc)(g->ud, fromstate(L), sizeof(LG), 0); /* free main block */ in close_state()
360 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() argument
364 LG *l = cast(LG *, (*f)(ud, NULL, LUA_TTHREAD, sizeof(LG))); in lua_newstate()
376 g->ud = ud; in lua_newstate()
/freebsd/contrib/libucl/doc/
H A Dlibucl.392 \ \ \ \ const\ char\ *macro,\ ucl_macro_handler\ handler,\ void*\ ud);
97 \f[C]handler\f[] that accepts opaque data pointer \f[C]ud\f[].
103 \ \ \ \ size_t\ len,\ void*\ ud);`
108 and the opaque pointer \f[C]ud\f[].
333 \ \ \ \ int\ (*ucl_emitter_append_character)\ (unsigned\ char\ c,\ size_t\ nchars,\ void\ *ud);
335 \ \ \ \ int\ (*ucl_emitter_append_len)\ (unsigned\ const\ char\ *str,\ size_t\ len,\ void\ *ud);
337 \ \ \ \ int\ (*ucl_emitter_append_int)\ (int64_t\ elt,\ void\ *ud);
339 \ \ \ \ int\ (*ucl_emitter_append_double)\ (double\ elt,\ void\ *ud);
341 \ \ \ \ void\ *ud;
H A Dapi.md94 const char *macro, ucl_macro_handler handler, void* ud);
97 …ame .`macro` parsed by handler `handler` that accepts opaque data pointer `ud`. Macro handler shou…
101 size_t len, void* ud);`
104 Handler function accepts macro text `data` of length `len` and the opaque pointer `ud`. If macro is…
259 int (*ucl_emitter_append_character) (unsigned char c, size_t nchars, void *ud);
261 int (*ucl_emitter_append_len) (unsigned const char *str, size_t len, void *ud);
263 int (*ucl_emitter_append_int) (int64_t elt, void *ud);
265 int (*ucl_emitter_append_double) (double elt, void *ud);
267 void *ud;
/freebsd/crypto/heimdal/lib/wind/
H A DUnicodeData.py42 ud = open(filename, 'r')
45 l = ud.readline()
56 ud.close()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.td107 (add (sequence "R%uD", 0, 5),
108 (sequence "R%uD", 15, 6)),
109 [(add (sequence "R%uD", 0, 15))]>;
140 [(add (sequence "R%uD", 1, 15))]>;
152 (add (sequence "R%uD", 0, 15),
153 (sequence "F%uD", 0, 15),
244 defm FP64 : SystemZRegClass<"FP64", [f64], 64, (sequence "F%uD", 0, 15)>;
276 (add (sequence "F%uD", 0, 7),
277 (sequence "F%uD", 16, 31),
278 (sequence "F%uD",
[all...]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_string_sprintf.c64 uintmax_t ud; in append_int()
68 ud = (d == INTMAX_MIN) ? (uintmax_t)(INTMAX_MAX) + 1 : (uintmax_t)(-d); in append_int()
70 ud = d; in append_int()
71 append_uint(as, ud, base); in append_int()
65 uintmax_t ud; append_int() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp296 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective() argument
302 UD.RegexKind, UD.DirectivePos, ExpectedLoc, MatchAnyFileAndLine, in attachDirective()
303 MatchAnyLine, UD.Text, UD.Min, UD.Max); in attachDirective()
307 Diags.Report(UD.ContentBegin, diag::err_verify_invalid_content) in attachDirective()
308 << (UD.RegexKind ? "regex" : "string") << Error; in attachDirective()
311 UD.DL->push_back(std::move(D)); in attachDirective()
356 for (auto &UD : Deferred->second) { in addMarker() local
358 M.UseLoc = UD.DirectivePos; in addMarker()
359 attachDirective(Diags, UD, Pos); in addMarker()
367 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective() argument
[all …]

12345678910