Searched refs:temp (Results 1 - 25 of 744) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/libntp/
H A Drefidsmear.c20 l_fp temp; local
26 temp.l_uf = (r << 10); /* 22 fractional bits */
28 temp.l_ui = (r >> 22) & 0x3;
29 temp.l_ui |= ~(temp.l_ui & 2) + 1;
31 return temp;
38 uint32_t temp; local
50 temp = (num.l_ui << 22) | (num.l_uf >> 10);
53 temp |= UINT32_C(0xFE000000);
55 // printf("%03d %08x: ", (temp >> 2
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Drpcdname.c51 char temp[256]; local
55 if (getdomainname(temp, sizeof(temp)) < 0)
57 if ((int) strlen(temp) > 0) {
58 default_domain = malloc((strlen(temp) + (unsigned)1));
61 (void) strcpy(default_domain, temp);
/freebsd-11-stable/contrib/libreadline/
H A Dxmalloc.c58 PTR_T temp; local
60 temp = malloc (bytes);
61 if (temp == 0)
63 return (temp);
71 PTR_T temp; local
73 temp = pointer ? realloc (pointer, bytes) : malloc (bytes);
75 if (temp == 0)
77 return (temp);
H A Dmisc.c338 HIST_ENTRY *temp; local
340 temp = current_history ();
342 if (temp && ((UNDO_LIST *)(temp->data) != rl_undo_list))
344 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
345 free (temp->line);
346 FREE (temp->timestamp);
347 free (temp);
466 HIST_ENTRY *temp; local
480 temp
505 HIST_ENTRY *old_temp, *temp; local
[all...]
H A Dundo.c77 UNDO_LIST *temp; local
79 temp = (UNDO_LIST *)xmalloc (sizeof (UNDO_LIST));
80 temp->what = what;
81 temp->start = start;
82 temp->end = end;
83 temp->text = text;
85 temp->next = (UNDO_LIST *)NULL;
86 return temp;
97 UNDO_LIST *temp; local
99 temp
280 char *temp = rl_copy_text (start, end); local
[all...]
/freebsd-11-stable/bin/sh/
H A Dmktokens41 temp=`/usr/bin/mktemp -t ka`
42 cat > $temp <<\!
72 nl=`wc -l $temp`
74 awk '{print "#define " $1 " " NR-1}' $temp
78 awk '{print "\t" $2 ","}' $temp
84 $temp
87 sed 's/"//g' $temp | awk '
93 rm $temp
H A Dmkbuiltins37 temp=`/usr/bin/mktemp -t ka`
60 print $0}' $srcdir/builtins.def | sed 's/-[hj]//' > $temp
62 awk '/^[^#]/ { printf "\t%s,\n", $1}' $temp
73 }}' $temp
84 tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ < $temp |
92 awk '{ printf "int %s(int, char **);\n", $1}' $temp
93 rm -f $temp
/freebsd-11-stable/contrib/libreadline/examples/
H A Drltest.c52 char *temp, *prompt; local
55 temp = (char *)NULL;
61 temp = readline (prompt);
64 if (!temp)
68 if (*temp)
70 fprintf (stderr, "%s\r\n", temp);
71 add_history (temp);
75 if (strcmp (temp, "quit") == 0)
78 if (strcmp (temp, "list") == 0)
90 free (temp);
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dcharable.c54 char temp[MB_LEN_MAX]; local
55 result = wctomb(temp, ch);
56 if (strlen(temp) == 1)
57 result = UChar(temp[0]);
71 char temp[2]; local
72 temp[0] = ch;
73 temp[1] = '\0';
74 if (mbtowc(&convert, temp, 1) >= 0)
/freebsd-11-stable/lib/libc/gen/
H A D_rand48.c35 unsigned short temp[2]; local
39 temp[0] = (unsigned short) accu; /* lower 16 bits */
43 temp[1] = (unsigned short) accu; /* middle 16 bits */
46 xseed[0] = temp[0];
47 xseed[1] = temp[1];
H A Dgetosreldate.c48 char *temp; local
50 if ((temp = getenv("OSVERSION"))) {
51 value = atoi(temp);
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A Dmd2_one.c81 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD2_Update(&c, temp, chunk);
/freebsd-11-stable/usr.sbin/vidcontrol/
H A Ddecode.c45 char temp[128]; local
50 if (!fgets(temp, sizeof(temp), fd))
52 } while (strncmp(temp, "begin ", 6));
53 sscanf(temp, "begin %o %s", (unsigned *)&n, temp);
56 if (!fgets(p = temp, sizeof(temp), fd))
98 if (!fgets(temp, sizeof(temp), f
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h50 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \
51 const uint32_t hash_2_value = temp & HASH_2_MASK; \
53 = (temp ^ ((uint32_t)(cur[2]) << 8)) & mf->hash_mask
56 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \
57 const uint32_t hash_2_value = temp & HASH_2_MASK; \
59 = (temp ^ ((uint32_t)(cur[2]) << 8)) & HASH_3_MASK; \
60 const uint32_t hash_value = (temp ^ ((uint32_t)(cur[2]) << 8) \
67 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \
68 const uint32_t hash_2_value = temp & HASH_2_MASK; \
70 = (temp
[all...]
/freebsd-11-stable/tools/tools/mid/
H A Dmid-master-index11 filelistmid=`perl -e "for(0 .. $count -1) {print qq{$file.temp.\\$_.mid }}"`
12 filelistirt=`perl -e "for(0 .. $count -1) {print qq{$file.temp.\\$_.irt }}"`
14 if mid-master $count $command $file.temp; then
15 sort -u -m -o $file.temp.mid $filelistmid &&
16 rm -f $filelistmid && mv $file.temp.mid $file.mid || exit 1
17 sort -u -m -o $file.temp.irt $filelistirt &&
18 rm -f $filelistirt && mv $file.temp.irt $file.irt || exit 1
/freebsd-11-stable/lib/libusb/
H A Dlibusb20_desc.c353 uint8_t temp; local
358 temp = *((const uint8_t *)
360 buf[0] = temp;
371 uint16_t temp; local
377 temp = *((const uint16_t *)
379 buf[1] = (temp >> 8) & 0xFF;
380 buf[0] = temp & 0xFF;
391 uint32_t temp; local
396 temp = *((const uint32_t *)
398 buf[3] = (temp >> 2
412 uint64_t temp; local
585 uint8_t temp; local
604 uint16_t temp; local
624 uint32_t temp; local
647 uint64_t temp; local
675 uint16_t temp; local
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_93cx6.c115 uint8_t temp; local
119 temp = sd->sd_MS ^ sd->sd_CS;
120 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
125 temp ^= sd->sd_DO;
126 SEEPROM_OUTB(sd, temp);
128 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
131 temp ^= sd->sd_DO;
141 uint8_t temp; local
143 temp = sd->sd_MS;
144 SEEPROM_OUTB(sd, temp);
163 uint8_t temp; local
234 uint8_t temp; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A Dmd4_one.c81 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD4_Update(&c, temp, chunk);
/freebsd-11-stable/crypto/openssl/crypto/md5/
H A Dmd5_one.c81 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD5_Update(&c, temp, chunk);
/freebsd-11-stable/lib/libc/string/
H A Dswab.c44 unsigned long temp; local
53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c140 } temp; member in struct:xz_dec
163 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
164 * must have set s->temp.pos to indicate how much data we are supposed
165 * to copy into s->temp.buf. Return true once s->temp.pos has reached
166 * s->temp.size.
171 b->in_size - b->in_pos, s->temp.size - s->temp.pos);
173 memcpy(s->temp.buf + s->temp
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/alpha/include/isc/
H A Datomic.h121 isc_int32_t temp, prev; local
132 : "=&r"(temp), "+m"(*p), "=&r"(prev)
141 isc_int32_t temp; local
151 : "=&r"(temp), "+m"(*p)
158 isc_int32_t temp, prev; local
172 : "=&r"(temp), "+m"(*p), "=&r"(prev)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbinemul.c53 bfd *temp; local
55 temp = *after_bfd;
61 (*after_bfd)->archive_next = temp;
79 bfd *temp; local
81 temp = *after_bfd;
87 (*after_bfd)->archive_next = temp;
/freebsd-11-stable/lib/msun/src/
H A De_jn.c57 double a, b, c, s, temp, di; local
96 case 0: temp = c+s; break;
97 case 1: temp = -c+s; break;
98 case 2: temp = -c-s; break;
99 case 3: temp = c-s; break;
101 b = invsqrtpi*temp/sqrt(x);
106 temp = b;
108 a = temp;
119 temp = x*0.5; b = temp;
220 double a, b, c, s, temp; local
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Duuid.c40 int temp; local
50 temp = s[1] - '0';
51 if (temp > 48)
52 result |= temp - 39;
53 else if (temp > 16)
54 result |= temp - 7;
56 result |= temp;

Completed in 217 milliseconds

1234567891011>>