Searched refs:temp (Results 201 - 225 of 666) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/ee/
H A Dee.c172 int temp_stdout; /* temp storage for stdout descriptor */
173 int temp_stderr; /* temp storage for stderr descriptor */
693 unsigned char *temp; /* temporary pointer */ local
709 temp = point;
714 temp++;
716 temp++; /* increase length of line by one */
717 while (point < temp)
719 temp2=temp - 1;
720 *temp= *temp2; /* shift characters over by one */
721 temp
883 int temp; local
1013 unsigned char *temp; /* temporary pointer to position in line */ local
1067 unsigned char *temp; local
2159 int temp; local
2811 int temp; local
3349 int temp; local
4358 char *temp; local
[all...]
/freebsd-10.1-release/tools/tools/usbtest/
H A Dusbtest.c65 uint32_t temp; local
74 temp = noise_rem;
78 temp ^= 0x800000;
79 if (temp & 0x800000) {
80 temp |= (-0x800000);
82 return temp;
/freebsd-10.1-release/contrib/ntp/lib/isc/win32/
H A Dtime.c86 FILETIME temp; local
92 SystemTimeToFileTime(&epoch, &temp);
230 FILETIME temp; local
234 SystemTimeToFileTime(&epoch, &temp);
238 i2.LowPart = temp.dwLowDateTime;
239 i2.HighPart = temp.dwHighDateTime;
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dpartition.c93 int temp = elem1; local
95 elem2 = temp;
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dtrap.c678 struct target_address *addrs, *temp, *prev; local
698 SLIST_FOREACH(temp, &target_addresslist, ta) {
699 if ((cmp = strcmp(aname, temp->name)) <= 0)
701 prev = temp;
704 if (temp == NULL || cmp < 0)
707 SLIST_INSERT_AFTER(temp, addrs, ta);
780 struct target_param *param, *temp, *prev; local
798 SLIST_FOREACH(temp, &target_paramlist, tp) {
799 if ((cmp = strcmp(pname, temp->name)) <= 0)
801 prev = temp;
845 struct target_notify *notify, *temp, *prev; local
[all...]
/freebsd-10.1-release/contrib/compiler-rt/lib/
H A Dadddf3.c59 const rep_t temp = aRep; local
61 bRep = temp;
H A Daddsf3.c58 const rep_t temp = aRep; local
60 bRep = temp;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A Dpartition.c93 int temp = elem1; local
95 elem2 = temp;
/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Dsymbol.cpp123 symbol temp(*pp, 1); /* insert it into the new table */
124 unused(&temp);
/freebsd-10.1-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp479 double temp; /* temporary calculating area */ local
523 if ((temp = bottompoint - toppoint) < 0.1)
524 temp = 0.1;
525 temp = (height != 0.0) ? height / (temp * SCREENtoINCH) : BIG;
530 if (temp == BIG && troffscale == BIG)
533 if (temp < troffscale)
534 troffscale = temp;
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DModule.cpp65 StringRef temp = DataLayout; local
68 while (!temp.empty()) {
69 std::pair<StringRef, StringRef> P = getToken(temp, "-");
72 temp = P.second;
86 StringRef temp = DataLayout; local
89 while (!temp.empty()) {
90 std::pair<StringRef, StringRef> TmpP = getToken(temp, "-");
91 temp = TmpP.second;
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibcheckport.in84 if ! temp=`$IBPATH/ibaddr $ca_info -L $1 | awk '/failed/{exit -1} {print $1}'`; then
H A Dibcheckportstate.in84 if ! temp=`$IBPATH/ibaddr $ca_info -L $1 | awk '/failed/{exit -1} {print $1}'`; then
H A Dibcheckportwidth.in84 if ! temp=`$IBPATH/ibaddr $ca_info -L $1 | awk '/failed/{exit -1} {print $1}'`; then
H A Dibdatacounts.in102 if ! temp=`$IBPATH/ibaddr $ca_info -L $1 | awk '/failed/{exit -1} {print $1}'`; then
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-spinlock.h320 unsigned int temp, result; local
350 : [res] "=&r" (result), [tmp] "=&r" (temp), [val] "+m" (lock->value), [lid] "+m" (lock->core_num)
/freebsd-10.1-release/sys/dev/drm/
H A Dradeon_cp.c852 u32 temp; local
860 temp = IGP_READ_MCIND(dev_priv, RS480_MC_MISC_CNTL);
871 temp = IGP_READ_MCIND(dev_priv, RS480_GART_FEATURE_ID);
877 temp = dev_priv->gart_info.bus_addr & 0xfffff000;
878 temp |= (upper_32_bits(dev_priv->gart_info.bus_addr) & 0xff) << 4;
879 IGP_WRITE_MCIND(RS480_GART_BASE, temp);
881 temp = IGP_READ_MCIND(dev_priv, RS480_AGP_MODE_CNTL);
888 temp = (((dev_priv->gart_vm_start - 1 + dev_priv->gart_size) &
891 radeon_write_agp_location(dev_priv, temp);
893 temp
923 u32 temp; local
[all...]
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_cp.c901 u32 temp; local
909 temp = IGP_READ_MCIND(dev_priv, RS480_MC_MISC_CNTL);
920 temp = IGP_READ_MCIND(dev_priv, RS480_GART_FEATURE_ID);
926 temp = dev_priv->gart_info.bus_addr & 0xfffff000;
927 temp |= (upper_32_bits(dev_priv->gart_info.bus_addr) & 0xff) << 4;
928 IGP_WRITE_MCIND(RS480_GART_BASE, temp);
930 temp = IGP_READ_MCIND(dev_priv, RS480_AGP_MODE_CNTL);
937 temp = (((dev_priv->gart_vm_start - 1 + dev_priv->gart_size) &
940 radeon_write_agp_location(dev_priv, temp);
942 temp
972 u32 temp; local
[all...]
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dexpr.c596 unsigned int temp; local
605 temp = cpp_classify_number (pfile, token);
606 switch (temp & CPP_N_CATEGORY)
613 if (!(temp & CPP_N_IMAGINARY))
614 return cpp_interpret_integer (pfile, token, temp);
630 &temp, &unsignedp);
667 _cpp_test_assertion (pfile, &temp);
669 result.low = temp;
1429 cpp_num_part middle[2], temp;
1437 temp
1428 cpp_num_part middle[2], temp; local
1458 cpp_num result, temp; local
[all...]
/freebsd-10.1-release/contrib/dialog/
H A Dinputstr.c324 wchar_t *temp = dlg_calloc(wchar_t, len + 1); local
326 if (temp != 0) {
329 code = mbsrtowcs(temp, &src, (size_t) part, &state);
330 cache->i_len = ((int) code >= 0) ? wcslen(temp) : 0;
332 free(temp);
420 wchar_t temp[2]; local
428 memset(temp, 0, sizeof(temp));
429 check = mbrtowc(temp,
436 result = wcwidth(temp[
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c69 static struct name_table_entry temp; local
171 temp.nte_name = tp->ext_Names[offset];
172 temp.nte_type = token_type;
173 temp.nte_index = tindex;
174 temp.nte_link = -1;
176 return &temp;
556 char temp[3]; local
557 temp[0] = (char) code;
558 temp[1] = (char) src;
559 temp[
[all...]
H A Dread_termcap.c806 char temp[PBUFSIZ]; local
807 temp[0] = 0;
810 && strlen(home) < sizeof(temp) - 10) { /* setup path */
811 sprintf(temp, "%s/", home); /* $HOME first */
814 strcat(temp, ".termcap");
815 _nc_safe_strcat(&desc, temp);
894 char temp[PATH_MAX]; local
896 _nc_str_init(&desc, temp, sizeof(temp));
899 if (_nc_access(temp, R_O
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dtcp_sack.c351 struct sackhole *cur, *temp; local
436 temp = tcp_sackhole_insert(tp, tp->snd_fack,sblkp->start,NULL);
437 if (temp != NULL) {
492 temp = cur;
494 tcp_sackhole_remove(tp, temp);
517 temp = tcp_sackhole_insert(tp, sblkp->end,
519 if (temp != NULL) {
520 if (SEQ_GT(cur->rxmit, temp->rxmit)) {
521 temp->rxmit = cur->rxmit;
523 += (temp
[all...]
/freebsd-10.1-release/usr.bin/m4/
H A Deval.c386 char *temp; local
388 temp = xstrdup(argv[2]);
390 fd = mkstemp(temp);
393 "%s at line %lu: couldn't make temp file %s",
396 pbstr(temp);
397 free(temp);
409 char *temp; local
411 temp = xalloc(strlen(argv[2])+1, NULL);
413 map(temp, argv[2], argv[3], argv[4]);
415 map(temp, arg
[all...]

Completed in 303 milliseconds

1234567891011>>