Searched refs:maps (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/share/examples/ypldap/
H A Dypldap.conf18 # passwd maps configuration (RFC 2307 posixAccount object class)
21 attribute name maps to "uid"
23 attribute uid maps to "uidNumber"
24 attribute gid maps to "gidNumber"
25 attribute gecos maps to "cn"
26 attribute home maps to "homeDirectory"
27 attribute shell maps to "loginShell"
32 # group maps configuration (RFC 2307 posixGroup object class)
35 attribute groupname maps to "cn"
37 attribute groupgid maps t
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_map.c71 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) argument
78 if (sk_POLICY_MAPPING_num(maps) == 0) {
82 for (i = 0; i < sk_POLICY_MAPPING_num(maps); i++) {
83 map = sk_POLICY_MAPPING_value(maps, i);
127 sk_POLICY_MAPPING_pop_free(maps, POLICY_MAPPING_free);
H A Dpcy_int.h194 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps);
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dline-map.c34 set->maps = NULL;
54 for (map = &set->maps[set->used - 1]; ! MAIN_FILE_P (map);
65 if (set->maps)
69 free (set->maps);
85 maps, so any stored line_map pointers should not be used. */
94 if (set->used && start_location < set->maps[set->used - 1].start_location)
100 set->maps = XRESIZEVEC (struct line_map, set->maps, set->allocated);
103 map = &set->maps[set->used];
108 /* If we don't keep our line maps consisten
[all...]
H A Dinit.c501 fname = pfile->line_table->maps[pfile->line_table->used-1].to_file;
H A Dinternal.h69 const struct line_map *map = &line_table->maps[line_table->used-1]; \
/freebsd-11-stable/share/mk/
H A Dbsd.symver.mk9 # and symbol maps.
41 # Run the symbol maps through the C preprocessor before passing
/freebsd-11-stable/tools/tools/locale/tools/
H A Dfinalize108 > ${base}/../etc/final-maps/map.UTF-8
111 > ${base}/../etc/final-maps/map.eucCN
114 > ${base}/../etc/final-maps/map.GB2312
129 > ${base}/../etc/final-maps/map.${map}
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dline-map.h66 struct line_map *maps; member in struct:line_maps
123 maps, so any stored line_map pointers should not be used. */
156 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
/freebsd-11-stable/usr.bin/vtfontcvt/
H A Dvtfontcvt.c83 static struct mapping_list maps[VFNT_MAPS] = { variable in typeref:struct:mapping_list
84 TAILQ_HEAD_INITIALIZER(maps[0]),
85 TAILQ_HEAD_INITIALIZER(maps[1]),
86 TAILQ_HEAD_INITIALIZER(maps[2]),
87 TAILQ_HEAD_INITIALIZER(maps[3]),
124 ml = &maps[map_idx];
152 mp_normal = TAILQ_FIRST(&maps[normal_map_idx]);
153 TAILQ_FOREACH_SAFE(mp_bold, &maps[map_idx], m_list, mp_temp) {
163 TAILQ_REMOVE(&maps[map_idx], mp_bold, m_list);
549 struct mapping_list *ml = &maps[map_id
[all...]
/freebsd-11-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c304 static const char *maps[] = { variable
348 * XXX The passwd.byname and passwd.byuid maps come in
351 * has a real crypted password. The maps will be insecure
356 * read the records from the maps, skip to the first ':'
363 if (yp_get_record(domain,maps[i],&key,&data,1) != YP_TRUE) {
365 maps[i], strerror(errno));
383 in map %s@%s with wrong name (%.*s)", pw->pw_uid, maps[i], domain,
403 in map %s@%s with wrong UID", pw->pw_name, maps[i], domain);
431 if ((dbp = yp_open_db_rw(domain, maps[i], FLAGS)) == NULL) {
433 maps[
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in12 the maps have changed. Remember "cd /var/yp; make" ?
/freebsd-11-stable/etc/mail/
H A DMakefile5 # file and database maps for the sendmail(8) daemon.
9 # all - Build cf, maps and aliases
11 # maps - Build the feature maps
62 # The Makefile knows about the following maps:
113 # Permissions for generated maps
185 all: cf maps aliases
219 maps: ${SENDMAIL_MAP_OBJ}
/freebsd-11-stable/usr.sbin/ypldap/
H A Dyp.c618 static struct ypmaplist maps[nitems(mapnames)]; local
624 res.maps = NULL;
628 maps[i].map = mapnames[i].name;
629 maps[i].next = res.maps;
630 res.maps = &maps[i];
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mr.c586 mr->maps = 0;
680 if (fmr->maps)
710 if (fmr->maps >= fmr->attr.max_maps)
730 ++fmr->maps;
770 ++fmr->maps;
809 if (!fmr->maps)
812 fmr->maps = 0;
819 if (!fmr->maps)
822 fmr->maps = 0;
H A Dmthca_provider.h85 int maps; member in struct:mthca_fmr
/freebsd-11-stable/include/rpcsvc/
H A Dyp.x163 ypmaplist *maps;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c996 if (fmr->maps >= fmr->max_maps)
1012 ++fmr->maps;
1068 fmr->maps = 0;
1116 if (!fmr->maps)
1119 fmr->maps = 0;
1144 if (fmr->maps)
/freebsd-11-stable/usr.sbin/ypserv/
H A Dypinit.sh118 # If we can't list the maps on the master, then we fake it with a
119 # hard-coded list of maps. The FreeBSD ypxfr command will work even
122 # no maps yet, we can't get a maplist from it).
128 echo "Can't enumerate maps from ${MASTER}. Please check that it is running." 1>&2
H A Dyp_server.c163 * Do DNS lookups for hosts maps if database lookup failed.
763 yp_maplist_free(result.maps);
765 if ((result.maps = yp_maplist_create(*argp)) == NULL) {
/freebsd-11-stable/sys/fs/udf/
H A Decma167-udf.h197 uint32_t n_pm; /* Number of partition maps */
201 uint8_t maps[1]; member in struct:logvol_desc
/freebsd-11-stable/usr.sbin/ypserv/common/
H A Dyplib_host.c352 *outmaplist = ypml.maps;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c748 /* Read the list of loaded modules from /proc/[pid]/maps
753 const char *maps = apr_psprintf(pool, "/proc/%ld/maps", (long)getpid());
759 err = svn_stream_open_readonly(&stream, maps, pool, pool);
766 /* Each line in /proc/[pid]/maps consists of whitespace-delimited fields. */
750 const char *maps = apr_psprintf(pool, "/proc/%ld/maps", (long)getpid()); local
/freebsd-11-stable/share/ctypedef/
H A DMakefile8 MAPLOC= ${.CURDIR}/../../tools/tools/locale/etc/final-maps
/freebsd-11-stable/share/colldef/
H A DMakefile8 MAPLOC= ${.CURDIR}/../../tools/tools/locale/etc/final-maps

Completed in 230 milliseconds

12