Searched refs:map_name (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmaps.c169 char **map_name; local
185 for (map_name = maps->argv->argv; *map_name; map_name++) {
186 if ((dict = dict_handle(*map_name)) == 0)
187 msg_panic("%s: dictionary not found: %s", myname, *map_name);
201 *map_name, name, expansion);
295 char **map_name; local
297 for (map_name = maps->argv->argv; *map_name; map_nam
[all...]
/macosx-10.9.5/adv_cmds-153/colldef/
H A Dcommon.h36 extern char map_name[FILENAME_MAX];
H A Dparse.y80 char map_name[FILENAME_MAX] = ".";
996 strlcpy(map_name, optarg, sizeof(map_name));
/macosx-10.9.5/postfix-252/postfix/src/postalias/
H A Dpostalias.c442 const char *map_name; local
466 dicts[n] = ((map_name = split_at(maps[n], ':')) != 0 ?
467 dict_open3(maps[n], map_name, O_RDONLY, dict_flags) :
502 static int postalias_query(const char *map_type, const char *map_name, argument
508 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags);
512 map_type, map_name, key);
514 map_type, map_name);
533 const char *map_name; local
548 map_name = split_at(maps[n], ':');
549 if (map_name
584 postalias_delete(const char *map_type, const char *map_name, const char *key, int dict_flags) argument
605 postalias_seq(const char *map_type, const char *map_name, int dict_flags) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dbind.c61 char *initfile, *map_name, *fun_name, *unbind_name, *remove_seq, *cmd_seq; local
68 initfile = map_name = fun_name = unbind_name = remove_seq = (char *)NULL;
99 map_name = list_optarg;
140 if ((flags & MFLAG) && map_name)
142 kmap = rl_get_keymap_by_name (map_name);
145 builtin_error (_("`%s': invalid keymap name"), map_name);
/macosx-10.9.5/postfix-252/postfix/src/postmap/
H A Dpostmap.c452 const char *map_name; local
458 dicts[n] = ((map_name = split_at(maps[n], ':')) != 0 ?
459 dict_open3(maps[n], map_name, O_RDONLY, dict_flags) :
513 const char *map_name; local
538 dicts[n] = ((map_name = split_at(maps[n], ':')) != 0 ?
539 dict_open3(maps[n], map_name, O_RDONLY, dict_flags) :
620 static int postmap_query(const char *map_type, const char *map_name, argument
626 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags);
630 map_type, map_name, key);
632 map_type, map_name);
651 const char *map_name; local
702 postmap_delete(const char *map_type, const char *map_name, const char *key, int dict_flags) argument
723 postmap_seq(const char *map_type, const char *map_name, int dict_flags) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dtest-mem.c179 rk_test_mem_free(const char *map_name) argument
188 errx(1, "%s: %s underrun %x\n", testname, map_name, p[0]);
190 errx(1, "%s: %s overrun %x\n", testname, map_name, p[map.size - 1]);
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dcheck-common.c133 map_free(struct map_page *map, const char *test_name, const char *map_name) argument
141 errx(1, "%s: %s underrun %d\n", test_name, map_name, i);
144 errx(1, "%s: %s overrun %lu\n", test_name, map_name,
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/parser/
H A Dc.rb1022 def load_variable_map map_name
1023 return {} unless files = @store.cache[map_name]
1031 class_map[variable] = if map_name == :c_class_variables then
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypserv_proc.c541 char *map_name; local
588 if ((map_name = (char *)
595 m->map = map_name;
597 strncpy(map_name, dp->d_name, dp->d_namlen - 3);

Completed in 202 milliseconds