Searched refs:u_char (Results 101 - 125 of 132) sorted by relevance

123456

/barrelfish-master/lib/libc/db/btree/
H A Dbt_open.c416 u_char *p;
419 p = (u_char *)&x;
/barrelfish-master/lib/vis/
H A Dunvis.c85 #define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
/barrelfish-master/lib/libc/resolv/
H A Dres_init.c438 u_char *u;
485 u = (u_char *)&ext->sort_list[nsort].mask.in6a;
514 *u = (u_char)~0;
753 static u_char srnd[16];
761 u_char *rnd = statp->_rnd == NULL ? srnd : statp->_rnd;
779 u_char *rnd = statp->_rnd == NULL ? srnd : statp->_rnd;
/barrelfish-master/lib/libc/db/hash/
H A Dhash_bigkey.c404 val->data = (u_char *)tp + off;
437 val->data = (u_char *)hashp->tmp_buf;
503 key->data = (u_char *)hashp->tmp_key;
H A Dhash_page.c219 key.data = (u_char *)op + ino[n];
236 val.data = (u_char *)op + ino[n + 1];
350 key.data = (u_char *)cino + ino[n];
352 val.data = (u_char *)cino + ino[n + 1];
H A Dhash.c676 val->data = (u_char *)rbufp->page + (int)bp[ndx + 1];
775 key->data = (u_char *)hashp->cpage->page + bp[ndx];
777 data->data = (u_char *)hashp->cpage->page + bp[ndx + 1];
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dchap-new.c440 u_char *outp;
474 outp = (u_char*)p->payload;
486 outp = (u_char*)p->payload + PPP_HDRLEN;
H A Dmultilink.c497 u_char *p = ep->value;
/barrelfish-master/include/lwip2/netif/ppp/
H A Dchap-new.c440 u_char *outp;
474 outp = (u_char*)p->payload;
486 outp = (u_char*)p->payload + PPP_HDRLEN;
H A Dppp.h161 typedef unsigned char u_char; typedef
/barrelfish-master/lib/libc/rpc/
H A Dauth_des.c106 u_char ad_pkey[1024]; /* Server's actual public key */
129 u_char pkey_data[1024];
/barrelfish-master/lib/libc/locale/
H A Dgb18030.c65 u_char bytes[4];
/barrelfish-master/include/sys/
H A Dcapsicum.h358 u_char cap_rights_to_vmprot(cap_rights_t *havep);
H A Dmount.h434 u_char ex_addrlen; /* and the net address length */
436 u_char ex_masklen; /* and the smask length */
449 u_char ex_addrlen; /* and the net address length */
451 u_char ex_masklen; /* and the smask length */
H A Dtypes.h50 typedef unsigned char u_char; typedef
H A Dfile.h235 u_char *maxprotp, struct file **fpp);
/barrelfish-master/lib/libc/db/test/
H A Ddbtest.c342 u_char *p1, *p2;
352 p1 - (u_char *)db1->data);
/barrelfish-master/lib/libc/net/
H A Dgethostnamadr.c587 const u_char *uaddr = (const u_char *)addr;
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Daddr.c355 u_char edst[MAX_ADDR_LEN];
475 error = nd6_storelladdr(ifp, NULL, dst_in, (u_char *)edst, &lle);
/barrelfish-master/lib/libc/isc/
H A Dev_streams.c237 ((u_char *)str->iovCur->iov_base + bytes);
/barrelfish-master/lib/libc/xdr/
H A Dxdr.c443 xdr_u_char(XDR *xdrs, u_char *cp)
/barrelfish-master/include/vm/
H A Dvm_page.h156 u_char act_count; /* page usage count (P) */
/barrelfish-master/include/netinet6/
H A Din6.h643 extern u_char ip6_protox[];
/barrelfish-master/lib/libc/stdio/
H A Dvfprintf.c411 flags&CHARINT ? (u_long)(u_char)GETARG(int) : \
H A Dvfwprintf.c491 flags&CHARINT ? (u_long)(u_char)GETARG(int) : \

Completed in 218 milliseconds

123456