Searched refs:ps (Results 1 - 25 of 378) sorted by last modified time

1234567891011>>

/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A DMakefile.in791 install-ps: install-ps-am
793 install-ps-am:
811 ps: ps-am
813 ps-am:
827 install-ps install-ps-am install-strip installcheck \
830 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure1240 -psdir | --psdir | --psdi | --psd | --ps)
1242 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1551 --psdir=DIR ps documentation [DOCDIR]
26145 extern struct sockaddr *ps;
26146 return ps->sa_len;
H A DMakefile.in212 install-ps-recursive install-recursive installcheck-recursive \
213 installdirs-recursive pdf-recursive ps-recursive \
1437 install-ps: install-ps-recursive
1439 install-ps-am:
1459 ps: ps-recursive
1461 ps-am:
1485 install-pdf install-pdf-am install-ps install-ps
[all...]
/freebsd-9.3-release/contrib/ntp/tests/ntpd/
H A DMakefile.in1611 install-ps: install-ps-am
1613 install-ps-am:
1631 ps: ps-am
1633 ps-am:
1647 install-ps install-ps-am install-strip installcheck \
1650 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_intres.c929 const size_t ps = sizeof(dnschild_contexts[0]); local
946 new_octets = new_alloc * ps;
947 octets = dnschild_contexts_alloc * ps;
H A Dlibssl_compat.c40 BIGNUM ** ps,
45 REQUIRE(*ps != n);
46 BN_clear_free(*ps);
47 *ps = n;
220 const BIGNUM ** ps
227 if (ps != NULL)
228 *ps = psig->s;
39 replace_bn_nn( BIGNUM ** ps, BIGNUM * n ) argument
H A DMakefile.in1532 install-ps: install-ps-am
1534 install-ps-am:
1552 ps: ps-am
1554 ps-am:
1568 install-ps install-ps-am install-strip installcheck \
1571 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dlibssl_compat.h58 const BIGNUM **ps);
H A DMakefile.in158 install-ps-recursive install-recursive installcheck-recursive \
159 installdirs-recursive pdf-recursive ps-recursive \
838 install-ps: install-ps-recursive
840 install-ps-am:
856 ps: ps-recursive
858 ps-am:
871 install-pdf install-pdf-am install-ps install-ps
[all...]
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure1362 -psdir | --psdir | --psdi | --psd | --ps)
1364 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1673 --psdir=DIR ps documentation [DOCDIR]
36292 extern struct sockaddr *ps;
36293 return ps->sa_len;
[all...]
H A DMakefile.in159 install-ps-recursive install-recursive installcheck-recursive \
160 installdirs-recursive pdf-recursive ps-recursive \
1041 install-ps: install-ps-recursive
1043 install-ps-am:
1061 ps: ps-recursive
1063 ps-am:
1081 install-pdf install-pdf-am install-ps install-ps
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c3243 dns_rdataset_t *ps = NULL; local
3259 ps = dns_message_getopt(msg);
3260 if (ps == NULL)
3266 (unsigned int)((ps->ttl & 0x00ff0000) >> 16));
3269 if ((ps->ttl & DNS_MESSAGEEXTFLAG_DO) != 0)
3271 mbz = ps->ttl & 0xffff;
3280 snprintf(buf, sizeof(buf), "%u\n", (unsigned int)ps->rdclass);
3283 result = dns_rdataset_first(ps);
3289 dns_rdataset_current(ps, &rdata);
3332 ps
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_parse.c4775 const char *ps = ((poll_info_t *)parse->parse_type->cl_data)->string; local
4778 rtc = write(parse->generic->io.fd, ps, ct);
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DMakefile.in600 install-ps: install-ps-am
602 install-ps-am:
618 ps: ps-am
620 ps-am:
632 install-pdf install-pdf-am install-ps install-ps-am \
635 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.in788 install-ps: install-ps-am
790 install-ps-am:
808 ps: ps-am
810 ps-am:
824 install-man install-pdf install-pdf-am install-ps \
825 install-ps-am install-strip installcheck installcheck-am \
828 mostlyclean-libtool pdf pdf-am ps ps
[all...]
H A Dparse-duration.c174 parse_year_month_day (cch_t * pz, cch_t * ps) argument
178 res = parse_scaled_value (0, &pz, ps, SEC_PER_YEAR);
181 ps = strchr (pz, '-');
182 if (ps == NULL)
187 res = parse_scaled_value (res, &pz, ps, SEC_PER_MONTH);
190 ps = pz + strlen (pz);
191 return parse_scaled_value (res, &pz, ps, SEC_PER_DAY);
229 cch_t * ps = strchr (pz, 'Y'); local
230 if (ps != NULL)
232 res = parse_scaled_value (0, &pz, ps, SEC_PER_YEA
271 parse_hour_minute_second(cch_t * pz, cch_t * ps) argument
327 cch_t * ps = strchr (pz, 'H'); local
363 cch_t * ps; local
418 char * ps; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/include/
H A DMakefile.in549 install-ps: install-ps-am
551 install-ps-am:
567 ps: ps-am
569 ps-am:
581 install-pdf install-pdf-am install-ps install-ps-am \
584 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A DMakefile.in1462 install-ps: install-ps-am
1464 install-ps-am:
1482 ps: ps-am
1484 ps-am:
1498 install-ps install-ps-am install-strip installcheck \
1501 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/scripts/
H A DMakefile.in541 install-ps: install-ps-am
543 install-ps-am:
559 ps: ps-am
561 ps-am:
573 install-pdf install-pdf-am install-ps install-ps-am \
576 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/contrib/ntp/tests/ntpq/
H A DMakefile.in1162 install-ps: install-ps-am
1164 install-ps-am:
1182 ps: ps-am
1184 ps-am:
1198 install-ps install-ps-am install-strip installcheck \
1201 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A DMakefile.in2503 install-ps: install-ps-am
2505 install-ps-am:
2523 ps: ps-am
2525 ps-am:
2539 install-ps install-ps-am install-strip installcheck \
2542 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ui/
H A Dui_openssl.c413 static int ps; local
422 ps = 0;
425 ps = 1;
429 ps = 2;
460 if (ps >= 2 && !echo && !echo_console(ui))
463 if (ps >= 1)
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dread_pwd.c282 static int ps; local
294 ps = 0;
342 ps = 1;
366 ps = 2;
411 if (ps >= 2)
415 if (ps >= 2)
421 if (ps >= 1)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dwinrand.c119 PAINTSTRUCT ps; local
125 hdc = BeginPaint(hwnd, &ps);
129 EndPaint(hwnd, &ps);
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c2303 struct pfioc_state *ps = (struct pfioc_state *)addr; local
2304 struct pfsync_state *sp = &ps->state;
2321 struct pfioc_state *ps = (struct pfioc_state *)addr; local
2325 bcopy(ps->state.id, &id_key.id, sizeof(id_key.id));
2326 id_key.creatorid = ps->state.creatorid;
2334 pfsync_state_export(&ps->state, s);
2339 struct pfioc_states *ps = (struct pfioc_states *)addr; local
2344 if (ps->ps_len == 0) {
2350 ps->ps_len = sizeof(struct pfsync_state) * nr;
2362 p = ps
2603 struct pf_ifspeed ps; local
[all...]

Completed in 294 milliseconds

1234567891011>>