Searched refs:tp (Results 1 - 25 of 696) sorted by path

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_split.c270 PAGE *lp, *rp, *alloc_rp, *tp; local
277 alloc_rp = lp = rp = tp = NULL;
353 dbc->thread_info, dbc->txn, DB_MPOOL_DIRTY, &tp)) != 0)
400 if (tp == NULL)
406 tp == NULL ? 0 : PGNO(tp),
407 tp == NULL ? &log_lsn : &LSN(tp),
418 if (tp != NULL)
419 LSN(tp)
[all...]
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Dbench.h68 #define SET_TIMER_FROM_GETRUSAGE(tp) do { \
71 (tp)->tv_sec = \
73 (tp)->tv_nsec = NS_PER_US * \
82 #define SET_TIMER_FROM_GETPROCESSTIMES(tp) do { \
91 (tp)->tv_sec = (time_t)(__ns_since_epoch / NS_PER_SEC); \
92 (tp)->tv_nsec = (long)(__ns_since_epoch % NS_PER_SEC); \
95 (tp)->tv_sec += (time_t)(__ns_since_epoch / NS_PER_SEC); \
96 (tp)->tv_nsec += (long)(__ns_since_epoch % NS_PER_SEC); \
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Dtest_mutex.c407 TM *gp, *mp, *tp; local
422 tp = (TM *)(tm_addr + id * sizeof(TM));
474 if (tp->id != 0 && tp->id != id) {
477 progname, id, tp->id);
480 tp->id = id;
483 id, (u_long)tp->mutex);
484 if (tp->wakeme) {
490 tp->wakeme = 1;
497 if ((err = dbenv->mutex_lock(dbenv, tp
578 TM *gp, *tp; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_clock.c20 __os_gettime(env, tp, monotonic)
22 db_timespec *tp;
32 CLOCK_MONOTONIC, (struct timespec *)tp)), ret);
36 CLOCK_REALTIME, (struct timespec *)tp)), ret);
38 RETRY_CHK((clock_gettime(CLOCK_REALTIME, (struct timespec *)tp)), ret);
52 tp->tv_sec = v.tv_sec;
53 tp->tv_nsec = v.tv_usec * NS_PER_US;
63 tp->tv_sec = now;
64 tp->tv_nsec = 0;
/macosx-10.10/BerkeleyDB-21/db/os_brew/
H A Dos_clock.c18 __os_gettime(env, tp, monotonic)
20 db_timespec *tp;
27 tp->tv_sec =
33 tp->tv_nsec = 0;
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_clock.c18 __os_gettime(env, tp, monotonic)
20 db_timespec *tp;
44 tp->tv_sec = base_seconds + (u_int32_t)(ticks / 1000);
45 tp->tv_nsec = (u_int32_t)((ticks % 1000) * NS_PER_MS);
69 tp->tv_sec = (time_t)(ns_since_epoch / NS100_PER_SEC);
70 tp->tv_nsec = (long)(ns_since_epoch % NS100_PER_SEC);
75 tp->tv_sec = now.time;
76 tp->tv_nsec = now.millitm * NS_PER_MS;
/macosx-10.10/BerkeleyDB-21/db/rpc_client/
H A Dclient.c46 struct timeval tp; local
73 tp.tv_sec = tsec;
74 tp.tv_usec = 0;
75 (void)clnt_control(cl, CLSET_TIMEOUT, (char *)&tp);
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Dbench.h68 #define SET_TIMER_FROM_GETRUSAGE(tp) do { \
71 (tp)->tv_sec = \
73 (tp)->tv_nsec = NS_PER_US * \
82 #define SET_TIMER_FROM_GETPROCESSTIMES(tp) do { \
91 (tp)->tv_sec = (time_t)(__ns_since_epoch / NS_PER_SEC); \
92 (tp)->tv_nsec = (long)(__ns_since_epoch % NS_PER_SEC); \
95 (tp)->tv_sec += (time_t)(__ns_since_epoch / NS_PER_SEC); \
96 (tp)->tv_nsec += (long)(__ns_since_epoch % NS_PER_SEC); \
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.xs158 struct timeval tp;
160 gettimeofday(&tp, (struct timezone *)0);
161 *perl_uuid_time = (tp.tv_sec * I64(10000000)) + (tp.tv_usec * I64(10)) +
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1710 $add_option->( 'tee-pod', 'tp', '!' );
3484 -tp tee pod
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c450 char *tp; local
470 tp = cp;
472 while (*tp && !islower((unsigned char)*tp)) {
473 tp++;
475 if (!*tp) {
476 tp = cp;
478 while ((*tp2 = *tp) != '\0') {
482 tp++;
486 tp
623 char *tp = argv[1], *tp2, tmpbuf[MaxPathLen]; local
719 char *cp, *tp, *tp2, tmpbuf[MaxPathLen]; local
1785 char *tp[9], *te[9]; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dcommands.c2220 struct tosent *tp;
2221 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
2222 tos = tp->t_tos;
2212 struct tosent *tp; local
H A Dsys_bsd.c583 struct termspeeds *tp; local
593 tp = termspeeds;
594 while ((tp->speed != -1) && (tp->value < in))
595 tp++;
596 *input_speed = tp->speed;
598 tp = termspeeds;
599 while ((tp->speed != -1) && (tp->value < out))
600 tp
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dsys_term.c150 # define cfsetospeed(tp, val) (tp)->c_cflag &= ~CBAUD; \
151 (tp)->c_cflag |= (val)
152 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD)
154 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CIBAUD; \
155 (tp)->c_cflag |= ((val)<<IBSHIFT)
156 # define cfgetispeed(tp) (((tp)
710 struct termspeeds *tp; local
726 struct termspeeds *tp; local
[all...]
H A Dtelnetd.c447 struct tosent *tp; local
448 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
449 tos = tp->t_tos;
1234 struct termio *tp;
1292 tp = (struct termio *) (ibuf+1 + sizeof(struct iocblk));
1293 vstop = tp->c_cc[VSTOP];
1294 vstart = tp->c_cc[VSTART];
1295 ixon = tp->c_iflag & IXON;
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dkrb5tgs.c1489 krb5_principal cp = NULL, sp = NULL, rsp = NULL, tp = NULL, dp = NULL; local
1894 tp = cp;
1948 &tp,
1955 ret = krb5_unparse_name(context, tp, &tpn);
1963 ret = _kdc_db_fetch(context, config, tp, HDB_F_GET_CLIENT | flags,
2075 &tp,
2081 ret = krb5_unparse_name(context, tp, &tpn);
2128 ret = check_PAC(context, config, tp, dp,
2245 tp,
2282 if (tp
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcfx.c1398 gss_cfx_wrap_token_desc token, *tp; local
1564 tp = (gss_cfx_wrap_token)((u_char *)output_message_buffer->value +
1566 memset(tp->EC, 0, sizeof(tp->EC));
1567 memset(tp->RRC, 0, sizeof(tp->RRC));
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dfree.c69 krb5_tl_data *tp; local
70 tp = princ->tl_data;
71 princ->tl_data = tp->tl_data_next;
73 memset(tp->tl_data_contents, 0, tp->tl_data_length);
74 free(tp->tl_data_contents);
75 free(tp);
H A Dmarshall.c192 krb5_tl_data *tp; local
195 for(tp = princ->tl_data; tp; tp = tp->tl_data_next)
196 kadm5_store_tl_data(sp, tp);
316 krb5_tl_data *tp = malloc(sizeof(*tp)); local
317 if (tp == NULL)
319 kadm5_ret_tl_data(sp, tp);
[all...]
H A Doncrpc.c316 krb5_tl_data *tp; local
318 for (tp = ent->tl_data; tp; tp = tp->tl_data_next) {
320 c.length = tp->tl_data_length;
321 c.data = tp->tl_data_contents;
324 CHECK(krb5_store_int32(sp, tp->tl_data_type));
393 krb5_tl_data **tp = &ent->tl_data; local
401 *tp
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/
H A Dltmain.sh5838 # -tp=* Portland pgcc target processor selection
5842 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dreadline.c1165 FILE *fp, *tp; local
1184 if ((tp = fdopen(fd, "r+")) == NULL) {
1209 } else if (fwrite(buf, (size_t)left, 1, tp) != 1) {
1213 fflush(tp);
1216 if (fwrite(buf, sizeof(buf), 1, tp) != 1) {
1242 if (fseeko(tp, (off_t)sizeof(buf) * count, SEEK_SET) < 0) {
1246 if (fread(buf, sizeof(buf), 1, tp) != 1) {
1247 if (ferror(tp)) {
1265 if (fseeko(tp, (off_t)sizeof(buf) * count + (cp - buf), SEEK_SET) ==
1272 if ((left = fread(buf, 1, sizeof(buf), tp))
[all...]
H A Dtty.c906 const ttymap_t *tp; local
921 for (tp = tty_map; tp->nch != -1; tp++) {
922 new[0] = t_n[tp->nch];
923 old[0] = t_o[tp->och];
931 map[UC(new[0])] = tp->bind[el->el_map.type];
936 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgettimeofday.c41 gettimeofday (struct timeval *tp, void *ignore) argument
55 tp->tv_usec = (ull % 1000000i64);
56 tp->tv_sec = (ull / 1000000i64);
67 gettimeofday (struct timeval *tp, void *ignore) argument
72 tp->tv_sec = (long) t;
73 tp->tv_usec = 0;
H A Dsyslogc.c87 int tp; local
91 if ((tp = atoi(service)) <= 0) {
98 syslog_port = (unsigned short) tp;

Completed in 416 milliseconds

1234567891011>>