Searched refs:convert (Results 1 - 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstreval.c35 Old_convert_t convert; member in struct:__anon2670
41 return((*((Handle_t*)handle)->convert)(s, end));
45 streval(const char* s, char** end, Old_convert_t convert) argument
49 return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_t)0, NiL));
H A Dstrexpr.c54 long (*convert)(const char*, char**, void*); member in struct:__anon2671
55 void* handle; /* user convert handle */
248 else if (ex->convert) n = (*ex->convert)(ex->nextchr, &ex->nextchr, ex->handle);
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)
281 ex.convert = convert;
288 if (convert) (*conver
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpiostat.c42 convert(dev_t dev) function
56 TmpSt->st_dev = convert(FromStat->st_dev);
62 TmpSt->st_rdev = convert(FromStat->st_rdev);
/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
H A Dscalblnl.s35 fildl 16(%esp) / convert 32-bit integer N
H A Dscalbn.s35 fildl 12(%esp) / convert N to extended
H A Dscalbnf.s35 fildl 8(%esp) / convert N to extended
H A Dscalbnl.s35 fildl 16(%esp) / convert 32-bit integer N
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c186 argc = ((union convert *)p_data)->tint;
188 argv = ((union convert *)p_data)->tchar2star;
192 envp = ((union convert *)p_data)->tchar2star;
209 string = ((union convert *)p_data)->tcharstar;
243 type = ((union convert *)p_data)->tuint32;
257 ip->at_r_port = ((union convert *)p_data)->tuint16;
261 ip->at_l_port = ((union convert *)p_data)->tuint16;
288 fmri = ((union convert *)p_data)->tcharstar;
313 label = ((union convert *)p_data)->tm_label;
340 n = ((union convert *)p_dat
[all...]
/illumos-gate/usr/src/cmd/sort/
H A DMakefile57 convert := TARGET = convert macro
65 debug convert invoke stats : $(SUBDIRS)
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)
/illumos-gate/usr/src/cmd/refer/
H A Drefer0.c34 char *convert = "X.AP"; variable
H A Drefer..c39 extern char *convert;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c126 readit(FILE *file, struct tftphdr **dpp, int convert) argument
135 read_ahead(file, convert); /* fill it */
145 read_ahead(FILE *file, int convert) argument
160 if (!convert) {
195 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) argument
200 if (write_behind(file, convert) < 0) /* flush it */
214 write_behind(FILE *file, int convert) argument
237 if (!convert) {
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c45 Sf_key_convert_t convert; member in struct:__anon2613
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]))))
339 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument
352 fmt.convert = convert;
367 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument
379 fmt.convert = convert;
/illumos-gate/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) function
729 convert(argv) function
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s46 / need to convert nsecs to usecs & store into area pointed
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A DMakefile36 PROGSRCS= convert.cc file.cc main.cc parse.cc
/illumos-gate/usr/src/cmd/syslogd/
H A Dsystem-log31 convert()
90 convert ${remote}
/illumos-gate/usr/src/uts/common/sys/
H A Dgroup.h110 * The convert argument is used to map group elements to integer IDs.
113 extern char *group2intlist(group_t *, char *, size_t, int (convert)(void*));
/illumos-gate/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) function
115 convert(&S);
/illumos-gate/usr/src/lib/libcmd/common/
H A Ddate.c32 "[+NAME?date - set/list/convert dates]"
145 " [+n?convert \b%S\b as \b%S.%N\b]"
247 * convert s to Time_t with error checking
251 convert(register Fmt_t* f, char* s, Time_t now) function
389 ts = convert(fmts, s, now);
390 te = convert(fmts, t, now);
454 now = convert(fmts, s, now);
465 now = convert(fmts, s, now);
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/banner/
H A Dbanner.c188 static char convert(unsigned char c);
227 c = convert(c);
270 convert(unsigned char c) function

Completed in 71 milliseconds

123