| /src/external/bsd/nvi/dist/cl/ |
| cl.h | 48 char *cup; /* Cursor movement terminal string. */ member in struct:_cl_private
|
| /src/sys/fs/ntfs/ |
| ntfs_subr.c | 1551 u_int8_t *cup, *uup; local 1561 cup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL), 1572 ntfs_cntob(NTFS_COMPUNIT_CL), cup, &init, NULL); 1580 uiomove(cup + off, tocopy, uio); 1582 memcpy(data, cup + off, tocopy); 1593 error = ntfs_uncompunit(ntmp, uup, cup); 1609 free(cup, M_NTFSDECOMP);
|
| /src/usr.sbin/quotacheck/ |
| quotacheck.c | 705 struct fileusage *fup, **iup, **cup; local 710 cup = iup = &fuhead[type][id & (FUHASH-1)]; 713 if (++cup >= &fuhead[type][FUHASH]) 714 cup = &fuhead[type][0]; 715 for (fup = *cup; fup != 0; fup = fup->fu_next) { 721 } while (cup != iup);
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| write.c | 2139 char cup; local 2172 cup = safe_toupper (base_name[dim_i]); 2173 write_character (dtp, &cup, 1, 1, NODELIM); 2179 cup = safe_toupper (obj->var_name[dim_i]); 2180 if (cup == '+') 2181 cup = '%'; 2182 write_character (dtp, &cup, 1, 1, NODELIM);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| write.c | 2115 char cup; local 2148 cup = safe_toupper (base_name[dim_i]); 2149 write_character (dtp, &cup, 1, 1, NODELIM); 2155 cup = safe_toupper (obj->var_name[dim_i]); 2156 if (cup == '+') 2157 cup = '%'; 2158 write_character (dtp, &cup, 1, 1, NODELIM);
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumber.c | 4881 const Unit *cup; /* .. */ local 4986 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) 4988 p+=DECDPUN, cup++, count-=DECDPUN) 4989 *lip+=*cup*powers[p]; 4991 for (count=rhs->digits, cup=rhs->lsu, rip=zrhi; count>0; rip++) 4993 p+=DECDPUN, cup++, count-=DECDPUN) 4994 *rip+=*cup*powers[p];
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decNumber.c | 4881 const Unit *cup; /* .. */ local 4986 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) 4988 p+=DECDPUN, cup++, count-=DECDPUN) 4989 *lip+=*cup*powers[p]; 4991 for (count=rhs->digits, cup=rhs->lsu, rip=zrhi; count>0; rip++) 4993 p+=DECDPUN, cup++, count-=DECDPUN) 4994 *rip+=*cup*powers[p];
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decNumber.c | 4881 const Unit *cup; /* .. */ local 4986 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) 4988 p+=DECDPUN, cup++, count-=DECDPUN) 4989 *lip+=*cup*powers[p]; 4991 for (count=rhs->digits, cup=rhs->lsu, rip=zrhi; count>0; rip++) 4993 p+=DECDPUN, cup++, count-=DECDPUN) 4994 *rip+=*cup*powers[p];
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decNumber.c | 4881 const Unit *cup; /* .. */ local 4986 for (count=lhs->digits, cup=lhs->lsu, lip=zlhi; count>0; lip++) 4988 p+=DECDPUN, cup++, count-=DECDPUN) 4989 *lip+=*cup*powers[p]; 4991 for (count=rhs->digits, cup=rhs->lsu, rip=zrhi; count>0; rip++) 4993 p+=DECDPUN, cup++, count-=DECDPUN) 4994 *rip+=*cup*powers[p];
|