Home
last modified time | relevance | path

Searched refs:typetab (Results 1 – 25 of 39) sorted by relevance

12

/dports/mail/courier/courier-0.65.3/rfc1035/
H A Drfc1035str.c11 static struct { const char *name; int num; } typetab[]={ variable
65 for (i=0; i<sizeof(typetab)/sizeof(typetab[0]); i++) in rfc1035_type_itostr()
66 if (typetab[i].num == n) return (typetab[i].name); in rfc1035_type_itostr()
74 for (i=0; i<sizeof(typetab)/sizeof(typetab[0]); i++) in rfc1035_type_strtoi()
75 if (COMPARE(typetab[i].name, n) == 0) return (typetab[i].num); in rfc1035_type_strtoi()
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc1035/
H A Drfc1035str.c10 static struct { const char *name; int num; } typetab[]={ variable
60 for (i=0; i<sizeof(typetab)/sizeof(typetab[0]); i++) in rfc1035_type_itostr()
61 if (typetab[i].num == n) in rfc1035_type_itostr()
63 (*func)(typetab[i].name, arg); in rfc1035_type_itostr()
78 for (i=0; i<sizeof(typetab)/sizeof(typetab[0]); i++) in rfc1035_type_strtoi()
79 if (strcasecmp(typetab[i].name, n) == 0) return (typetab[i].num); in rfc1035_type_strtoi()
/dports/mail/cone/cone-1.1/libs/rfc1035/
H A Drfc1035str.c10 static struct { const char *name; int num; } typetab[]={ variable
66 for (i=0; i<sizeof(typetab)/sizeof(typetab[0]); i++) in rfc1035_type_itostr()
67 if (typetab[i].num == n) in rfc1035_type_itostr()
69 (*func)(typetab[i].name, arg); in rfc1035_type_itostr()
84 for (i=0; i<sizeof(typetab)/sizeof(typetab[0]); i++) in rfc1035_type_strtoi()
85 if (COMPARE(typetab[i].name, n) == 0) return (typetab[i].num); in rfc1035_type_strtoi()
/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Dgprop.c21 } typetab[] = variable
38 for(i = 0; i < (sizeof(typetab) / sizeof(typetab[0])); i++) in gprop_parse()
40 if(!strncmp(str, typetab[i].id, strlen(typetab[i].id))) in gprop_parse()
42 gp->type = typetab[i].type; in gprop_parse()
43 p = str + strlen(typetab[i].id); in gprop_parse()
90 snprintf(pom, sizeof(pom), "%s%s=%s", typetab[gp->type].id, in gprop_dump()
94 snprintf(pom, sizeof(pom), "%s%s=%d", typetab[gp->type].id, gp->name, (int) gp->value); in gprop_dump()
97 snprintf(pom, sizeof(pom), "%s%s=%s", typetab[gp->type].id, in gprop_dump()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dcontext.c38 static const enum context_type typetab[] = { enum
119 for ( j = 0, type = -1; j < ( sizeof(typetab) / sizeof(typetab[0]) ); j++ ) { in ContextDirective()
121 type = typetab[j]; in ContextDirective()
194 for ( j = 0; j < ( sizeof(typetab) / sizeof(typetab[0] ) ) && type; j++ ) { in ContextDirective()
195 if ( type & typetab[j] ) { in ContextDirective()
197 type &= ~typetab[j]; in ContextDirective()
205 curr->type = typetab[j]; in ContextDirective()
209 switch ( typetab[j] ) { in ContextDirective()
/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Dicmp.c48 static char *typetab[] = { variable
89 if (icmp->icmp_type >= lengthof(typetab) ||
90 typetab[icmp->icmp_type] == NULL)
95 typetab[icmp->icmp_type],
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Darch.c497 MPI_Datatype typetab[2]; in archDomMpiType() local
504 typetab[1] = MPI_UB; in archDomMpiType()
505 …onst void * const)) archptr->class->domMpiType) ((const void * const) &archptr->data, &typetab[0]); in archDomMpiType()
507 o = (MPI_Type_struct (2, bloktab, disptab, typetab, typeptr) != MPI_SUCCESS); in archDomMpiType()
/dports/japanese/anthy/anthy-0.4/src-util/
H A DMakefile.am7 EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt anthy.i
30 pkgdata_DATA = typetab dic-tool-usage.txt data
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmach/
H A Dmanglegcc3.c75 static Chartab typetab[] = variable
175 if((t = chartabsearch(typetab, *s)) != nil){ in gccname()
H A Dmanglegcc2.c42 static Chartab typetab[] = variable
373 if((t = chartabsearch(typetab, *s)) != nil){ in gccname()
/dports/graphics/pixie/Pixie/src/sdrc/
H A Dpp.h217 #define istype(c,v) ((typetab+1)[(c)]&(v))
224 char typetab[] = variable
280 extern char typetab[];
H A Dpp1.c314 typetab[*s2 + 1] |= C_L; in preprocess()
316 typetab[*s2 + 1] &= ~C_L; in preprocess()
/dports/devel/sunpromake/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/devel/smake/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/devel/sccs/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/devel/schilybase/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/net/rscsi/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/archivers/star/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/sysutils/cdrtools/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/editors/ved/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/sysutils/schilyutils/schily-2021-09-18/libstreamar/
H A Dlist.c257 typetab[info->f_filetype & 07],
270 typetab[info->f_filetype & 07],
/dports/japanese/anthy/anthy-0.4/
H A DINSTALL.2006.ja44 share/anthy/typetab
/dports/security/nmap/nmap-7.91/scripts/
H A Ddns-zone-transfer.nse148 --@name typetab
149 local typetab = { 'A', 'NS', 'MD', 'MF', 'CNAME', 'SOA', 'MB', 'MG', 'MR',
461 if typetab[ttype] == nil then
463 elseif RD[typetab[ttype]] then
464 return RD[typetab[ttype]](data, offset)
482 if not(typetab[ttype] == nil) then
483 table.ttype = typetab[ttype]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/codegenerator/
H A DSwigTypeParser.groovy40 …public static void appendTypeTable(Node typetab) { typetab.each { typeTable[it.@namespace + it.@ty…
574 <typetab>
576 </typetab>
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dprop.c39 static const struct strtab typetab[] = { variable
439 htsmsg_add_str(m, "type", val2str(pl->type, typetab) ?: "none"); in prop_serialize_value()

12