Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 108) sorted by relevance

12345

/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c186 argc = ((union convert *)p_data)->tint; in adt_to_cmd()
340 n = ((union convert *)p_data)->tint; in adt_to_newgroups()
515 auid = ((union convert *)p_data)->tuid; in adt_to_process()
517 euid = ((union convert *)p_data)->tuid; in adt_to_process()
519 egid = ((union convert *)p_data)->tgid; in adt_to_process()
521 ruid = ((union convert *)p_data)->tuid; in adt_to_process()
523 rgid = ((union convert *)p_data)->tgid; in adt_to_process()
525 pid = ((union convert *)p_data)->tpid; in adt_to_process()
717 ((union convert *)p_data)->tint); in adt_to_text()
860 uid = ((union convert *)p_data)->tuid; in adt_to_user()
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Duucp.m443 R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format
44 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
45 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
46 R$* < @ $+ > $2 ! $1 convert to UUCP format
63 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
64 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format
65 R$* < @ $+ > $2 ! $1 convert to UUCP format
78 R<@ $+ > : $+ $1 ! $2 convert to UUCP format
80 R$* < @ $+ > $2 ! $1 convert to UUCP format
112 R<@ $+ > : $+ $@ $1 ! $2 convert to UUCP format
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstreval.c35 Old_convert_t convert; member
41 return((*((Handle_t*)handle)->convert)(s, end)); in userconv()
45 streval(const char* s, char** end, Old_convert_t convert) in streval() argument
49 …return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_… in streval()
H A Dstrexpr.c54 long (*convert)(const char*, char**, void*); member
248 else if (ex->convert) n = (*ex->convert)(ex->nextchr, &ex->nextchr, ex->handle); in expr()
274 strexpr(const char* s, char** end, long(*convert)(const char*, char**, void*), void* handle) in strexpr()
281 ex.convert = convert; in strexpr()
288 if (convert) (*convert)(NiL, &ex.errmsg, handle); in strexpr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c124 readit(FILE *file, struct tftphdr **dpp, int convert) in readit() argument
133 read_ahead(file, convert); /* fill it */ in readit()
143 read_ahead(FILE *file, int convert) in read_ahead() argument
158 if (!convert) { in read_ahead()
193 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) in writeit() argument
198 if (write_behind(file, convert) < 0) /* flush it */ in writeit()
212 write_behind(FILE *file, int convert) in write_behind() argument
235 if (!convert) { in write_behind()
H A Dtftp.c123 int convert; /* true if doing nl->crlf conversion */ in tftp_sendfile() local
132 convert = (strcmp(mode, "netascii") == 0); in tftp_sendfile()
134 tsize_set = ((tsize_opt != 0) && !convert && (fstat(fd, &statb) == 0)); in tftp_sendfile()
150 size = readit(file, &dp, convert); in tftp_sendfile()
170 read_ahead(file, convert); in tftp_sendfile()
253 int convert; /* true if converting crlf -> lf */ in tftp_recvfile() local
260 convert = (strcmp(mode, "netascii") == 0); in tftp_recvfile()
296 if (write_behind(file, convert) < 0) { in tftp_recvfile()
370 size = writeit(file, &dp, n - 4, convert); in tftp_recvfile()
379 if (write_behind(file, convert) < 0) { /* flush last buffer */ in tftp_recvfile()
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c72 static int convert(int, char *);
74 static int convert(char *);
229 startcnt = convert(c, optarg); in main()
241 width = convert(c, optarg); in main()
247 blank = convert(c, optarg); in main()
428 startcnt = convert(argv[j]); in main()
434 increment = convert(argv[j]); in main()
440 width = convert(argv[j]); in main()
446 blank = convert(argv[j]); in main()
701 convert(int c, char *option_arg) in convert() function
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c45 Sf_key_convert_t convert; member
326 …if ((!fp->convert || !(value->s = (*fp->convert)(fp->handle, &fp->fmt, a, s, n))) && (!fp->tmp[0] … in getfmt()
341 …ntf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) in sfkeyprintf() argument
353 fmt.convert = convert; in sfkeyprintf()
373 …308(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) in sfkeyprintf_20000308() argument
386 fmt.convert = convert; in sfkeyprintf_20000308()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpiostat.c39 convert(dev_t dev) in convert() function
53 TmpSt->st_dev = convert(FromStat->st_dev); in stat_to_svr32_stat()
59 TmpSt->st_rdev = convert(FromStat->st_rdev); in stat_to_svr32_stat()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c81 t_wide_io convert = { 0 }; local
85 convert.object = (void *) &string;
86 convert.put = (int (*)(int, void *)) write_string;
92 if (m_wio_put(*wis, &convert) < 0) {
215 static t_wide_io convert = { 0 }; local
226 convert._state = initial;
227 convert._next = convert._size = 0;
228 convert.object = (void *) &string;
229 convert.put = (int (*)(int, void *)) write_string;
237 if ((count = m_wio_put('\0', &convert)) < 0) {
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME51 cvtatoe convert ASCII to EBCDIC
52 cvtetoa convert EBCDIC to ASCII
77 ctoi convert char constant string to int
81 stresc convert \ sequences in string in place
87 strtape convert generic tape unit to /dev/* file
92 tmdate convert date string to time_t
95 tmtime convert struct tm to time_t
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c260 convert(register Fmt_t* f, char* s, Time_t now) in convert() function
415 ts = convert(fmts, s, now); in b_date()
416 te = convert(fmts, t, now); in b_date()
480 now = convert(fmts, s, now); in b_date()
491 now = convert(fmts, s, now); in b_date()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtypeof-attribute.c4 #define convert(v) \ macro
11 convert(x) = 0; in main()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c79 t_wide_io convert = { 0 }; in wistombs() local
83 convert.object = (void *) &string; in wistombs()
84 convert.put = (int (*)(int, void *)) write_string; in wistombs()
90 if (m_wio_put(*wis, &convert) < 0) { in wistombs()
218 static t_wide_io convert = { 0 }; in __m_cc_mbs() local
229 convert._next = convert._size = 0; in __m_cc_mbs()
230 convert.object = (void *) &string; in __m_cc_mbs()
231 convert.put = (int (*)(int, void *)) write_string; in __m_cc_mbs()
239 if ((count = m_wio_put('\0', &convert)) < 0) { in __m_cc_mbs()
248 if ((bytes = m_wio_put(cc->_wc[i], &convert)) < 0) { in __m_cc_mbs()
/illumos-gate/usr/src/cmd/banner/
H A Dbanner.c186 static char convert(unsigned char c);
225 c = convert(c); in banner()
268 convert(unsigned char c) in convert() function
/illumos-gate/usr/src/cmd/sort/
H A DMakefile48 CONVERT_OBJS = convert.o $(BASE_OBJS)
83 debug : $(PROG) convert invoke
99 convert: $(CONVERT_OBJS) target
H A Dconvert.c38 convert(sort_t *S) in convert() function
113 convert(&S); in main()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsystem-log30 convert()
89 convert ${remote}
/illumos-gate/usr/src/cmd/refer/
H A Drefer2.c59 if (biblio && line[0] == '%' && line[1] == *convert) in doref()
171 if (biblio && line[0] == '%' && line[1] == *convert) in doref()
172 fprintf(fo, "%s%c%s", convert+1, sep, line+3); in doref()
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcvt.c660 Convert_f convert = msg2html; in main() local
669 convert = msg2html; in main()
672 convert = html2msg; in main()
689 (*convert)(sfstdin, sfstdout, flags); in main()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dlibslp.po61 msgid "could not convert address; aborting TCP handoff"
159 msgid "Can not convert DN to string: %s"
167 msgid "can not convert DN to string: %s"
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in87 convert () {
362 install_drive=`convert "$install_device"`
391 root_drive=`convert "$root_device"`
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DMakefile23 ctftest-convert-non-c.ksh \
24 ctftest-convert-no-dwarf.ksh \
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dscalbln.S35 fildl 12(%esp) / convert N to extended
H A Dscalblnf.S35 fildl 8(%esp) / convert N to extended

12345