Searched refs:mon (Results 1 - 25 of 119) sorted by relevance

12345

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprmon.h60 NSPR_API(void) PR_DestroyMonitor(PRMonitor *mon); variable
67 NSPR_API(void) PR_EnterMonitor(PRMonitor *mon); variable
74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon); variable
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon); variable
106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon); variable
H A Dnssilock.h230 PZMonitor *mon,
238 PZMonitor *mon,
247 PZMonitor *mon,
256 PZMonitor *mon,
264 PZMonitor *mon,
273 PZMonitor *mon,
281 PZMonitor *mon,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprmon.h60 NSPR_API(void) PR_DestroyMonitor(PRMonitor *mon); variable
67 NSPR_API(void) PR_EnterMonitor(PRMonitor *mon); variable
74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon); variable
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon); variable
106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon); variable
H A Dnssilock.h230 PZMonitor *mon,
238 PZMonitor *mon,
247 PZMonitor *mon,
256 PZMonitor *mon,
264 PZMonitor *mon,
273 PZMonitor *mon,
281 PZMonitor *mon,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprmon.h60 NSPR_API(void) PR_DestroyMonitor(PRMonitor *mon); variable
67 NSPR_API(void) PR_EnterMonitor(PRMonitor *mon); variable
74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon); variable
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon); variable
106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon); variable
H A Dnssilock.h230 PZMonitor *mon,
238 PZMonitor *mon,
247 PZMonitor *mon,
256 PZMonitor *mon,
264 PZMonitor *mon,
273 PZMonitor *mon,
281 PZMonitor *mon,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprmon.h60 NSPR_API(void) PR_DestroyMonitor(PRMonitor *mon); variable
67 NSPR_API(void) PR_EnterMonitor(PRMonitor *mon); variable
74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon); variable
92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon); variable
106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon); variable
H A Dnssilock.h230 PZMonitor *mon,
238 PZMonitor *mon,
247 PZMonitor *mon,
256 PZMonitor *mon,
264 PZMonitor *mon,
273 PZMonitor *mon,
281 PZMonitor *mon,
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c380 MonitoredInterfaceRef mon; local
382 mon = (MonitoredInterfaceRef)malloc(sizeof(*mon));
383 bzero(mon, sizeof(*mon));
384 mon->if_name_cf = CFRetain(ifname);
385 CFStringGetCString(ifname, mon->if_name, sizeof(mon->if_name),
387 LIST_INSERT_HEAD(S_MonitoredInterfaceHead_p, mon, entries);
388 return (mon);
392 MonitoredInterfaceReleasePrompt(MonitoredInterfaceRef mon) argument
410 MonitoredInterfaceRef mon; local
453 MonitoredInterfaceStartAuthentication(MonitoredInterfaceRef mon, EAPOLClientItemIDRef itemID) argument
490 MonitoredInterfaceStartAuthenticationWithProfile(MonitoredInterfaceRef mon, EAPOLClientProfileRef profile) argument
507 MonitoredInterfaceStopAuthentication(MonitoredInterfaceRef mon) argument
523 MonitoredInterfaceStopIfNecessary(MonitoredInterfaceRef mon) argument
564 MonitoredInterfaceRef mon; local
597 MonitoredInterfaceDisplayProfilePrompt(MonitoredInterfaceRef mon, PromptStartContextRef context) argument
687 MonitoredInterfaceProcessStatus(MonitoredInterfaceRef mon, CFDictionaryRef status_dict) argument
805 MonitoredInterfaceCheckStatus(MonitoredInterfaceRef mon) argument
850 MonitoredInterfaceLinkStatusChanged(MonitoredInterfaceRef mon) argument
874 MonitoredInterfaceRef mon; local
936 MonitoredInterfaceRef mon; local
977 MonitoredInterfaceRef mon; local
1028 MonitoredInterfaceRef mon; local
1270 MonitoredInterfaceRef mon; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dctime.pl35 local($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst);
42 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
56 $DoW[$wday], $MoY[$mon], $mday, $hour, $min, $sec, $TZ, $year);
/macosx-10.10.1/ruby-106/ruby/test/date/
H A Dtest_date_new.rb9 assert_equal([-4712, 1, 1], [d.year, d.mon, d.mday])
10 assert_equal([-4712, 1, 1], [dt.year, dt.mon, dt.mday])
19 assert_equal([-4712, 1, 1], [d.year, d.mon, d.mday])
22 [d.year, d.mon, d.mday, d.hour, d.min, d.sec, d.offset])
25 [d.year, d.mon, d.mday, d.hour, d.min, d.sec, d.offset])
37 assert_equal([-4712, 1, 1], [d.year, d.mon, d.mday])
38 assert_equal([-4712, 1, 1], [dt.year, dt.mon, dt.mday])
47 assert_equal([-4712, 1, 1], [d.year, d.mon, d.mday])
50 assert_equal([-4712, 1, 1], [d.year, d.mon, d.mday])
54 [d.year, d.mon,
[all...]
H A Dtest_date_arith.rb14 assert_equal([2000, 2, 28], [d.year, d.mon, d.mday])
16 assert_equal([2000, 2, 29], [d.year, d.mon, d.mday])
18 assert_equal([2000, 3, 1], [d.year, d.mon, d.mday])
22 [d.year, d.mon, d.mday, d.hour, d.min, d.sec])
43 assert_equal([2000, 3, 2], [d.year, d.mon, d.mday])
45 assert_equal([2000, 3, 1], [d.year, d.mon, d.mday])
47 assert_equal([2000, 2, 29], [d.year, d.mon, d.mday])
56 [d.year, d.mon, d.mday, d.hour, d.min, d.sec])
94 assert_equal([2000, 12, 31], [d.year, d.mon, d.mday])
96 assert_equal([2000, 12, 30], [d.year, d.mon,
[all...]
H A Dtest_date_conv.rb18 [t2.year, t2.mon, t2.mday, t2.hour, t2.min, t2.sec, t2.usec])
23 [t2.year, t2.mon, t2.mday, t2.hour, t2.min, t2.sec, t2.usec])
30 [t.year, t.mon, t.mday, t.hour, t.min, t.sec, t.usec])
38 [t.year, t.mon, t.mday, t.hour, t.min, t.sec, t.usec])
44 [t.year, t.mon, t.mday, t.hour, t.min, t.sec, t.usec])
50 [t.year, t.mon, t.mday, t.hour, t.min, t.sec, t.nsec])
57 [t.year, t.mon, t.mday, t.hour, t.min, t.sec, t.subsec])
64 assert_equal([2004, 9, 19, 0], [d.year, d.mon, d.mday, d.day_fraction])
68 assert_equal([2004, 9, 19, 0], [d.year, d.mon, d.mday, d.day_fraction])
75 [d2.year, d2.mon, d
[all...]
H A Dtest_switch_hitter.rb12 assert_equal([-4712, 1, 1], [d.year, d.mon, d.mday])
20 assert_equal([2001, 1, 1], [d.year, d.mon, d.mday])
24 assert_equal([2001, 2, 3], [d.year, d.mon, d.mday])
26 assert_equal([2001, 2, 3], [d.year, d.mon, d.mday])
28 assert_equal([2001, 2, 3], [d.year, d.mon, d.mday])
30 assert_equal([2001, 2, 3], [d.year, d.mon, d.mday])
33 assert_equal([2001, 1, 1], [d.year, d.mon, d.mday])
35 assert_equal([2001, 1, 1], [d.year, d.mon, d.mday])
37 assert_equal([2001, 1, 1], [d.year, d.mon, d.mday])
41 [d.year, d.mon,
[all...]
H A Dtest_date_parse.rb426 a = h.values_at(:year,:mon,:mday,:hour,:min,:sec,:zone,:offset,:wday)
467 a = h.values_at(:year,:mon,:mday,:hour,:min,:sec,:zone,:offset,:wday)
523 assert_equal([nil, 11, 29], h.values_at(:year, :mon, :mday))
525 assert_equal([nil, 11, 29], h.values_at(:year, :mon, :mday))
527 assert_equal([nil, 11, nil], h.values_at(:year, :mon, :mday))
529 assert_equal([nil, nil, 29], h.values_at(:year, :mon, :mday))
599 [d.year, d.mon, d.mday, d.hour, d.min, d.sec],
608 [d.year, d.mon, d.mday, d.hour, d.min, d.sec],
620 assert_equal([n.year, n.mon, 13, 0, 0, 0],
621 [d.year, d.mon,
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dtimev.h6 int mon; /* 1..12 */ member in struct:vtm
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dtime.rb48 # object that responds to #mon, #day and #year, such as Date, Time or DateTime.
52 # attr_reader :mon, :day, :year
54 # def initialize(mon, day, year)
55 # @mon, @day, @year = mon, day, year
188 def apply_offset(year, mon, day, hour, min, sec, off)
199 if month_days(year, mon) < day
200 mon += 1
201 if 12 < mon
202 mon
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dtimelocal.h39 const char *mon[12]; member in struct:lc_time_T
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dsm_inter.h58 struct mon { struct
62 typedef struct mon mon; typedef in typeref:struct:mon
64 extern "C" bool_t xdr_mon(XDR *, mon*);
66 extern bool_t xdr_mon(XDR *, mon*);
150 extern "C" struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
151 extern "C" struct sm_stat_res * sm_mon_1_svc(struct mon *, struct svc_req *);
170 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
171 extern struct sm_stat_res * sm_mon_1_svc(struct mon *, struct svc_req *);
/macosx-10.10.1/apr-32/apr-util/apr-util/misc/
H A Dapr_date.c149 int mint, mon; local
245 for (mon = 0; mon < 12; mon++)
246 if (mint == months[mon])
249 if (mon == 12)
252 if ((ds.tm_mday == 31) && (mon == 3 || mon == 5 || mon == 8 || mon
323 int mint, mon; local
[all...]
/macosx-10.10.1/Librpcsvc-24/
H A Dsm_inter.x54 struct sm_stat_res SM_MON(struct mon) = 2;
87 struct mon{
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_parse.c48 "sun", "mon", "tue", "wed",
197 set_hash("mon", im);
228 #define ABBR_DAYS "sun|mon|tue|wed|thu|fri|sat"
885 VALUE y, mon, d, b; local
888 mon = rb_reg_nth_match(2, m);
892 mon = INT2FIX(mon_num(mon));
894 s3e(hash, y, mon, d, !NIL_P(b) &&
898 VALUE y, mon, d;
901 mon
962 VALUE y, mon, d, b; local
1041 VALUE y, mon, d; local
1147 VALUE mon, d; local
1182 VALUE mon, d; local
1349 VALUE e, y, mon, d; local
1389 VALUE y, mon, d; local
1431 VALUE y, mon, d; local
1486 VALUE y, mon, d; local
1525 VALUE y, mon, d; local
1559 VALUE y, mon, d; local
1594 VALUE y, mon, d; local
1633 VALUE y, mon, d; local
1667 VALUE y, mon, d; local
1732 VALUE mon; local
[all...]
H A Ddate_tmx.h7 int (*mon)(void *dat); member in struct:tmx_funcs
33 #define tmx_mon tmx_attr(mon)
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c131 { "mon", MON, 0 },
469 assign_date(struct tm *tm, int mday, int mon, int year) argument
496 (tm->tm_mon > mon ||(tm->tm_mon == mon && tm->tm_mday > mday)))
500 tm->tm_mon = mon;
521 int mday = 0, wday, mon; local
545 mon = (sc_tokid-JAN);
554 assign_date(tm, mday, mon, year);
584 mon = atoi(sc_token);
603 mday = mon;
[all...]
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dtest.c42 fprintf(stderr, "%s mon host [statdhost]\n", progname);
71 sm_mon_1(struct mon *argp, CLIENT *clnt)
166 if (!strcmp(cmd, "stat") || !strcmp(cmd, "mon") || !strcmp(cmd, "unmon") || !strcmp(cmd, "notify")) {
207 } else if (!strcmp(cmd, "mon")) {
208 struct mon mon; local
210 mon.mon_id.mon_name = arg;
211 mon.mon_id.my_id.my_name = localhost;
212 mon.mon_id.my_id.my_prog = SM_PROG;
213 mon
[all...]

Completed in 143 milliseconds

12345