| /src/sys/fs/ntfs/ |
| ntfs_compr.c | 97 ntfs_uncompunit(struct ntfsmount *ntmp, u_int8_t *uup, u_int8_t *cup) 104 new = ntfs_uncompblock(uup + i * NTFS_COMPBLOCK_SIZE, cup + off);
|
| 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/external/bsd/nvi/dist/cl/ |
| cl_screen.c | 138 if (F_ISSET(sp, SC_EX) && clp->cup != NULL) 139 tputs(tgoto(clp->cup, 496 (void)cl_getcap(sp, "cup", &clp->cup); 597 if (clp->cup != NULL) { 598 free(clp->cup); 599 clp->cup = NULL;
|
| cl.h | 48 char *cup; /* Cursor movement terminal string. */ member in struct:_cl_private
|
| cl_funcs.c | 431 else if (clp->cup != NULL) 432 (void)tputs(tgoto(clp->cup,
|
| /src/external/mit/xorg/include/xorgproto/X11/extensions/ |
| Makefile | 28 cup.h \
|
| /src/share/terminfo/ |
| terminfo | 226 # the inverse sense from the cup string). The typical CPR value is 356 ansi+cup|ANSI absolute cursor-addressing, 357 cup=\E[%i%p1%d;%p2%dH, home=\E[H, 500 cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[1A, 519 ansi-mr|mem rel cup ANSI, 528 cols#80, lines#24, use=vanilla, use=ansi+cup, 567 cub1=^H, cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, 589 cud1=\E[B, cuf1=\E[C, cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, 680 cols#80, lines#24, use=vanilla, use=ansi+csr, use=ansi+cup, 700 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[k, home=\E[H [all...] |
| /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/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/mit/isl/dist/doc/ |
| implementation.tex | 868 R^+ \coloneqq R \cup \left(R \circ R^+\right) 982 (P_m' \cup \identity) \circ \cdots \circ 983 (P_2' \cup \identity) \circ 984 (P_1' \cup \identity) 1376 R^+ = R \cup \left(R \circ R^+\right) 1382 T \subseteq R \cup \left(R \circ T\right) 1428 For example, if $R = R_1 \cup R_2$ and $R_1 \circ R_2 = \emptyset$, 1433 R^+ = R_1^+ \cup R_2^+ \cup \left(R_2^+ \circ R_1^+\right) 1512 the Omega calculator~\parencite{Omega_calc}, $R = R_1 \cup R_2$ [all...] |
| /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];
|
| /src/usr.sbin/sysinst/ |
| msg.mi.fr | 883 S�lectionnez "Annuler la r�cup�ration" pour revenir au menu 1210 message Get_Distribution {R�cup�rer la distribution} 1219 message Abort_fetch {Annuler la r�cup�ration}
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| ltmain.sh | 3379 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
| /src/sys/external/isc/libsodium/dist/ |
| ltmain.sh | 2063 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
| /src/external/bsd/am-utils/dist/ |
| ltmain.sh | 2063 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
| /src/external/bsd/flex/dist/build-aux/ |
| ltmain.sh | 3379 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
| /src/external/bsd/ntp/dist/sntp/libevent/build-aux/ |
| ltmain.sh | 3379 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| ltmain.sh | 3379 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
| /src/external/bsd/openldap/dist/build/ |
| ltmain.sh | 3379 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/ |
| ltmain.sh | 3379 *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
|
| /src/external/gpl3/binutils/dist/ |
| ltmain.sh | 1393 *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup)
|