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

123

/freebsd-10.1-release/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-10.1-release/contrib/libucl/src/
H A Ducl_emitter.c81 func->ucl_emitter_append_character (' ', tabs * 4, func->ud);
97 func->ucl_emitter_append_character ('"', 1, func->ud);
101 func->ucl_emitter_append_len (c, len, func->ud);
105 func->ucl_emitter_append_len ("\\n", 2, func->ud);
108 func->ucl_emitter_append_len ("\\r", 2, func->ud);
111 func->ucl_emitter_append_len ("\\b", 2, func->ud);
114 func->ucl_emitter_append_len ("\\t", 2, func->ud);
117 func->ucl_emitter_append_len ("\\f", 2, func->ud);
120 func->ucl_emitter_append_len ("\\\\", 2, func->ud);
123 func->ucl_emitter_append_len ("\\\"", 2, func->ud);
669 ucl_utstring_append_character(unsigned char c, size_t len, void *ud) argument
687 ucl_utstring_append_len(const unsigned char *str, size_t len, void *ud) argument
697 ucl_utstring_append_int(int64_t val, void *ud) argument
706 ucl_utstring_append_double(double val, void *ud) argument
[all...]
H A Ducl_internal.h149 void* ud; member in struct:ucl_macro
215 * @param ud user data
219 bool ucl_include_handler (const unsigned char *data, size_t len, void* ud);
221 bool ucl_try_include_handler (const unsigned char *data, size_t len, void* ud);
227 * @param ud user data
231 bool ucl_includes_handler (const unsigned char *data, size_t len, void* ud);
/freebsd-10.1-release/contrib/amd/amd/
H A Drpc_fwd.c234 struct t_unitdata ud; local
319 ud.addr.buf = (char *) fwdto;
321 ud.addr.maxlen = ud.addr.len = sizeof(struct sockaddr_in);
323 ud.addr.maxlen = ud.addr.len = 0;
324 ud.opt.buf = (char *) NULL;
325 ud.opt.maxlen = ud.opt.len = 0;
326 ud
368 struct t_unitdata ud; local
[all...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/sys/netinet/libalias/
H A Dalias_cuseeme.c178 struct udphdr *ud = ip_next(pip); local
180 if (ntohs(ud->uh_ulen) - sizeof(struct udphdr) >= sizeof(struct cu_header)) {
184 cu = udp_next(ud);
189 ud->uh_dport, 0, IPPROTO_UDP, 1);
202 struct udphdr *ud; local
211 ud = ip_next(pip);
212 cu = udp_next(ud);
215 end = (char *)ud + ntohs(ud->uh_ulen);
H A Dalias.c348 struct udphdr *ud; local
355 ud = (struct udphdr *)ip_next(ip);
361 ud->uh_dport, ud->uh_sport,
387 accumulate += ud->uh_sport;
403 ud->uh_sport = original_port;
529 struct udphdr *ud; local
537 ud = (struct udphdr *)ip_next(ip);
543 ud->uh_dport, ud
728 struct udphdr *ud; local
815 struct udphdr *ud; local
1540 struct udphdr *ud; local
[all...]
/freebsd-10.1-release/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-10.1-release/lib/libkiconv/
H A Dxlat16_iconv.c154 u_char src[3], dst[4], *srcp, *dstp, ud, ld; local
231 ud = (u_char)dst[0];
237 table[us] = (ud << 8) | ld;
246 table[us] = quirk_unix2vendor((ud << 8) | ld,
252 table[us] = ud;
253 if (lcase & KICONV_LOWER && ud != tolower(ud)) {
254 table[us] |= (u_char)tolower(ud) << 16;
257 if (lcase & KICONV_UPPER && ud != toupper(ud)) {
[all...]
/freebsd-10.1-release/contrib/libucl/include/
H A Ducl.h193 void* ud; /**< Opaque user data */ member in union:ucl_object_s::__anon1897
643 * @param ud opaque user data
647 typedef bool (*ucl_macro_handler) (const unsigned char *data, size_t len, void* ud);
664 * @param ud opaque user data for a handler
667 ucl_macro_handler handler, void* ud);
676 * @param ud opaque userdata
680 unsigned char **replace, size_t *replace_len, bool *need_free, void* ud);
695 * @param ud opaque data for the handler
698 ucl_variable_handler handler, void *ud);
794 int (*ucl_emitter_append_character) (unsigned char c, size_t nchars, void *ud);
802 void *ud; member in struct:ucl_emitter_functions
[all...]
/freebsd-10.1-release/sys/boot/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.c172 static void ficlFilePosition(FICL_VM *pVM) /* ( fileid -- ud ior ) */
175 long ud = ftell(ff->f); local
176 stackPushINT(pVM->pStack, ud);
177 pushIor(pVM, ud != -1);
193 static void ficlFileSize(FICL_VM *pVM) /* ( fileid -- ud ior ) */
196 long ud = fileSize(ff->f); local
197 stackPushINT(pVM->pStack, ud);
198 pushIor(pVM, ud != -1);
359 static void ficlRepositionFile(FICL_VM *pVM) /* ( ud fileid -- ior ) */
362 size_t ud local
382 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-10.1-release/sys/compat/svr4/
H A Dsvr4_stream.c430 struct svr4_si_oudata ud; local
433 if (ioc->len != sizeof(ud) && ioc->len != sizeof(ud) - sizeof(int)) {
435 sizeof(ud), ioc->len));
439 if ((error = copyin(ioc->buf, &ud, sizeof(ud))) != 0)
446 ud.tidusize = 16384;
447 ud.addrsize = sizeof(struct svr4_sockaddr_in);
449 ud.etsdusize = 1;
451 ud
568 struct svr4_si_udata ud; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DListener.h127 BroadcasterInfo(uint32_t mask, HandleBroadcastCallback cb = NULL, void *ud = NULL) :
130 callback_user_data (ud)
/freebsd-10.1-release/contrib/ofed/libmlx4/src/
H A Dqp.c143 memcpy(dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof (struct mlx4_av));
144 dseg->dqpn = htonl(wr->wr.ud.remote_qpn);
145 dseg->qkey = htonl(wr->wr.ud.remote_qkey);
146 dseg->vlan = htons(to_mah(wr->wr.ud.ah)->vlan);
147 memcpy(dseg->mac, to_mah(wr->wr.ud.ah)->mac, 6);
289 if (to_mah(wr->wr.ud.ah)->tagged) {
291 ctrl->vlan_tag = htons(to_mah(wr->wr.ud.ah)->vlan);
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dntp_calendar.c782 uint32_t us, um, uh, ud, sflag; local
789 ud = uh / HRSPERDAY;
793 ud ^= sflag;
795 split[0] = (int32_t)(uh - ud * HRSPERDAY );
799 return uint32_2cpl_to_int32(ud);
1747 uint32_t uw, ud, sflag; local
1764 ud = int32_to_uint32_2cpl(ds.hi);
1765 uw = sflag ^ ((sflag ^ ud) / DAYSPERWEEK);
1766 ud -= uw * DAYSPERWEEK;
1768 ds.lo = ud;
[all...]
/freebsd-10.1-release/contrib/ofed/librdmacm/examples/
H A Dudaddy.c219 send_wr.wr.ud.ah = node->ah;
220 send_wr.wr.ud.remote_qpn = node->remote_qpn;
221 send_wr.wr.ud.remote_qkey = node->remote_qkey;
338 node->remote_qpn = event->param.ud.qp_num;
339 node->remote_qkey = event->param.ud.qkey;
340 node->ah = ibv_create_ah(node->pd, &event->param.ud.ah_attr);
H A Dmckey.c221 send_wr.wr.ud.ah = node->ah;
222 send_wr.wr.ud.remote_qpn = node->remote_qpn;
223 send_wr.wr.ud.remote_qkey = node->remote_qkey;
305 ret = join_handler(cma_id->context, &event->param.ud);
/freebsd-10.1-release/sys/ofed/include/rdma/
H A Drdma_cm.h111 struct rdma_ud_param ud; member in union:rdma_cm_event::__anon11175
/freebsd-10.1-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c389 memcpy(de->ud.td_name, name, namelen);
411 nde->ud.td_name = malloc(len, M_TMPFSNAME, M_WAITOK);
442 if (!tmpfs_dirent_duphead(de) && de->ud.td_name != NULL)
443 free(de->ud.td_name, M_TMPFSNAME);
749 de = LIST_FIRST(&de->ud.td_duphead);
769 dc->tdc_current = LIST_FIRST(&de->ud.td_duphead);
828 dc->tdc_current = LIST_FIRST(&de->ud.td_duphead);
866 duphead = &de->ud.td_duphead;
973 tmpfs_dir_attach_dup(dnode, &xde->ud.td_duphead, de);
985 LIST_INIT(&xde->ud
[all...]
H A Dtmpfs.h94 } ud; member in struct:tmpfs_dirent
437 bcmp((de)->ud.td_name, (name), (de)->td_namelen) == 0)

Completed in 219 milliseconds

123