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

123456

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_addr_find.h17 #include <maps.h>
H A Dmail_addr_map.h22 #include <maps.h>
H A Dmaps.c3 /* maps 3
7 /* #include <maps.h>
14 /* const char *maps_find(maps, key, flags)
15 /* MAPS *maps;
19 /* MAPS *maps_free(maps)
20 /* MAPS *maps;
56 /* .IP maps
67 /* lookup failed due to error. The maps->error value indicates
113 #include "maps.h"
123 MAPS *maps; local
166 maps_find(MAPS *maps, const char *name, int flags) argument
293 maps_free(MAPS *maps) argument
317 MAPS *maps; local
[all...]
H A Dheader_body_checks.h18 #include <maps.h>
33 MAPS *maps; /* map handle */ member in struct:__anon11748
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_map11.c9 /* int smtp_map11_external(addr, maps, propagate)
11 /* MAPS *maps;
14 /* int smtp_map11_internal(addr, maps, propagate)
16 /* MAPS *maps;
19 /* int smtp_map11_tree(tree, maps, propagate)
21 /* MAPS *maps;
29 /* form of an address in the maps specified via the \fImaps\fR argument.
78 int smtp_map11_external(VSTRING *addr, MAPS *maps, int propagate) argument
84 if ((new_addr = mail_addr_map(maps, STR(addr), propagate)) != 0) {
86 msg_warn("multi-valued %s result for %s", maps
104 smtp_map11_tree(TOK822 *tree, MAPS *maps, int propagate) argument
119 smtp_map11_internal(VSTRING *addr, MAPS *maps, int propagate) argument
140 MAPS *maps; local
155 smtp_map11_external(vstring_strcpy(buf, *argv), maps, 1); local
[all...]
/macosx-10.9.5/CrackLib-37765/cracklib27/cracklib/
H A Dgenrules.pl43 @maps = ([ '/$s$s', '/0s0o', '/2s2a', '/3s3e', '/5s5s', '/1s1i', '/4s4a' ],
58 foreach $aref (@maps)
/macosx-10.9.5/postfix-252/postfix/src/cleanup/
H A Dcleanup_map11.c9 /* int cleanup_map11_external(state, addr, maps, propagate)
12 /* MAPS *maps;
15 /* int cleanup_map11_internal(state, addr, maps, propagate)
18 /* MAPS *maps;
21 /* int cleanup_map11_tree(state, tree, maps, propagate)
24 /* MAPS *maps;
31 /* Recursion continues until an address maps onto itself,
38 /* form of an address in the maps specified via the \fImaps\fR argument.
95 MAPS *maps, int propagate)
110 if ((new_addr = mail_addr_map(maps, ST
94 cleanup_map11_external(CLEANUP_STATE *state, VSTRING *addr, MAPS *maps, int propagate) argument
138 cleanup_map11_tree(CLEANUP_STATE *state, TOK822 *tree, MAPS *maps, int propagate) argument
160 cleanup_map11_internal(CLEANUP_STATE *state, VSTRING *addr, MAPS *maps, int propagate) argument
[all...]
H A Dcleanup_map1n.c9 /* ARGV *cleanup_map1n_internal(state, addr, maps, propagate)
12 /* MAPS *maps;
76 MAPS *maps, int propagate)
116 state->queue_id, maps->title, addr);
132 state->queue_id, maps->title, addr);
139 if ((lookup = mail_addr_map(maps, STR(state->temp1), propagate)) != 0) {
158 } else if (maps->error != 0) {
161 state->queue_id, maps->title, addr);
75 cleanup_map1n_internal(CLEANUP_STATE *state, const char *addr, MAPS *maps, int propagate) argument
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dmessagedlg.tcl54 array set maps [list MessageDlg {} :cmd {} .frame.msg {} tkMBox {}]
55 array set maps [Widget::parseArgs MessageDlg $args]
56 Widget::initFromODB MessageDlg "$path#Message" $maps(MessageDlg)
58 array set dialogArgs $maps(:cmd)
80 lappend maps(:cmd) -default $defb
81 lappend maps(tkMBox) -default $defb
84 lappend maps(:cmd) -cancel $canb
95 lappend maps(:cmd) -title $title
96 lappend maps(tkMBox) -title $title
106 eval [list Dialog::create $path] $maps(
[all...]
H A Dlabelentry.tcl39 array set maps [list LabelEntry {} :cmd {} .labf {} .e {}]
40 array set maps [Widget::parseArgs LabelEntry $args]
43 $maps(:cmd) -class LabelEntry \
46 Widget::initFromODB LabelEntry $path $maps(LabelEntry)
48 set labf [eval [list LabelFrame::create $path.labf] $maps(.labf) \
51 set entry [eval [list Entry::create $path.e] $maps(.e)]
H A Dseparator.tcl32 array set maps [list Separator {} :cmd {}]
33 array set maps [Widget::parseArgs Separator $args]
34 eval [list frame $path] $maps(:cmd) -class Separator
35 Widget::initFromODB Separator $path $maps(Separator)
H A Dprogressdlg.tcl49 array set maps [list ProgressDlg {} :cmd {} .frame.msg {} .frame.pb {}]
50 array set maps [Widget::parseArgs ProgressDlg $args]
52 eval [list Dialog::create] $path $maps(:cmd) \
56 Widget::initFromODB ProgressDlg "$path#ProgressDlg" $maps(ProgressDlg)
64 eval [list label $frame.msg] $maps(.frame.msg) \
69 eval [list ProgressBar::create] $frame.pb $maps(.frame.pb) -width 100
H A Dpasswddlg.tcl62 array set maps [list PasswdDlg {} :cmd {} .frame.lablog {} \
64 array set maps [Widget::parseArgs PasswdDlg $args]
66 Widget::initFromODB PasswdDlg "$path#PasswdDlg" $maps(PasswdDlg)
80 eval [list Dialog::create $path] $maps(:cmd) \
96 $maps(.frame.lablog) \
102 $maps(.frame.labpass) \
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dccmapid.c35 static const Ccmap_t maps[] = variable
128 return !mp ? (Ccmap_t*)maps : (++mp)->name ? mp : (Ccmap_t*)0;
146 for (mp = maps; mp->name; mp++)
169 for (mp = maps; mp->name; mp++)
/macosx-10.9.5/postfix-252/postfix/src/trivial-rewrite/
H A Dtransport.h24 #include <maps.h>
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventOverrideDriver.cpp40 OSArray * maps = NULL; local
45 maps = OSDynamicCast(OSArray, getProperty("ButtonMaps"));
46 if ( maps ) {
49 for ( index=0; index<maps->getCount(); index++ ) {
57 map = OSDynamicCast(OSDictionary, maps->getObject(index));
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm147 my @maps = $self->collect_maps();
155 my $mapsz = @{$maps[$lv]->[0]};
158 $offset = @indirect + @{$maps[$lv]} * @{$maps[$lv]->[0]};
165 my $nextmaps = $maps[$lv + 1];
166 foreach my $mapref (@{$maps[$lv]}) {
228 my @maps = $self->collect_maps();
235 my $nmaps = @{$maps[$i]};
236 my $mapsz = @{$maps[$i]->[0]};
237 push @lines, "level $i: $nmaps maps (siz
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/check/
H A Dnamed-checkconf.c99 get_maps(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
102 if (maps[i] == NULL)
104 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
110 get_checknames(const cfg_obj_t **maps, const cfg_obj_t **obj) { argument
119 if (maps[i] == NULL)
122 result = cfg_map_get(maps[i], "check-names", &checknames);
143 config_get(const cfg_obj_t **maps, const char *name, const cfg_obj_t **obj) { argument
147 if (maps[i] == NULL)
149 if (cfg_map_get(maps[i], name, obj) == ISC_R_SUCCESS)
165 const cfg_obj_t *maps[ local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/postscreen/
H A Dpostscreen_dict.c26 /* void psc_maps_find(maps, key, flags)
27 /* MAPS *maps;
65 #include <maps.h>
172 const char *psc_maps_find(MAPS *maps, const char *key, int flags) argument
179 result = maps_find(maps, key, flags);
180 PSC_CHECK_TIME_AFTER_LOOKUP(maps->title, "lookup", latency_ms);
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dtsigconf.c146 const cfg_obj_t *maps[3]; local
156 maps[i++] = config;
158 maps[i++] = cfg_tuple_get(vconfig, "options");
159 maps[i] = NULL;
166 if (maps[i] == NULL)
169 result = cfg_map_get(maps[i], "key", &keylist);
H A Dzoneconf.c87 const cfg_obj_t *maps[5] = {NULL, NULL, NULL, NULL, NULL}; local
129 maps[0] = cfg_tuple_get(zconfig, "options");
130 (void)ns_config_get(maps, aclname, &aclobj);
147 maps[i++] = options;
153 maps[i++] = options;
155 maps[i++] = ns_g_defaults;
156 maps[i] = NULL;
158 (void)ns_config_get(maps, aclname, &aclobj);
770 checknames(dns_zonetype_t ztype, const cfg_obj_t **maps, argument
782 result = ns_checknames_get(maps, zon
795 const cfg_obj_t *maps[5]; local
[all...]
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dxdr_ypresp_maplist.c79 return xdr_pointer(xdrs, (caddr_t *)&objp->maps,
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dprofiler.rb78 @@maps = nil # the map of call data keyed by thread, class and id. Call data contains the call count, total time,
89 threadmap = (@@maps[Thread.current] ||= {})
102 @@maps = {}
115 @@maps.values.each do |threadmap|
/macosx-10.9.5/bind9-45.100/bind9/bin/named/include/named/
H A Dconfig.h34 ns_config_get(const cfg_obj_t **maps, const char* name, const cfg_obj_t **obj);
37 ns_checknames_get(const cfg_obj_t **maps, const char* name,
/macosx-10.9.5/ksh-20/ksh/src/lib/libsum/
H A Dsumlib.c204 static const Map_t maps[] = variable
280 for (n = 0; n < elementsof(maps); n++)
281 if (match(name, maps[n].match))
283 name = maps[n].map;
373 for (i = 0; i < elementsof(maps); i++)
374 n += sfprintf(sp, "[+%s?%s Shorthand for \b%s\b.]", maps[i].match, maps[i].description, maps[i].map);

Completed in 219 milliseconds

123456