Searched refs:MAP (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.h15 extern char *arith_map_lookup __P((MAP *, char *, char **, int *));
17 extern char *bestmx_map_lookup __P((MAP *, char *, char **, int *));
19 extern char *bogus_map_lookup __P((MAP *, char *, char **, int *));
21 extern bool bt_map_open __P((MAP *, int));
23 extern char *db_map_lookup __P((MAP *, char *, char **, int *));
25 extern void db_map_store __P((MAP *, char *, char *));
26 extern void db_map_close __P((MAP *));
28 extern bool dequote_init __P((MAP *, char *));
29 extern char *dequote_map __P((MAP *, char *, char **, int *));
31 extern bool dns_map_open __P((MAP *, in
[all...]
H A Dmap.c46 static bool db_map_open __P((MAP *, int, char *, DBTYPE, const void *));
49 static bool db_map_open __P((MAP *, int, char *, DBTYPE, DB_INFO *));
52 static bool db_map_open __P((MAP *, int, char *, DBTYPE, void **));
90 ** MAP.C -- implementations for various map classes.
94 ** bool map_parse(MAP *map, char *args)
99 ** char *map_lookup(MAP *map, char *key, char **args, int *pstat)
109 ** void map_store(MAP *map, char *key, char *value)
112 ** bool map_open(MAP *map, int mode)
121 ** void map_close(MAP *map)
154 MAP *ma
[all...]
H A Dalias.c21 static MAP *AliasFileMap = NULL; /* the actual aliases.files map */
214 static MAP *map = NULL;
265 register MAP *map;
390 MAP *map;
500 register MAP *map;
640 register MAP *map;
H A Dsendmail.h1227 #define MAP struct _map macro
1235 MAP
1260 MAP *map_stack[MAXMAPSTACK]; /* list for stacked maps */
1326 bool (*map_parse)__P((MAP *, char *));
1328 char *(*map_lookup)__P((MAP *, char *, char **, int *));
1330 void (*map_store)__P((MAP *, char *, char *));
1332 bool (*map_open)__P((MAP *, int));
1334 void (*map_close)__P((MAP *));
1347 extern bool impl_map_open __P((MAP *, int));
1349 extern MAP *makemapentr
[all...]
H A Ddomain.c632 MAP *map;
H A Dconf.c474 extern bool parse __P((MAP *, char *)); \
475 extern bool open __P((MAP *, int)); \
476 extern void close __P((MAP *)); \
477 extern char *lookup __P((MAP *, char *, char **, int *)); \
478 extern void store __P((MAP *, char *, char *)); \
H A Dparseaddr.c1800 MAP *map;
2913 MAP *map;
2969 MAP *map;
H A Dudb.c836 MAP *map;
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dline-map.h134 which led to the map MAP, if any, to stderr. Nothing is output if
140 #define SOURCE_LINE(MAP, LINE) \
141 ((((LINE) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
143 #define SOURCE_COLUMN(MAP, LINE) \
144 (((LINE) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
148 #define LAST_SOURCE_LINE(MAP) \
149 SOURCE_LINE (MAP, LAST_SOURCE_LINE_LOCATIO
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibdiscover.pl6 open(MAP, "< ibdiscover.map");
8 while (<MAP>) {
13 close(MAP);
/freebsd-9.3-release/usr.bin/tset/
H A Dmap.c64 } MAP; typedef in typeref:struct:map
66 MAP *cur, *maplist;
76 MAP *mapp;
80 mapp = malloc(sizeof(MAP));
189 MAP *mapp;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-mep.c98 #define MAP(n) case BFD_RELOC_MEP_##n: type = R_MEP_##n; break macro
100 #define MAP(n) case BFD_RELOC_MEP_/**/n: type = R_MEP_/**/n; break
112 MAP(NONE);
132 /* MEPRELOC:MAP */
134 MAP(8);
135 MAP(16);
136 MAP(32);
137 MAP(PCREL8A2);
138 MAP(PCREL12A2);
139 MAP(PCREL17A
96 #define MAP macro
169 #undef MAP macro
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp26 MAP(C1, 33) \
27 MAP(C2, 34) \
28 MAP(C3, 35) \
29 MAP(C4, 36) \
30 MAP(C8, 37) \
31 MAP(C9, 38) \
32 MAP(CA, 39) \
33 MAP(CB, 40) \
34 MAP(E8, 41) \
35 MAP(F
69 #define MAP macro
71 #undef MAP macro
886 #define MAP macro
1184 #undef MAP macro
[all...]
/freebsd-9.3-release/usr.sbin/ypserv/
H A Dypinit.sh235 for MAP in ${YPMAPLIST}
237 echo "Transfering ${MAP}..."
238 if ! ${YPXFR} -p ${YP_DIR} -h ${MASTER} -c -d ${DOMAIN} ${MAP}; then
239 echo "Can't transfer map ${MAP}." 1>&2
/freebsd-9.3-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6226 open(MAP, $map) || open(MAP, $sys_map) ||
6228 while (<MAP>) {
6262 close(MAP);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c1588 #define MAP(str, reloc) { str, sizeof (str) - 1, 1, 1, reloc }
1593 MAP ("l", BFD_RELOC_LO16),
1594 MAP ("h", BFD_RELOC_HI16),
1595 MAP ("ha", BFD_RELOC_HI16_S),
1596 MAP ("brtaken", BFD_RELOC_PPC_B16_BRTAKEN),
1597 MAP ("brntaken", BFD_RELOC_PPC_B16_BRNTAKEN),
1598 MAP ("got", BFD_RELOC_16_GOTOFF),
1599 MAP ("got@l", BFD_RELOC_LO16_GOTOFF),
1600 MAP ("got@h", BFD_RELOC_HI16_GOTOFF),
1601 MAP ("go
1580 #define MAP macro
[all...]
H A Dtc-mep.c1476 #define MAP(n) case MEP_OPERAND_##n: return BFD_RELOC_MEP_##n;
1478 #define MAP(n) case MEP_OPERAND_/**/n: return BFD_RELOC_MEP_/**/n;
1498 MAP (PCREL8A2); /* beqz */
1499 MAP (PCREL12A2); /* bsr16 */
1500 MAP (PCREL17A2); /* beqi */
1501 MAP (PCREL24A2); /* bsr24 */
1502 MAP (PCABS24A2); /* jmp */
1503 MAP (UIMM24); /* mov */
1504 MAP (ADDR24A4); /* sw/lw */
1472 #define MAP macro
1474 #define MAP macro
/freebsd-9.3-release/contrib/gcc/
H A Dsbitmap.h168 #define sbitmap_free(MAP) free(MAP)
H A Dbitmap.h101 /* True if MAP is an empty bitmap. */
102 #define bitmap_empty_p(MAP) (!(MAP)->first)
/freebsd-9.3-release/usr.sbin/pmccontrol/
H A Dpmccontrol.c189 #define MAP(M,C,P) (*((M) + (C)*npmc + (P))) macro
204 b = MAP(map, i, j);
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c285 } MAP; typedef in typeref:struct:map
287 static MAP *cur, *maplist;
382 MAP *mapp;
388 mapp = (MAP *) malloc(sizeof(MAP));
502 MAP *mapp;
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregcomp.c984 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) macro
992 switch (REP(MAP(from), MAP(to))) {
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldgram.y138 %token DEFINED TARGET_K SEARCH_DIR MAP ENTRY
343 | MAP '(' filename ')'
H A Dldlex.l267 <BOTH,SCRIPT>"MAP" { RTOKEN(MAP);}
/freebsd-9.3-release/lib/libc/regex/
H A Dregcomp.c1010 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) macro
1018 switch (REP(MAP(from), MAP(to))) {

Completed in 320 milliseconds

12