Home
last modified time | relevance | path

Searched refs:temp (Results 26 – 50 of 454) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.-f-f17 TEMP0=$WORKDIR/test.temp.0
18 TEMP1=$WORKDIR/test.temp.1
19 TEMP2=$WORKDIR/test.temp.2
20 TEMP3=$WORKDIR/test.temp.3
21 TEMP4=$WORKDIR/test.temp.4
22 TEMP5=$WORKDIR/test.temp.5
23 TEMP6=$WORKDIR/test.temp.6
H A DT.argv8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
11 TEMP3=$WORKDIR/test.temp.3
12 TEMP4=$WORKDIR/test.temp.4
13 TEMP5=$WORKDIR/test.temp.5
/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c143 int temp; in expconv() local
174 temp = OCNT(acs); in expconv()
176 acs -= temp; in expconv()
195 acs -= temp; in expconv()
196 } while (temp != 0); in expconv()
217 acs -= temp; in expconv()
218 } while (temp != 0); in expconv()
235 acs -= temp; in expconv()
236 } while (temp != 0); in expconv()
278 acs -= temp; in expconv()
[all …]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dui-sun.c48 char temp[MAXLINE+1];
52 memset(temp, 0, sizeof (temp));
55 cp = temp;
62 if (cp == &temp[MAXLINE])
67 if (cp == temp)
71 strncpy(buf, temp, buflen);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c150 int i, *temp; in add() local
152 temp = nxtpos; in add()
158 *temp++ = i; in add()
159 nxtpos = temp; in add()
480 *temp++ = 1; in nextstate()
483 *temp++ = 0; in nextstate()
493 CHR *temp; in notin() local
580 (temp[i] == -2 ? -1 : temp[i]); in packtrans()
825 if (temp[j] < temp[i]) { in acompute()
827 temp[j] = temp[i]; in acompute()
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcdname.c53 char temp[256]; in get_default_domain() local
63 if (getdomainname(temp, (size_t)sizeof (temp)) < 0) { in get_default_domain()
67 if ((int)strlen(temp) > 0) { in get_default_domain()
68 default_domain = strdup(temp); in get_default_domain()
/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c58 double junk, temp; in main() local
97 modf(nn/ii, &temp); in main()
98 if(nn == temp*ii){ in main()
117 double temp; in try() local
119 modf(nn/arg, &temp); in try()
120 if(nn == temp*arg){ in try()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c263 u32_t temp = 0 ; in calc_crc32() local
289 temp = crc32_result ; in calc_crc32()
293 temp <<= 1; in calc_crc32()
294 temp |= crc32_result & 1; in calc_crc32()
297 temp <<= shft ; in calc_crc32()
303 t0 = ( ( 0x000000ff ) & ( temp >> 24 ) ) ; // temp >> 24 ; in calc_crc32()
304 t1 = ( ( 0x0000ff00 ) & ( temp >> 8 ) ) ; in calc_crc32()
305 t2 = ( ( 0x00ff0000 ) & ( temp << 8 ) ) ; in calc_crc32()
306 t3 = ( ( 0xff000000 ) & ( temp << 24 ) ) ; in calc_crc32()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c379 long temp; in main() local
849 temp = 1; in main()
900 temp = 1; in main()
961 if (!temp) { in main()
1484 temp = 1; in main()
2018 if (!temp) { in expr()
2137 long temp; in find() local
3046 temp = slot; in getdirslot()
3540 temp = 1; in puta()
3551 temp = 1; in puta()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fire.c168 uint32_t temp; in fab_xlate_fire_ue() local
202 temp = entry->fire_bit; in fab_xlate_fire_ue()
203 for (data->pcie_adv_ctl = (uint32_t)-1; temp; in fab_xlate_fire_ue()
205 temp = temp >> 1; in fab_xlate_fire_ue()
320 uint32_t temp; in fab_xlate_fire_dmc() local
345 temp = entry->fire_bit; in fab_xlate_fire_dmc()
347 temp = temp >> 1; in fab_xlate_fire_dmc()
353 temp = (reg & 0x3F0000) >> 16; in fab_xlate_fire_dmc()
354 data->pcie_ue_hdr[0] = (uint32_t)(temp << 24); in fab_xlate_fire_dmc()
357 temp = (reg & 0xFFFF); in fab_xlate_fire_dmc()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c141 char temp[PATH_MAX]; in merginfo() local
463 i = snprintf(temp, PATH_MAX, "%s/%s", pkgbin, in merginfo()
527 if (cppath(MODE_SRC, path, temp, 0644)) { in merginfo()
528 progerr(ERR_CANNOT_COPY, path, temp); in merginfo()
547 i = snprintf(temp, sizeof (temp), "%s/%s", in merginfo()
549 if (i > sizeof (temp)) { in merginfo()
555 if (cppath(MODE_SRC, path, temp, 0644)) { in merginfo()
556 progerr(ERR_CANNOT_COPY, path, temp); in merginfo()
566 i = snprintf(temp, sizeof (temp), "%s/pkgmap", in merginfo()
574 if (cppath(MODE_SRC, path, temp, 0644)) { in merginfo()
[all …]
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c118 static char *temp; variable
224 free(temp); in main()
225 temp = 0; in main()
636 if (temp) { in sremove()
637 (void) unlink(temp); in sremove()
638 free(temp); in sremove()
706 temp); in cmdin()
711 ename = temp; in cmdin()
719 temp); in cmdin()
722 ename = temp; in cmdin()
[all …]
/illumos-gate/usr/src/common/util/
H A Dqsort.c514 uint32_t temp; in swapp32() local
516 temp = *r1; in swapp32()
518 *r2++ = temp; in swapp32()
525 uint64_t temp; in swapp64() local
527 temp = *r1; in swapp64()
529 *r2++ = temp; in swapp64()
535 uint32_t temp; in swapi() local
539 temp = *r1; in swapi()
541 *r2++ = temp; in swapi()
548 char temp; in swapb() local
[all …]
/illumos-gate/usr/src/common/iscsi/
H A Dutils.c255 char *temp = NULL; in utils_iqn_create() local
269 if ((temp = malloc(strlen(uts_info.nodename) + in utils_iqn_create()
285 (void) snprintf(temp, strlen(p), "%s.%s", uts_info.nodename, p); in utils_iqn_create()
288 for (p = temp; *p; p++) in utils_iqn_create()
292 len = strlen(temp) + 1; in utils_iqn_create()
297 if (reverse_fqdn(temp, pmet, len) == B_FALSE) { in utils_iqn_create()
310 if (temp) in utils_iqn_create()
311 free(temp); in utils_iqn_create()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c647 u32 temp = data; in unm_nic_pci_write_normalize_2M() local
658 u32 temp; in unm_nic_pci_read_normalize_2M() local
662 return (temp); in unm_nic_pci_read_normalize_2M()
671 u32 temp = *data; in unm_nic_pci_write_immediate_2M() local
684 u32 temp; in unm_nic_pci_read_immediate_2M() local
688 *data = temp; in unm_nic_pci_read_immediate_2M()
1242 __uint32_t temp; in unm_nic_pci_mem_write_128M() local
1428 __uint32_t temp; in unm_nic_pci_mem_write_2M() local
1490 temp = 0; in unm_nic_pci_mem_write_2M()
1533 __uint32_t temp; in unm_nic_pci_mem_read_2M() local
[all …]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c257 temp = blkcount; in ud_alloc_space_bmap()
260 if (temp != 0) { in ud_alloc_space_bmap()
262 *size = temp; in ud_alloc_space_bmap()
315 temp = blkcount; in ud_alloc_space_bmap()
318 bno - bblk, temp)) == temp) { in ud_alloc_space_bmap()
322 *size = temp; in ud_alloc_space_bmap()
499 uint32_t temp, sz; in ud_alloc_space_stbl() local
547 larg_sz = temp; in ud_alloc_space_stbl()
558 temp = (temp - blkcount) << in ud_alloc_space_stbl()
621 larg_sz = temp; in ud_alloc_space_stbl()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c1136 erd = temp; in list()
1149 temp = rd; in list()
1151 if (temp->nm) { in list()
1152 free(temp->nm); in list()
1154 free(temp); in list()
1403 erd = rd = temp; in find_it()
1406 erd = temp; in find_it()
1416 temp = rd; in find_it()
1418 if (temp->nm) { in find_it()
1419 free(temp->nm); in find_it()
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c573 char temp[150]; variable
1358 if ( (fin = open(temp, 0)) < 0 ) in fontinit()
1424 if ( (fin = open(temp, 0)) < 0 ) { in loadfont()
1426 if ( (fin = open(temp, 0)) < 0 ) in loadfont()
1624 if ( temp[0] != '#' && strlen(temp) < 3 ) in getdevmap()
1625 if ( fscanf(fp, "%s", &temp[3]) == 1 && strlen(&temp[3]) < 3 ) { in getdevmap()
2020 if ( access(temp, 04) == 0 ) in t_sf()
2021 doglobal(temp); in t_sf()
2703 if ( access(temp, 04) == 0 && doglobal(temp) == TRUE ) { in charlib()
2715 cat(temp); in charlib()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c184 char temp[MAX_PKG_PARAM_LENGTH]; in main() local
467 (void) snprintf(temp, sizeof (temp), in main()
469 putparam("VERSION", temp); in main()
489 (void) snprintf(temp, sizeof (temp), "%s%s", in main()
491 putparam("PSTAMP", temp); in main()
707 char *svpt, *path, temp[PATH_MAX]; in outvol() local
715 (void) snprintf(temp, sizeof (temp), "%s/pkgmap", pkgloc); in outvol()
735 (void) snprintf(temp, sizeof (temp), "%s/pkginfo", pkgloc); in outvol()
738 (void) fprintf(stderr, "%s\n", temp); in outvol()
748 (void) snprintf(temp, sizeof (temp), in outvol()
[all …]
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dsetbuffer.c55 Uchar *temp; in setbuffer() local
80 temp = buf + PUSHBACK; in setbuffer()
81 iop->_base = temp; in setbuffer()
82 _setbufend(iop, temp + size); in setbuffer()
83 iop->_ptr = temp; in setbuffer()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsetbuf.c52 Uchar *temp; in setbuf() local
89 temp = buf + PUSHBACK; in setbuf()
90 iop->_base = temp; in setbuf()
91 _setbufend(iop, temp + size); in setbuf()
92 iop->_ptr = temp; in setbuf()
H A Dsetvbuf.c45 Uchar *temp; in setvbuf() local
102 temp = buf + PUSHBACK; in setvbuf()
103 iop->_base = temp; in setvbuf()
104 _setbufend(iop, temp + size); in setvbuf()
105 iop->_ptr = temp; in setvbuf()
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c224 editfile(char *editor, char *temp, char *orig, time_t *mtime) in editfile() argument
226 (void)sprintf(buf, "%s %s", editor, temp); in editfile()
228 return (sanity_check(temp, mtime, orig)); in editfile()
257 sanity_check(char *temp, time_t *mtime, char *orig) in sanity_check() argument
269 if (stat(temp, &sbuf) < 0) { in sanity_check()
272 temp, orig); in sanity_check()
278 temp, orig); in sanity_check()
281 ft = fopen(temp, "r"); in sanity_check()
285 temp, orig); in sanity_check()
386 temp, orig); in sanity_check()
/illumos-gate/usr/src/uts/common/syscall/
H A Dprocessor_info.c50 processor_info_t temp; in processor_info() local
57 bcopy(&cp->cpu_type_info, &temp, sizeof (temp)); in processor_info()
66 if (copyout((caddr_t)&temp, (caddr_t)infop, in processor_info()
/illumos-gate/usr/src/cmd/tbl/
H A Dt4.c54 char sn[10], *snp, *temp; in readspec() local
177 temp = snp = csize[nclin][icol-1]; in readspec()
182 if (snp>temp) in readspec()
190 if (snp-temp>4) in readspec()
194 if (atoi(temp)>36) in readspec()
202 temp = snp = vsize[nclin][icol-1]; in readspec()
207 if (snp>temp) in readspec()
215 if (snp-temp>4) in readspec()

12345678910>>...19