OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typemap
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/fsck_lfs/
vars.c
71
char *
typemap
; /* ptr to inode type table */
variable
/src/sbin/fsck_ext2fs/
main.c
121
u_char *
typemap
;
variable
/src/sbin/fsdb/
fsdb.c
1246
static struct
typemap
{
struct
1263
struct
typemap
*tp;
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc
487
struct
typemap
struct
498
static
typemap
type_map[] =
2391
return strcmp ((const char *)key, ((const
typemap
*)entry)->key);
2400
typemap
*entry
2401
= (
typemap
*) bsearch (tok, type_map,
2403
sizeof (
typemap
), typemap_cmp);
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc
487
struct
typemap
struct
498
static
typemap
type_map[] =
2391
return strcmp ((const char *)key, ((const
typemap
*)entry)->key);
2400
typemap
*entry
2401
= (
typemap
*) bsearch (tok, type_map,
2403
sizeof (
typemap
), typemap_cmp);
/src/external/mpl/bind/dist/bin/named/
statschannel.c
110
}
typemap
[] = { { dns_zone_none, "none" },
local
132
for (tp =
typemap
; tp->string != NULL && tp->type != ztype; tp++) {
/src/lib/libc/time/
zic.c
2800
int
typemap
[TZ_MAX_TYPES];
local
2869
Use
TYPEMAP
to swap OLD0 and THISDEFAULTTYPE so that
2871
of OLD0.
TYPEMAP
also omits unused types. */
2934
typemap
[i == old0 ? thisdefaulttype
3011
putc(
typemap
[pretranstype], fp);
3013
putc(
typemap
[types[i]], fp);
3015
putc(
typemap
[unspecifiedtype], fp);
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026