HomeSort by: relevance | last modified time | path
    Searched refs:cstart (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdlib/
getopt_long.c 134 int cstart, cyclelen, i, j, ncycle, nnonopts, nopts, pos; local
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
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 337 parse_s(char *arg, int *csysid, unsigned *cstart, unsigned *csize,
360 *cstart = num;
392 unsigned int cstart, csize; local
398 cstart = csize = ~0U;
460 if (parse_s(optarg, &csysid, &cstart, &csize,
584 change_part(E_flag, partition, csysid, cstart, csize,

Completed in 33 milliseconds