/src/lib/libc/stdlib/ |
getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args 148 cstart = panonopt_end+i; 149 pos = cstart; 156 nargv[pos] = nargv[cstart]; 157 nargv[cstart] = swap;
|
getopt_long.c | 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local in function:permute_args 148 cstart = panonopt_end+i; 149 pos = cstart; 156 nargv[pos] = nargv[cstart]; 157 nargv[cstart] = swap;
|
/src/sys/arch/amiga/dev/ |
ite_cc.c | 389 int cend, ofs, h, cstart, dr_plane; local in function:cursor32 412 cstart = 0; 414 pl = VDISPLAY_LINE(v, dr_plane, (ip->cursory * ip->ftheight + cstart)); 446 cstart = 0; 448 pl = VDISPLAY_LINE(v, dr_plane, ip->cursory * ip->ftheight + cstart);
|
ite_cc.c | 389 int cend, ofs, h, cstart, dr_plane; local in function:cursor32 412 cstart = 0; 414 pl = VDISPLAY_LINE(v, dr_plane, (ip->cursory * ip->ftheight + cstart)); 446 cstart = 0; 448 pl = VDISPLAY_LINE(v, dr_plane, ip->cursory * ip->ftheight + cstart);
|
/src/sbin/fdisk/ |
fdisk.c | 334 parse_s(char *arg, int *csysid, unsigned *cstart, unsigned *csize, 357 *cstart = num; 389 unsigned int cstart, csize; local in function:main 395 cstart = csize = ~0U; 457 if (parse_s(optarg, &csysid, &cstart, &csize, 581 change_part(E_flag, partition, csysid, cstart, csize,
|
fdisk.c | 334 parse_s(char *arg, int *csysid, unsigned *cstart, unsigned *csize, 357 *cstart = num; 389 unsigned int cstart, csize; local in function:main 395 cstart = csize = ~0U; 457 if (parse_s(optarg, &csysid, &cstart, &csize, 581 change_part(E_flag, partition, csysid, cstart, csize,
|