Searched refs:__DECONST (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-10.2-release/lib/libc/iconv/
H A Dcitrus_fix_grouping.h48 _citrus_fixup_char_max_md(__DECONST(void *, grouping))
H A Dcitrus_hash.c48 _region_init(&r, __DECONST(void *, key), strlen(key));
H A D_strtol.h60 *endptr = __DECONST(void *, nptr);
165 *endptr = __DECONST(void *, any ? s - 1 : nptr);
H A D_strtoul.h124 *endptr = __DECONST(void *, any ? s - 1 : nptr);
/freebsd-10.2-release/sys/libkern/
H A Dstrstr.c62 return (__DECONST(char *, s));
H A Dmemcchr.c113 return (__DECONST(void *, p));
H A Dstrtol.c127 *endptr = __DECONST(char *, any ? s - 1 : nptr);
H A Dstrtoq.c128 *endptr = __DECONST(char *, any ? s - 1 : nptr);
H A Dstrtoul.c106 *endptr = __DECONST(char *, any ? s - 1 : nptr);
/freebsd-10.2-release/usr.bin/m4/lib/
H A Dohash_enum.c36 return __DECONST(void *, h->t[(*pos)++].p);
H A Dohash_do.c73 void *result = __DECONST(void *, h->t[i].p);
94 return __DECONST(void *, h->t[i].p);
/freebsd-10.2-release/lib/libc/stdlib/
H A Dtsearch.c51 q->key = __DECONST(void *, vkey);/* initialize new node */
/freebsd-10.2-release/lib/libcompat/4.3/
H A Dre_comp.c62 return __DECONST(char *,
/freebsd-10.2-release/usr.bin/sort/
H A Dmem.c59 free(__DECONST(void *, ptr));
/freebsd-10.2-release/lib/libpam/modules/pam_opieaccess/
H A Dpam_opieaccess.c68 if (pwent == NULL || opielookup(&opie, __DECONST(char *, luser)) != 0)
78 if (opieaccessfile(__DECONST(char *, rhost)) != 0 &&
/freebsd-10.2-release/lib/libdpv/
H A Dutil.c44 __DECONST(char *, "-c"),
46 __DECONST(char *, "--"),
/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_linux_list_sort.c45 le1 = *(__DECONST(struct list_head **, d1));
46 le2 = *(__DECONST(struct list_head **, d2));
H A Ddrm_crtc_helper.h144 crtc->helper_private = __DECONST(void *, funcs);
150 encoder->helper_private = __DECONST(void *, funcs);
156 connector->helper_private = __DECONST(void *, funcs);
/freebsd-10.2-release/usr.sbin/autofs/
H A Dautomount.c115 __DECONST(void *, "autofs"), (size_t)-1);
117 __DECONST(void *, fspath), (size_t)-1);
119 __DECONST(void *, from), (size_t)-1);
128 __DECONST(void *, options), (size_t)-1);
130 __DECONST(void *, prefix), (size_t)-1);
242 __DECONST(void *, "autofs"), (size_t)-1);
244 __DECONST(void *, fspath), (size_t)-1);
/freebsd-10.2-release/lib/libulog/
H A Dulog_login_pseudo.c65 execv(_PATH_ULOG_HELPER, __DECONST(char * const *, argv));
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_umtx.c135 (void *)tm_size, __DECONST(void *, tm_p));
144 (void *)tm_size, __DECONST(void *, tm_p));
180 __DECONST(void*, timeout));
191 __DECONST(void*, timeout));
214 (void *)tm_size, __DECONST(void *, tm_p));
241 m, __DECONST(void*, timeout));
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Dtsearch.c27 #ifndef __DECONST
28 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
64 q->key = __DECONST(void *, vkey); /* initialize new node */
/freebsd-10.2-release/cddl/compat/opensolaris/misc/
H A Dzmount.c98 build_iovec(&iov, &iovlen, "fspath", __DECONST(char *, dir),
100 build_iovec(&iov, &iovlen, "from", __DECONST(char *, spec), (size_t)-1);
/freebsd-10.2-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c89 dialog_vars.backtitle = __DECONST(char *, "FreeBSD Installer");
177 dialog_vars.ok_label = __DECONST(char *, "Commit");
179 __DECONST(char *, "Revert & Exit");
181 dialog_vars.cancel_label = __DECONST(char *, "Back");
342 nitems, __DECONST(char **, items));
355 i*100/nitems, nitems, __DECONST(char **, items));
366 i*100/nitems, nitems, __DECONST(char **, items));
369 free(__DECONST(char *, items[i*2]));
/freebsd-10.2-release/lib/libc/gen/
H A Dexec.c76 return (_execve(name, __DECONST(char **, argv), environ));
104 return (_execve(name, __DECONST(char **, argv), envp));
130 return (execvp(name, __DECONST(char **, argv)));
230 __DECONST(char **, memp), envp);

Completed in 208 milliseconds

12345