Searched refs:fb (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/comp/
H A Diconv.c260 _win_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
281 memcpy(*tb, *fb, fz);
294 if ((tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, *tn)) && tz <= *tn)
311 while (!(tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)fz, (LPWSTR)*tb, 0)))
338 ub = (LPWSTR)*fb;
340 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, 0)))
344 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)ub, un)))
365 while (!(fz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)bz, (LPWSTR)ub, un)))
395 if (ub != (LPWSTR)*fb)
399 *fb
531 utf2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
605 bin2utf(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
715 ume2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
791 bin2ume(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
865 ucs2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
910 bin2ucs(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
956 scu2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1001 bin2scu(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1235 _ast_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1342 _ast_iconv_write(_ast_iconv_t cd, Sfio_t* op, char** fb, size_t* fn, Iconv_disc_t* disc) argument
1439 char* fb; local
[all...]
H A Domitted.c670 char fb[PATH_MAX]; local
674 if ((r = syslink(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1))
679 r = syslink(fb, tp);
804 char fb[PATH_MAX]; local
808 if ((r = sysrename(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1))
813 r = sysrename(fb, tp);
/ast/src/lib/libcodex/
H A Dcode-iconv.c161 char* fb; local
172 fb = state->buf;
179 if ((r = iconv(state->cvt, &fb, &fn, &tb, &tn)) == -1)
187 if (fn && fb > state->buf)
191 *tb++ = *fb++;
201 char* fb; local
207 fb = (char*)buf;
214 if ((r = iconv(state->cvt, &fb, &fn, &tb, &tn)) == (size_t)(-1))
/ast/src/lib/libast/string/
H A Dbase64.c51 base64encode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) argument
64 fp = fe = (unsigned char*)fb;
162 base64decode(const void* fb, size_t fz, void** fn, void* tb, size_t tz, void** tn) argument
184 fp = (unsigned char*)fb;
/ast/src/cmd/dsslib/fix/
H A Dfix.c65 register Field_t* fb = (Field_t*)b; local
67 if (fa->representation < fb->representation)
69 if (fa->representation > fb->representation)
71 if (fa->width < fb->width)
73 if (fa->width > fb->width)
75 return strcmp(fa->variable->name, fb->variable->name);
/ast/src/cmd/ie/
H A Dhistory.c952 struct fileblk fb; local
956 io_init(fd,&fb,inbuff);
1142 * move the file number fa to unit fb
1145 static int io_renumber(fa, fb)
1147 register int fb;
1151 close(fb);
1152 fcntl(fa,0,fb); /* normal dup */
1153 if(io_ftable[fb] = io_ftable[fa])
1154 io_ftable[fb]->fdes = fb;
[all...]
/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c2544 double fr, fg, fb, igam;
2786 fb = (double) colors[b].blue / 65535.0;
2790 fb = pow(fb, colorPtr->id.gamma);
2794 colorPtr->colorQuant[2][i] = (int)(fb * 255.99);
2526 double fr, fg, fb, igam; local

Completed in 918 milliseconds