Searched refs:f_convert (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sort/ |
H A D | initialize.c | 148 F->f_convert = field_convert_alpha; in initialize_post() 150 F->f_convert = in initialize_post() 154 F->f_convert = field_convert_numeric; in initialize_post() 157 F->f_convert = field_convert_month; in initialize_post() 173 F->f_convert = field_convert_alpha_wide; in initialize_post() 176 F->f_convert = in initialize_post() 180 F->f_convert = field_convert_month_wide; in initialize_post()
|
H A D | types.h | 87 ssize_t (*f_convert)(struct field *, line_rec_t *, member
|
H A D | fields.c | 1080 distance = cur_fieldp->f_convert(cur_fieldp, L, in field_convert() 1155 distance = cur_fieldp->f_convert(cur_fieldp, L, in field_convert_wide()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 144 int f_convert; member 876 tsize_set = (readmode && (pf->f_convert == 0)); in tftp() 1093 size = readit(file, &dp, pf->f_convert); in tftpd_sendfile() 1115 read_ahead(file, pf->f_convert); in tftpd_sendfile() 1241 if (write_behind(file, pf->f_convert) < 0) { in tftpd_recvfile() 1289 size = writeit(file, &dp, n - 4, pf->f_convert); in tftpd_recvfile() 1295 if (write_behind(file, pf->f_convert) < 0) { in tftpd_recvfile()
|