Searched defs:fcode (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | convutf8.c | 51 static char *ldaptool_convert( const char *src, const char *fcode, 64 ldaptool_convert( const char *src, const char *fcode, argument 74 if (fcode == NULL || tcode == NULL) 77 if (strcasecmp(fcode, tcode) == 0) 80 if ((cd = iconv_open(tcode, fcode)) == (iconv_t)-1) {
|
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 108 u_int32_t fcode; member in union:bsd_db::bsd_dict::__anon2 439 u_int32_t fcode; local 464 fcode = BSD_KEY(ent, c); 471 if (dictp->f.fcode == fcode) { 485 } while (dictp->f.fcode != fcode); 507 dictp->f.fcode = fcode; 693 u_int32_t fcode; local [all...] |
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 1220 char fcode; local 1262 fcode = *p; 1277 switch (fcode) 1312 m->mf_name, fcode); 1410 char fcode; local 1426 fcode = *p; 1442 switch (fcode) 1463 m->mf_name, fcode); 1465 m->mf_name, fcode); 1473 m->mf_name, fcode, [all...] |
H A D | readcf.c | 1214 char fcode; local 1250 fcode = *p; 1265 switch (fcode) 1293 if (fcode == 'S') 1304 if (fcode == 'S') 1496 m->m_name, fcode);
|
H A D | queue.c | 7305 char fcode; local 7339 fcode = *p; 7354 switch (fcode) 7462 qg->qg_name, fcode);
|
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 479 wchar_t fcode; local 482 char fcode; local 670 if ((fcode = *format) != '\0' && fcode != '%') { 678 } while ((fcode = *format) != '\0' && fcode != '%'); 683 if (fcode == '\0') { /* end of format; return */ 729 switch (fcode = *format++) { 845 { num = fcode - '0'; 846 while (_M_ISDIGIT(fcode [all...] |
Completed in 56 milliseconds