/titanic_50/usr/src/lib/libbsm/common/ |
H A D | adt_token.c | 186 argc = ((union convert *)p_data)->tint; in adt_to_cmd() 188 argv = ((union convert *)p_data)->tchar2star; in adt_to_cmd() 192 envp = ((union convert *)p_data)->tchar2star; in adt_to_cmd() 209 string = ((union convert *)p_data)->tcharstar; in adt_to_cmd1() 243 type = ((union convert *)p_data)->tuint32; in adt_to_tid() 257 ip->at_r_port = ((union convert *)p_data)->tuint16; in adt_to_tid() 261 ip->at_l_port = ((union convert *)p_data)->tuint16; in adt_to_tid() 288 fmri = ((union convert *)p_data)->tcharstar; in adt_to_frmi() 313 label = ((union convert *)p_data)->tm_label; in adt_to_label() 340 n = ((union convert *)p_data)->tint; in adt_to_newgroups() [all …]
|
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | streval.c | 35 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 D | strexpr.c | 54 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()
|
/titanic_50/usr/src/cmd/sendmail/cf/mailer/ |
H A D | uucp.m4 | 43 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 62 R<@ $- . UUCP > : $+ $1 ! $2 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 77 R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format 78 R<@ $+ > : $+ $1 ! $2 convert to UUCP format [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftpsubs.c | 126 readit(FILE *file, struct tftphdr **dpp, int convert) in readit() argument 135 read_ahead(file, convert); /* fill it */ in readit() 145 read_ahead(FILE *file, int convert) in read_ahead() argument 160 if (!convert) { in read_ahead() 195 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) in writeit() argument 200 if (write_behind(file, convert) < 0) /* flush it */ in writeit() 214 write_behind(FILE *file, int convert) in write_behind() argument 237 if (!convert) { in write_behind()
|
H A D | tftp.c | 123 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() 252 int convert; /* true if converting crlf -> lf */ in tftp_recvfile() local 259 convert = (strcmp(mode, "netascii") == 0); in tftp_recvfile() 295 if (write_behind(file, convert) < 0) { in tftp_recvfile() 369 size = writeit(file, &dp, n - 4, convert); in tftp_recvfile() 378 if (write_behind(file, convert) < 0) { /* flush last buffer */ in tftp_recvfile()
|
/titanic_50/usr/src/cmd/nl/ |
H A D | nl.c | 74 static int convert(int, char *); 76 static int convert(char *); 233 startcnt = convert(c, optarg); 239 increment = convert(c, optarg); 245 width = convert(c, optarg); 251 blank = convert(c, optarg); 432 startcnt = convert(argv[j]); 438 increment = convert(argv[j]); 444 width = convert(argv[j]); 450 blank = convert(argv[j]); [all …]
|
/titanic_50/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 45 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() 339 …ntf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) in sfkeyprintf() argument 352 fmt.convert = convert; in sfkeyprintf() 367 …ntf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) in sfkeyprintf() argument 379 fmt.convert = convert; in sfkeyprintf()
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpiostat.c | 42 convert(dev_t dev) in convert() function 56 TmpSt->st_dev = convert(FromStat->st_dev); in stat_to_svr32_stat() 62 TmpSt->st_rdev = convert(FromStat->st_rdev); in stat_to_svr32_stat()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 83 t_wide_io convert = { 0 }; local 87 convert.object = (void *) &string; 88 convert.put = (int (*)(int, void *)) write_string; 94 if (m_wio_put(*wis, &convert) < 0) { 217 static t_wide_io convert = { 0 }; local 228 convert._state = initial; 229 convert._next = convert._size = 0; 230 convert.object = (void *) &string; 231 convert.put = (int (*)(int, void *)) write_string; 239 if ((count = m_wio_put('\0', &convert)) < 0) { [all …]
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | README | 51 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
|
/titanic_50/usr/src/cmd/sort/ |
H A D | Makefile | 57 convert := TARGET = convert macro 65 debug convert invoke stats : $(SUBDIRS) target
|
H A D | Makefile.com | 66 CONVERT_OBJS = convert.o $(BASE_OBJS) 106 debug : $(PROG) convert invoke 129 convert: $(CONVERT_OBJS)
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | date.c | 251 convert(register Fmt_t* f, char* s, Time_t now) in convert() function 389 ts = convert(fmts, s, now); in b_date() 390 te = convert(fmts, t, now); in b_date() 454 now = convert(fmts, s, now); in b_date() 465 now = convert(fmts, s, now); in b_date()
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 81 t_wide_io convert = { 0 }; in wistombs() local 85 convert.object = (void *) &string; in wistombs() 86 convert.put = (int (*)(int, void *)) write_string; in wistombs() 92 if (m_wio_put(*wis, &convert) < 0) { in wistombs() 220 static t_wide_io convert = { 0 }; in __m_cc_mbs() local 231 convert._next = convert._size = 0; in __m_cc_mbs() 232 convert.object = (void *) &string; in __m_cc_mbs() 233 convert.put = (int (*)(int, void *)) write_string; in __m_cc_mbs() 241 if ((count = m_wio_put('\0', &convert)) < 0) { in __m_cc_mbs() 250 if ((bytes = m_wio_put(cc->_wc[i], &convert)) < 0) { in __m_cc_mbs()
|
/titanic_50/usr/src/cmd/banner/ |
H A D | banner.c | 188 static char convert(unsigned char c); 227 c = convert(c); in banner() 270 convert(unsigned char c) in convert() function
|
/titanic_50/usr/src/cmd/syslogd/ |
H A D | system-log | 31 convert() 90 convert ${remote}
|
/titanic_50/usr/src/cmd/sort/common/ |
H A D | convert.c | 40 convert(sort_t *S) in convert() function 115 convert(&S); in main()
|
/titanic_50/usr/src/cmd/refer/ |
H A D | refer2.c | 61 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()
|
/titanic_50/usr/src/cmd/ast/msgcc/ |
H A D | msgcvt.c | 660 Convert_f convert = msg2html; in main() local 669 convert = msg2html; in main() 672 convert = html2msg; in main() 689 (*convert)(sfstdin, sfstdout, flags); in main()
|
/titanic_50/usr/src/lib/libm/i386/src/ |
H A D | scalbln.s | 35 fildl 12(%esp) / convert N to extended
|
H A D | scalblnf.s | 35 fildl 8(%esp) / convert N to extended
|
H A D | scalbn.s | 35 fildl 12(%esp) / convert N to extended
|
H A D | scalbnf.s | 35 fildl 8(%esp) / convert N to extended
|
H A D | scalblnl.s | 35 fildl 16(%esp) / convert 32-bit integer N
|