Searched refs:mapname (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/scripts/
H A Damd2ldif.in4 Usage $0 mapname base < mapfile >mapfile.ldif
6 mapname: name of the amd map beeing converted to ldif
17 my $mapname = $ARGV[0] or die $usage;
21 print "dn: cn=amdmap $mapname timestamp, $base\n";
22 printf "$tfmt", "cn", "amdmap $mapname timestamp";
24 printf "$tfmt", "amdmapName", "$mapname";
26 printf "$tfmt", "amdmapName", $mapname;
51 print "dn: cn=amdmap $mapname\[$key\], $base\n";
52 printf "$fmt","cn","amdmap $mapname\[$key\]";
54 printf "$fmt","amdmapName", $mapname;
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_stream.c13 /* const char *mapname,
27 /* removes the outer {} from the mapname value, and removes leading
51 /* .IP mapname
92 static char *dict_inline_to_multiline(VSTRING *vp, const char *mapname) argument
94 char *saved_name = mystrdup(mapname);
114 VSTREAM *dict_stream_open(const char *dict_type, const char *mapname, argument
133 if (mapname[0] == CHARS_BRACE[0]) {
135 if ((err = dict_inline_to_multiline(inline_buf, mapname)) != 0)
143 if ((map_fp = vstream_fopen(mapname, open_flags, 0)) == 0)
144 RETURN_0_WITH_REASON("open %s: %m", mapname);
159 const char *mapname; /* starts with brace */ member in struct:testcase
[all...]
H A Ddict_regexp.c145 const char *mapname; /* name of regexp map */ member in struct:__anon61
199 static void dict_regexp_regerror(const char *mapname, int lineno, int error, argument
205 msg_warn("regexp map %s, line %d: %s", mapname, lineno, errbuf);
375 static int dict_regexp_get_pat(const char *mapname, int lineno, char **bufp, argument
394 mapname, lineno);
416 "skipping this rule", mapname, lineno, re_delim);
438 "skipping this rule", mapname, lineno, *p);
449 static int dict_regexp_get_pats(const char *mapname, int lineno, char **p, argument
457 if (dict_regexp_get_pat(mapname, lineno, p, first_pat) == 0)
466 mapname, linen
519 dict_regexp_compile_pat(const char *mapname, int lineno, DICT_REGEXP_PATTERN *pat) argument
551 dict_regexp_parseline(DICT *dict, const char *mapname, int lineno, char *line, int nesting) argument
749 dict_regexp_open(const char *mapname, int open_flags, int dict_flags) argument
[all...]
H A Ddict_pcre.c237 const char *mapname; /* name of regexp map */ member in struct:__anon55
340 static void dict_pcre_exec_error(const char *mapname, int lineno, int errval) argument
346 mapname, lineno);
351 mapname, lineno);
356 mapname, lineno);
361 mapname, lineno);
367 mapname, lineno);
373 mapname, lineno);
379 mapname, lineno);
384 mapname, linen
561 dict_pcre_get_pattern(const char *mapname, int lineno, char **bufp, DICT_PCRE_REGEXP *pattern) argument
693 dict_pcre_compile(const char *mapname, int lineno, DICT_PCRE_REGEXP *pattern, DICT_PCRE_ENGINE *engine) argument
753 dict_pcre_parse_rule(DICT *dict, const char *mapname, int lineno, char *line, int nesting) argument
1001 dict_pcre_open(const char *mapname, int open_flags, int dict_flags) argument
[all...]
H A Ddict_cidr.c253 DICT *dict_cidr_open(const char *mapname, int open_flags, int dict_flags) argument
275 msg_fatal("cidr map %s: read error: %m", mapname); \
287 DICT_CIDR_OPEN_RETURN(dict_surrogate(DICT_TYPE_CIDR, mapname,
290 DICT_TYPE_CIDR, mapname));
295 if ((map_fp = dict_stream_open(DICT_TYPE_CIDR, mapname, O_RDONLY,
297 DICT_CIDR_OPEN_RETURN(dict_surrogate(DICT_TYPE_CIDR, mapname,
307 dict_cidr = (DICT_CIDR *) dict_alloc(DICT_TYPE_CIDR, mapname,
323 mapname, lineno, vstring_str(why));
357 mapname, rule_stack[nesting]->lineno);
H A Ddict_sockmap.c42 /* .IP "<mapname> <space> <key>"
311 DICT *dict_sockmap_open(const char *mapname, int open_flags, int dict_flags) argument
333 DICT_SOCKMAP_OPEN_RETURN(dict_surrogate(DICT_TYPE_SOCKMAP, mapname,
336 DICT_TYPE_SOCKMAP, mapname));
338 DICT_SOCKMAP_OPEN_RETURN(dict_surrogate(DICT_TYPE_SOCKMAP, mapname,
341 DICT_TYPE_SOCKMAP, mapname));
346 saved_name = mystrdup(mapname);
348 DICT_SOCKMAP_OPEN_RETURN(dict_surrogate(DICT_TYPE_SOCKMAP, mapname,
376 dp = (DICT_SOCKMAP *) dict_alloc(DICT_TYPE_SOCKMAP, mapname, sizeof(*dp));
H A Ddict.h329 extern VSTREAM *dict_stream_open(const char *dict_type, const char *mapname,
/netbsd-current/lib/librpcsvc/
H A Dyp.x84 typedef string mapname<YPMAXMAP>;
92 mapname map;
99 mapname map;
105 mapname map;
151 mapname map;
/netbsd-current/usr.bin/pmap/
H A Dmain.h59 const char *mapname(void *);
H A Dmain.c433 mapname(void *addr) function
H A Dpmap.c167 const char *name = mapname(P(vm_map));
837 const char *sub = mapname(vme->object.sub_map);
/netbsd-current/lib/libc/citrus/
H A Dcitrus_mapper.c132 lookup_mapper_entry(const char *dir, const char *mapname, argument
155 cp = _memstream_matchline(&ms, mapname, &len, 0);
320 const char * __restrict mapname)
331 hashval = hash_func(mapname);
332 _CITRUS_HASH_SEARCH(&ma->ma_cache, cm, cm_entry, match_func, mapname,
343 ret = lookup_mapper_entry(ma->ma_dir, mapname, linebuf,
352 cm->cm_key = strdup(mapname);
318 _citrus_mapper_open(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char * __restrict mapname) argument
/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_mapper_serial.c129 char mapname[PATH_MAX]; local
140 snprintf(mapname, sizeof(mapname), "%.*s",
143 mapname[_bcs_skip_nonws(mapname)-mapname] = '\0';
148 ret = _mapper_open(ma, &ml->ml_mapper, mapname);
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmmaptrace.c82 char *mapname; /* name in /proc/<pid>/object */ member in struct:MapInfo
92 char *mapname; member in struct:NameInfo
585 map->mapname = "";
598 if (__collector_strcmp (np->mapname, name) == 0)
610 np->mapname = np->filename;
615 map->mapname = np->mapname;
618 map->filename = map->mapname;
619 TprintfT (DBG_LT2, "resolve_mapname: %s resolved to %s\n", map->mapname, map->filename);
756 __collector_strcmp (oldp->mapname, new
[all...]
/netbsd-current/external/bsd/libproc/dist/tests/
H A Dproc_test.c129 const char *mapname)
175 ATF_REQUIRE_EQ_MSG(strcmp(mapname, mapbname), 0,
176 "expected map name '%s' doesn't match '%s'", mapname, mapbname); local
128 verify_bkpt(struct proc_handle *phdl, GElf_Sym *sym, const char *symname, const char *mapname) argument
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgen.c386 char line[1024], pattern[40], mapname[20], accname[20], options[100]; local
398 (unsigned long)sizeof mapname,
414 n = sscanf(tmp, pattern, mapname, accname, options);
420 n = find_name(mapname, map_names);
/netbsd-current/sys/arch/evbmips/rmixl/
H A Dmachdep.c754 const char *mapname; local
769 mapname = "psb_physaddr_map";
785 mapname = "avail_mem_map";
814 rmixl_puts(mapname);

Completed in 355 milliseconds