| /src/external/bsd/am-utils/dist/include/ |
| am_utils.h | 232 typedef struct mnt_map mnt_map; typedef in typeref:struct:mnt_map
|
| /src/external/bsd/am-utils/dist/amd/ |
| amd.h | 225 typedef void add_fn(mnt_map *, char *, char *); 226 typedef int init_fn(mnt_map *, char *, time_t *); 227 typedef int mtime_fn(mnt_map *, char *, time_t *); 228 typedef int isup_fn(mnt_map *, char *); 229 typedef int reload_fn(mnt_map *, char *, add_fn *); 230 typedef int search_fn(mnt_map *, char *, char *, char **, time_t *); 349 struct mnt_map { struct 627 extern void mapc_add_kv(mnt_map *, char *, char *); 628 extern mnt_map *mapc_find(char *, char *, const char *, const char *); 630 extern int mapc_keyiter(mnt_map *, key_fun, opaque_t) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-eh.cc | 3329 hash_map<eh_region, tree> *mnt_map) 3380 tree *slot = mnt_map->get (dst_r); 3396 mnt_map->put (dst_r, lab); 3522 hash_map<eh_region, tree> mnt_map; 3530 lower_resx (bb, as_a <gresx *> (last), &mnt_map); 3518 hash_map<eh_region, tree> mnt_map; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-eh.cc | 3333 hash_map<eh_region, tree> *mnt_map) 3385 tree *slot = mnt_map->get (dst_r); 3415 mnt_map->put (dst_r, lab); 3542 hash_map<eh_region, tree> mnt_map; 3548 dominance_invalidated |= lower_resx (bb, last, &mnt_map); 3538 hash_map<eh_region, tree> mnt_map; local
|