Searched refs:tmp (Results 676 - 700 of 2125) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/stand/libsa/
H A Dsplitfs.c265 void *tmp; local
267 tmp = malloc(SEEK_BUF);
268 if (tmp == NULL) {
276 errno = splitfs_read(f, tmp, min(seek_by, SEEK_BUF), &resid);
282 free(tmp);
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c135 char *component, *copy, *tofree, *partial, *tmp; local
150 tmp = concat(partial, '/', component);
152 partial = tmp;
264 struct node *child, *tmp; local
268 TAILQ_FOREACH_SAFE(child, &n->n_children, n_next, tmp)
293 struct node *n, *n2, *tmp, *tmp2, *tmproot; local
296 TAILQ_FOREACH_SAFE(n, &root->n_children, n_next, tmp) {
506 struct node *child, *tmp; local
508 TAILQ_FOREACH_SAFE(child, &n->n_children, n_next, tmp) {
624 char *path, *options, *tmp; local
681 char *tmp; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclFriend.h212 friend_iterator tmp = *this; local
214 return tmp;
233 friend_iterator tmp = *this; local
234 tmp += N;
235 return tmp;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp106 CrashRecoveryContextCleanup *tmp = i; local
107 i = tmp->next;
108 tmp->cleanupFired = true;
109 tmp->recoverResources();
110 delete tmp;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c627 char *tmp;
635 name = tmp = buf;
636 while (*tmp != ';')
638 ++tmp;
639 if (tmp == buf + sizeof (buf))
642 *tmp++ = '\0';
655 while (*tmp)
660 while (*tmp && ISSPACE (*tmp))
662 ++tmp;
625 char *tmp; local
704 char *tmp = line; local
826 char *name, *tmp; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl84 my ($inp,$out,$key,$rounds,$tmp,$mask)=map("%o$_",(0..5));
142 andcc $out, 7, $tmp ! is output aligned?
157 srl $mask, $tmp, $mask
220 andcc $out, 7, $tmp ! is output aligned?
235 srl $mask, $tmp, $mask
256 my ($inp,$bits,$out,$tmp)=map("%o$_",(0..5));
262 and $inp, 7, $tmp
271 brz,pt $tmp, .L256aligned
303 mov 14, $tmp
304 st $tmp, [
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_enc.c296 unsigned char *tmp, int num)
304 s->session->master_key_length, km, tmp, num);
343 is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
344 c = s->s3->tmp.new_sym_enc;
345 m = s->s3->tmp.new_hash;
346 mac_type = s->s3->tmp.new_mac_pkey_type;
348 comp = s->s3->tmp.new_compression;
354 s->s3->tmp.new_cipher->algorithm_mkey,
355 s->s3->tmp.new_cipher->algorithm_auth, comp);
360 s->s3->tmp
295 tls1_generate_key_block(SSL *s, unsigned char *km, unsigned char *tmp, int num) argument
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c779 int tmp; local
936 tmp = ( inb( iod.ctrl ) & ~(IEN_Rx|IEN_TxEMP|IEN_Tx)); local
937 outb( iod.ctrl, tmp|IEN_TxEMP );
940 outb( iod.ctrl, tmp );
1020 tmp = if_16550a_type[iod.if_type & 0x0f].irr_write;
1021 if (tmp != -1) {
1037 outb((iobase & 0x00ff) | tmp, irqout);
1907 int tmp; local
1915 tmp = pc98_get_modem_status(com) & TIOCM_CAR;
1917 tmp
2268 u_char tmp = 0; local
3814 int tmp = 0; local
3830 int tmp = msr; local
3850 int tmp; local
3962 register int tmp; local
3966 tmp = inb( com->intr_ctrl_port ) & ~(IEN_Tx|IEN_TxEMP|IEN_Rx); local
3974 register int tmp; local
3977 tmp = inb( com->intr_ctrl_port ) & ~(IEN_Tx|IEN_TxEMP|IEN_Rx); local
3991 int tmp; local
3994 tmp = com->pc98_prev_siocmd & ~(x); local
4007 int tmp; local
4023 int tmp; local
4039 int tmp; local
4104 int tmp; local
4278 int irr, io, if_type, tmp; local
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Devergreen_cs.c458 unsigned long tmp, nby, bsize, size, min = 0; local
465 tmp = track->cb_color_bo_offset[id] << 8;
468 if ((tmp + size * mslice) <= bsize) {
477 tmp += surf.layer_size * mslice;
478 if (tmp <= bsize) {
941 unsigned tmp, i; local
979 tmp = track->cb_target_mask;
981 if ((tmp >> (i * 4)) & 0xF) {
1295 u32 m, i, tmp, *ib; local
1347 /*tmp
2009 int tmp; local
2259 u64 offset, tmp; local
2761 u32 tmp; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86.pl373 my $tmp = "mm2";
390 &movq ($tmp,$Zhi);
394 &psllq ($tmp,60);
401 &pxor ($Zlo,$tmp);
520 my $tmp = "mm2";
536 &movq ($tmp,$Zhi);
540 &psllq ($tmp,60);
546 &pxor ($Zlo,$tmp);
553 &movq ($tmp,$Zhi);
556 &psllq ($tmp,6
[all...]
/freebsd-11-stable/lib/libedit/
H A Dreadline.c675 char *tmp, *search = NULL, *aptr; local
735 tmp = strdup(last_search_match? last_search_match:"");
767 tmp = history_arg_extract(start, end, aptr? aptr:ptr);
768 if (tmp == NULL) {
776 tmp = strdup(aptr? aptr:ptr);
782 *result = tmp;
790 if ((aptr = strrchr(tmp, '/')) != NULL)
793 if ((aptr = strrchr(tmp, '/')) != NULL) {
795 el_free(tmp);
796 tmp
924 char *tmp, *result; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dddg.c921 sbitmap tmp = sbitmap_alloc (num_nodes);
924 sbitmap_copy (tmp, from);
930 sbitmap_copy (workset, tmp);
931 sbitmap_zero (tmp);
945 SET_BIT (tmp, v);
953 sbitmap_copy (tmp, to);
959 sbitmap_copy (workset, tmp);
960 sbitmap_zero (tmp);
974 SET_BIT (tmp, v);
985 sbitmap_free (tmp);
917 sbitmap tmp = sbitmap_alloc (num_nodes); local
991 update_dist_to_successors(ddg_node_ptr u_node, sbitmap nodes, sbitmap tmp) argument
1025 sbitmap tmp = sbitmap_alloc (num_nodes); local
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_osfp.c1012 char tmp[32]; local
1025 snprintf(tmp, sizeof(tmp), "%d", fp->fp_wsize);
1026 strlcat(buf, tmp, sizeof(buf));
1030 snprintf(tmp, sizeof(tmp), "%d", fp->fp_ttl);
1031 strlcat(buf, tmp, sizeof(buf));
1045 snprintf(tmp, sizeof(tmp), "%d", fp->fp_psize);
1046 strlcat(buf, tmp, sizeo
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcontext.c98 const char * tmp; local
151 tmp = NULL;
153 tmp = getenv("KRB5_KTNAME");
154 if(tmp != NULL)
155 context->default_keytab = tmp;
175 tmp = krb5_config_get_string(context, NULL, "libdefaults",
177 if(tmp)
178 roken_gethostby_setup(context->http_proxy, tmp);
237 tmp = krb5_config_get_string(context, NULL, "libdefaults",
239 if (tmp
623 krb5_config_binding *tmp = NULL; local
[all...]
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c68 #define Decimal(str, ans, tmp, maxval) if (decimal(str, &tmp, ans, maxval)) ans = tmp
559 int tmp; local
571 Decimal("sysid (165=FreeBSD)", partp->dp_typ, tmp, 255);
572 Decimal("start", partp->dp_start, tmp, NO_DISK_SECTORS);
573 Decimal("size", partp->dp_size, tmp, NO_DISK_SECTORS);
585 Decimal("beginning cylinder", tcyl, tmp, NO_TRACK_CYLINDERS);
586 Decimal("beginning head", thd, tmp, NO_TRACK_HEADS);
587 Decimal("beginning sector", tsec, tmp, NO_TRACK_SECTOR
626 int active, i, new, tmp; local
670 int tmp; local
[all...]
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_main.c434 char *guard, *tmp, *stopat; local
445 for (tmp = guard; *tmp != '\000'; ++tmp) {
446 if (islower(*tmp))
447 *tmp = toupper(*tmp);
448 else if (isupper(*tmp) || *tmp == '_')
450 else if (tmp
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c47 cchar_t tmp; local
52 setcchar(&tmp, wch, A_NORMAL, (short) 0, NULL);
53 return wadd_wch(win, &tmp);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c619 struct rpc_hook_ctx_ *tmp = malloc(sizeof(*tmp)); local
622 assert(tmp != NULL);
623 tmp->vbase = arg;
624 tmp->ctx = ctx;
627 event_once(-1, EV_TIMEOUT, rpc_hook_pause_cb, tmp, &tv);
740 struct evbuffer *tmp = evbuffer_new(); local
790 evtag_marshal_msg(tmp, 0xdeaf, msg);
792 if (evtag_peek(tmp, &tag) == -1)
799 if (evtag_unmarshal_msg(tmp,
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.am40 sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
41 sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
42 cat tmp.top $(port_specific_symbol_files) tmp.bottom > $@; \
43 rm tmp.top tmp.bottom; \
/freebsd-11-stable/contrib/libucl/utils/
H A Dobjdump.c35 const ucl_object_t *cur, *tmp; local
42 tmp = obj;
44 while ((obj = ucl_object_iterate (tmp, &it, false))) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c293 long double tmp;
303 tmp = 1.0l;
306 if (value >= tmp) /* Value >= 1.0 */
307 while (value >= tmp)
309 tmp *= 2.0l;
314 while (value < tmp)
316 tmp /= 2.0l;
319 tmp *= 2.0l;
324 return value / tmp;
436 unsigned char tmp;
292 long double tmp; local
435 unsigned char tmp; local
[all...]
/freebsd-11-stable/contrib/dialog/po/
H A Dmakefile.inn96 rm -f cat-id-tbl.tmp
98 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
99 if cmp -s cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; then \
100 rm cat-id-tbl.tmp; \
104 mv cat-id-tbl.tmp $(srcdir)/cat-id-tbl.c; \
177 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
/freebsd-11-stable/bin/sh/
H A Dalias.c125 struct alias *ap, *tmp; local
135 tmp = ap;
137 ckfree(tmp);
/freebsd-11-stable/contrib/binutils/ld/
H A Dgenscripts.sh290 COMBRELOC=ldscripts/${EMULATION_NAME}.xc.tmp
298 COMBRELOC=ldscripts/${EMULATION_NAME}.xw.tmp
321 COMBRELOC=ldscripts/${EMULATION_NAME}.xsc.tmp
329 COMBRELOC=ldscripts/${EMULATION_NAME}.xsw.tmp
354 COMBRELOC=ldscripts/${EMULATION_NAME}.xdc.tmp
362 COMBRELOC=ldscripts/${EMULATION_NAME}.xdw.tmp
/freebsd-11-stable/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c123 char *tmp; local
125 tmp = new_pwd;
127 old_pwd = tmp;

Completed in 322 milliseconds

<<21222324252627282930>>