Home
last modified time | relevance | path

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

12345

/titanic_51/usr/src/lib/libbsm/common/
H A Dadt_token.c186 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_dat in adt_to_newgroups()
[all...]
/titanic_51/usr/src/lib/libast/common/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()
/titanic_51/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_t)0, NiL)); in streval()
H A Dstrexpr.c54 long (*convert)(const char*, char**, void*); member
55 void* handle; /* user convert handle */
248 else if (ex->convert) n = (*ex->convert)(ex->nextchr, &ex->nextchr, ex->handle); in expr()
264 * (long)(*convert)(const char* string, char** end, void* handle)
270 * NOTE: (*convert)() may call strexpr(ex, )
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) (*conver in strexpr()
[all...]
/titanic_51/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
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 t
[all...]
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c126 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 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()
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) < in tftp_recvfile()
[all...]
/titanic_51/usr/src/cmd/nl/
H A Dnl.c59 static char nbuf[100]; /* Declare bufsize used in convert/pad/cnt routines */
70 static int k; /* Declare var for return of convert */
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(arg
708 convert(c, option_arg) convert() function
729 convert(argv) convert() function
[all...]
/titanic_51/usr/src/cmd/cpio/
H A Dcpiostat.c42 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_51/usr/src/lib/libast/common/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()
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_51/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] && !(fp->tmp[0] = sfstropen()) || sfprintf(fp->tmp[0], "%%%c", fp->fmt.fmt) <= 0 || !(value->s = sfstruse(fp->tmp[0])))) in getfmt()
341 sfkeyprintf(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 sfkeyprintf_20000308(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()
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c83 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) {
192 * If 0 < n, set a new multibyte string and convert the first character,
193 * returning either -1 on error or the number of bytes used to convert the
217 static t_wide_io convert = { 0 }; local
228 convert._state = initial;
229 convert._next = convert
[all...]
/titanic_51/usr/src/lib/libast/common/
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
/titanic_51/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
/titanic_51/usr/src/cmd/sort/
H A DMakefile57 convert := TARGET = convert macro
65 debug convert invoke stats : $(SUBDIRS) target
H A DMakefile.com32 # convert, invoke
34 # convert builds convert binaries (converts input to collation
66 CONVERT_OBJS = convert.o $(BASE_OBJS)
106 debug : $(PROG) convert invoke
129 convert: $(CONVERT_OBJS)
/titanic_51/usr/src/lib/libcmd/common/
H A Ddate.c251 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_51/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c32 "[+NAME?date - set/list/convert dates]"
145 " [+n?convert \b%S\b as \b%S.%N\b]"
256 * convert s to Time_t with error checking
260 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()
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c81 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()
200 * If 0 < n, set a new multibyte string and convert the first character,
201 * returning either -1 on error or the number of bytes used to convert the
220 static t_wide_io convert = { 0 }; in __m_cc_mbs() local
231 convert._next = convert._size = 0; in __m_cc_mbs()
232 convert in __m_cc_mbs()
[all...]
/titanic_51/usr/src/cmd/banner/
H A Dbanner.c188 static char convert(unsigned char c);
227 c = convert(c); in banner()
270 convert(unsigned char c) in convert() function
/titanic_51/usr/src/cmd/syslogd/
H A Dsystem-log31 convert()
90 convert ${remote}
/titanic_51/usr/src/cmd/sort/common/
H A Dconvert.c30 * convert
31 * given a sort invocation, convert input files, and display sort collation
40 convert(sort_t *S) in convert() function
115 convert(&S); in main()
/titanic_51/usr/src/cmd/refer/
H A Drefer2.c61 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_51/usr/src/cmd/ast/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()

12345