Searched refs:u_long (Results 1 - 25 of 710) sorted by relevance

1234567891011>>

/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dipv6.h65 *((u_long *)((a)->s6_addr) ) == 0 && \
66 *((u_long *)((a)->s6_addr) + 1) == 0 && \
67 *((u_long *)((a)->s6_addr) + 2) == 0 && \
68 *((u_long *)((a)->s6_addr) + 3) == 0 \
77 *((u_long *)((a)->s6_addr) ) == 0 && \
78 *((u_long *)((a)->s6_addr) + 1) == 0 && \
79 *((u_long *)((a)->s6_addr) + 2) == 0 && \
80 *((u_long *)((a)->s6_addr) + 3) == htonl(1) \
88 *((u_long *)((a)->s6_addr) ) == 0 && \
89 *((u_long *)((
[all...]
/macosx-10.9.5/ntp-88/libntp/
H A Duinttoa.c11 u_long uval
18 (void) sprintf(buf, "%lu", (u_long)uval);
H A Dmfptoa.c9 u_long fpi,
10 u_long fpf,
H A Dmfptoms.c9 u_long fpi,
10 u_long fpf,
H A Dnumtoa.c28 ((u_long)netnum >> 24) & 0xff,
29 ((u_long)netnum >> 16) & 0xff,
30 ((u_long)netnum >> 8) & 0xff,
31 (u_long)netnum & 0xff);
H A Drefnumtoa.c23 rclock = clockname((int)((u_long)netnum >> 8) & 0xff);
27 rclock, (u_long)netnum & 0xff);
30 ((u_long)netnum >> 8) & 0xff,
31 (u_long)netnum & 0xff);
H A Datouint.c13 u_long *uval
16 register u_long u;
H A Dclocktime.c37 u_long rec_ui,
38 u_long *yearstart,
43 register u_long date;
44 register u_long yst;
70 date = (u_long)(tmp + (long)yst);
83 date = (u_long)((long)yst + tmp);
102 date = (u_long)(tmp + (long)yst);
119 date = (u_long)((long)yst + tmp);
H A Docttoint.c13 u_long *ival
16 register u_long u;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dipv6.h65 *((u_long *)((a)->s6_addr) ) == 0 && \
66 *((u_long *)((a)->s6_addr) + 1) == 0 && \
67 *((u_long *)((a)->s6_addr) + 2) == 0 && \
68 *((u_long *)((a)->s6_addr) + 3) == 0 \
77 *((u_long *)((a)->s6_addr) ) == 0 && \
78 *((u_long *)((a)->s6_addr) + 1) == 0 && \
79 *((u_long *)((a)->s6_addr) + 2) == 0 && \
80 *((u_long *)((a)->s6_addr) + 3) == htonl(1) \
88 *((u_long *)((a)->s6_addr) ) == 0 && \
89 *((u_long *)((
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/hash/
H A Dhash_autop.c40 (u_long)lsnp->file, (u_long)lsnp->offset,
42 (u_long)argp->type,
43 (u_long)argp->txnp->txnid,
44 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
45 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
47 (void)printf("\tpgno: %lu\n", (u_long)argp->pgno);
48 (void)printf("\tndx: %lu\n", (u_long)argp->ndx);
50 (u_long)arg
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_autop.c39 (u_long)lsnp->file, (u_long)lsnp->offset,
41 (u_long)argp->type,
42 (u_long)argp->txnp->txnid,
43 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
44 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
50 (u_long)lt->tm_year - 100, (u_long)lt->tm_mon+1,
51 (u_long)l
[all...]
/macosx-10.9.5/ntp-88/include/
H A Dntp_stdlib.h56 extern void authtrust (keyid_t, u_long);
59 extern u_long calyearstart (u_long);
61 extern int clocktime (int, int, int, int, int, u_long, u_long *, u_int32 *);
88 extern int atouint (const char *, u_long *);
89 extern int hextoint (const char *, u_long *);
92 extern char * mfptoa (u_long, u_long, short);
93 extern char * mfptoms (u_long, u_lon
[all...]
H A Dntpd.h56 extern char * add_var (struct ctl_var **, u_long, u_short);
58 extern void set_var (struct ctl_var **, const char *, u_long, u_short);
59 extern void set_sys_var (const char *, u_long, u_short);
118 extern u_long sys_clocktime;
144 extern u_long get_dns_flags (char*, struct peer *);
153 keyid_t, u_long);
180 extern u_long leap_sec; /* next scheduled leap from file */
181 extern u_long leap_peers; /* next scheduled leap from peers */
182 extern u_long leapsec; /* seconds to next leap */
183 extern u_long leap_expir
[all...]
H A Dntpd.h.orig56 extern char * add_var (struct ctl_var **, u_long, u_short);
58 extern void set_var (struct ctl_var **, const char *, u_long, u_short);
59 extern void set_sys_var (const char *, u_long, u_short);
118 extern u_long sys_clocktime;
144 extern u_long get_dns_flags (char*, struct peer *);
153 keyid_t, u_long);
180 extern u_long leap_sec; /* next scheduled leap from file */
181 extern u_long leap_peers; /* next scheduled leap from peers */
182 extern u_long leapsec; /* seconds to next leap */
183 extern u_long leap_expir
[all...]
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_prot.h72 #define YPPROG ((u_long)100004)
73 #define YPVERS ((u_long)2)
74 #define YPVERS_ORIG ((u_long)1)
75 #define YPMAXRECORD ((u_long)1024)
76 #define YPMAXDOMAIN ((u_long)64)
77 #define YPMAXMAP ((u_long)64)
78 #define YPMAXPEER ((u_long)256)
163 #define YPPROC_NULL ((u_long)0)
164 #define YPPROC_DOMAIN ((u_long)1)
165 #define YPPROC_DOMAIN_NONACK ((u_long)
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/qam/
H A Dqam_autop.c38 (u_long)lsnp->file, (u_long)lsnp->offset,
40 (u_long)argp->type,
41 (u_long)argp->txnp->txnid,
42 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
44 (void)printf("\trecno: %lu\n", (u_long)argp->recno);
45 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
74 (u_long)lsnp->file, (u_long)lsn
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbtree_autop.c38 (u_long)lsnp->file, (u_long)lsnp->offset,
40 (u_long)argp->type,
41 (u_long)argp->txnp->txnid,
42 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
44 (void)printf("\tleft: %lu\n", (u_long)argp->left);
46 (u_long)argp->llsn.file, (u_long)argp->llsn.offset);
47 (void)printf("\tright: %lu\n", (u_long)arg
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_autop.c38 (u_long)lsnp->file, (u_long)lsnp->offset,
40 (u_long)argp->type,
41 (u_long)argp->txnp->txnid,
42 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
43 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
45 (void)printf("\tpgno: %lu\n", (u_long)argp->pgno);
46 (void)printf("\tindx: %lu\n", (u_long)argp->indx);
47 (void)printf("\tnbytes: %lu\n", (u_long)arg
[all...]
H A Dcrdel_autop.c38 (u_long)lsnp->file, (u_long)lsnp->offset,
40 (u_long)argp->type,
41 (u_long)argp->txnp->txnid,
42 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
44 (void)printf("\tpgno: %lu\n", (u_long)argp->pgno);
52 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
82 (u_long)lsn
[all...]
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_socket_server.h29 void socket_client_notify(CFSocketRef ref, u_char *sid, u_int32_t link, u_long event, u_long error, u_int32_t flags);
/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyppush.h105 #define YPPUSH_XFRRESPPROG ((u_long)0x40000000)
106 #define YPPUSH_XFRRESPVERS ((u_long)1)
109 #define YPPUSHPROC_NULL ((u_long)0)
112 #define YPPUSHPROC_XFRRESP ((u_long)1)
117 #define YPPUSHPROC_NULL ((u_long)0)
120 #define YPPUSHPROC_XFRRESP ((u_long)1)
125 #define YPPUSHPROC_NULL ((u_long)0)
128 #define YPPUSHPROC_XFRRESP ((u_long)1)
/macosx-10.9.5/remote_cmds-41.90.1/rpc_yppasswdd.tproj/
H A Dyppasswd.h94 #define YPPASSWDPROG ((u_long)100009)
95 #define YPPASSWDVERS ((u_long)1)
98 #define YPPASSWDPROC_UPDATE ((u_long)1)
103 #define YPPASSWDPROC_UPDATE ((u_long)1)
108 #define YPPASSWDPROC_UPDATE ((u_long)1)
/macosx-10.9.5/BerkeleyDB-21/db/dbreg/
H A Ddbreg_autop.c37 (u_long)lsnp->file, (u_long)lsnp->offset,
39 (u_long)argp->type,
40 (u_long)argp->txnp->txnid,
41 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
42 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
56 (void)printf("\tftype: 0x%lx\n", (u_long)argp->ftype);
57 (void)printf("\tmeta_pgno: %lu\n", (u_long)argp->meta_pgno);
58 (void)printf("\tid: 0x%lx\n", (u_long)arg
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfileops_autop.c37 (u_long)lsnp->file, (u_long)lsnp->offset,
39 (u_long)argp->type,
40 (u_long)argp->txnp->txnid,
41 (u_long)argp->prev_lsn.file, (u_long)argp->prev_lsn.offset);
48 (void)printf("\tappname: %lu\n", (u_long)argp->appname);
79 (u_long)lsnp->file, (u_long)lsnp->offset,
81 (u_long)arg
[all...]

Completed in 239 milliseconds

1234567891011>>