Home
last modified time | relevance | path

Searched refs:kludge (Results 1 – 25 of 190) sorted by relevance

12345678

/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_radixtree.c45 struct kludge { struct
62 struct kludge *kludge; in radix_tree_insert() argument
66 if ((kludge = kzalloc(sizeof(*kludge), GFP_ATOMIC)) == NULL) in radix_tree_insert()
69 kludge->k_key = key; in radix_tree_insert()
70 kludge->k_datum = datum; in radix_tree_insert()
73 error = radix_tree_insert_node(&root->rtr_tree, key, kludge); in radix_tree_insert()
83 struct kludge *kludge; in radix_tree_delete() local
87 kludge = radix_tree_remove_node(&root->rtr_tree, key); in radix_tree_delete()
89 if (kludge == NULL) in radix_tree_delete()
92 datum = kludge->k_datum; in radix_tree_delete()
[all …]
/netbsd-src/games/hack/
H A Dhack.mhitu.c203 kludge("%s breathes fire!", "The dragon"); in mhitu()
215 kludge("%s explodes!", "The freezing sphere"); in mhitu()
233 kludge("You are frozen by %ss juices", "the cube'"); in mhitu()
240 kludge("You are put to sleep by %ss bite!", in mhitu()
294 kludge("%s has grabbed you!", "The owlbear"); in mhitu()
H A Dhack.mon.c186 kludge("%s swallows you!", name); in justswld()
199 kludge("%s digests you!", name); in youswld()
915 kludge(const char *str, const char *arg) in kludge() function
H A DOriginal_READ_ME56 and Jon Payne (JP) (The original lock file kludge and
H A Dextern.h263 void kludge(const char *, const char *);
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_proxy.c425 char *kludge = 0; in dict_proxy_open() local
463 prefix = kludge = concatenate(var_queue_dir, "/", in dict_proxy_open()
468 if (kludge) in dict_proxy_open()
469 myfree(kludge); in dict_proxy_open()
/netbsd-src/external/gpl2/xcvs/dist/m4/
H A Disc-posix.m421 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
/netbsd-src/external/gpl2/texinfo/dist/m4/
H A Disc-posix.m423 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
H A Dcheck-decl.m43 dnl This is just a wrapper function to encapsulate this kludge.
/netbsd-src/external/gpl2/gmake/dist/config/
H A Disc-posix.m423 dnl This test replaces the obsolescent AC_ISC_POSIX kludge.
/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Dcheck-decl.m43 dnl This is just a wrapper function to encapsulate this kludge.
/netbsd-src/sys/arch/evbarm/conf/
H A Dfiles.tsarm47 # like a kludge, but it might be for the best.
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dasconfig.texi88 @c Does this version of the assembler use the difference-table kludge?
H A Dall.texi88 @c Does this version of the assembler use the difference-table kludge?
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dall.texi89 @c Does this version of the assembler use the difference-table kludge?
H A Dasconfig.texi89 @c Does this version of the assembler use the difference-table kludge?
/netbsd-src/usr.bin/col/
H A DREADME24 like a kludge introduced for a particular printer).
/netbsd-src/sys/arch/evbmips/conf/
H A Dfiles.sbmips63 # like a kludge, but it might be for the best.
/netbsd-src/sys/arch/sbmips/conf/
H A Dfiles.sbmips64 # like a kludge, but it might be for the best.
/netbsd-src/sys/arch/i386/conf/
H A Dfiles.i386344 # like a kludge, but it might be for the best.
375 # like a kludge, but it might be for the best.
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dvorbis90 # A kludge to read the vendor string. It's a counted string, not a
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.1999389 * kdc/hpropd.c (dump_krb4): kludge default_realm
1278 * lib/krb5/get_cred.c (make_pa_tgs_req): remove old kludge for
1539 * lib/krb5/init_creds_pw.c (krb5_get_init_creds_password): kludge
1767 rewriting the names of the headers kludge to help solaris make
1769 * lib/krb5/Makefile.am: kludge to help solaris make
1771 * lib/hdb/Makefile.am: kludge to help solaris make
/netbsd-src/external/gpl2/texinfo/dist/
H A DTODO62 - support bibliographies with BibTeX (see web2c/doc for kludge prototype).
/netbsd-src/sys/arch/hpcmips/conf/
H A Dfiles.hpcmips397 # like a kludge, but it might be for the best.
/netbsd-src/games/fortune/datfiles/
H A Dfortunes.sp.ok1604 kludge

12345678