Searched refs:conv (Results 51 - 75 of 94) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dcap.c29 #include <conv.h>
H A Dfiles.c34 #include <conv.h>
H A Drelocate.c29 #include <conv.h>
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c38 #include <conv.h>
H A Dconfig_elf.c36 #include <conv.h>
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c582 static void conv(FILE *);
973 conv(stdin);
980 conv(fp);
1047 conv(FILE *fp) function
1215 } /* End of conv */
1233 * Called from conv() to process the rest of a device control function. There's
1776 * goes to /dev/null because of the redirect(-1) call made in conv().
2114 * page is done at the end of conv(), but probably belongs here.
/illumos-gate/usr/src/boot/sys/boot/i386/boot2/
H A DMakefile75 dd if=boot2.ld of=${.TARGET} obs=7680 conv=osync status=none
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dllib-lconv33 #include <conv.h>
/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc.h35 #include <conv.h>
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c30 #include <conv.h>
H A Dutil_machelf.c38 #include <conv.h>
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h34 #include <conv.h>
H A Dmain.c44 #include <conv.h>
H A Ddwarf.c34 #include <conv.h>
H A Dfake_shdr.c69 #include <conv.h>
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c141 #define GENERATE_PROPERTY_STRING(buf, length, conv, name, type, val) \
142 (snprintf((buf), (length), "%s=%s%s" conv "%s", (name), \
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c444 * Call PAM conv function to display the prompt.
447 if ((pam_convp->conv)(num_prompts, &msgs, &ret_respp,
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c58 /* PAM_CONV */ "conv",
501 item ? (void *)((struct pam_conv *)item)->conv :
575 (void *)((struct pam_conv *)*item)->conv);
2659 * So at this point, we should check whether pam_convp->conv
2662 if ((pam_convp == NULL) || (pam_convp->conv == NULL))
2698 * Call conv function to display the prompt.
2700 retcode = (pam_convp->conv)(num_msg, &msg, ret_respp, conv_apdp);
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.c32 #include <conv.h>
H A Dcap.c33 #include <conv.h>
H A Dphdr.c29 #include <conv.h>
H A Dshdr.c34 #include <conv.h>
H A Dstr.c33 #include <conv.h>
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c41 #include <conv.h>
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h39 #include <conv.h>

Completed in 1842 milliseconds

1234