taglinefilesource code
this_opt1742arch/m68k/amiga/amifb.cchar *this_opt;
this_opt1750arch/m68k/amiga/amifb.cfor (this_opt = strtok(options,","); this_opt; this_opt = strtok(NULL,","))
this_opt1751arch/m68k/amiga/amifb.cif (!strcmp (this_opt, "inverse"))
this_opt1753arch/m68k/amiga/amifb.celse if (!strncmp(this_opt, "font:", 5))
this_opt1754arch/m68k/amiga/amifb.cstrcpy(fb_info.fontname, this_opt+5);
this_opt1757arch/m68k/amiga/amifb.cif (!strcmp(this_opt, mono_modes[i].modename)) {
this_opt4709arch/m68k/amiga/amifb.cchar *this_opt;
this_opt4739arch/m68k/amiga/amifb.cfor (this_opt = strtok(options, ","); this_opt; this_opt = strtok(NULL, ","))
this_opt4740arch/m68k/amiga/amifb.cif (!strcmp(this_opt, "inverse")) {
this_opt4762arch/m68k/amiga/amifb.c} else if (!strcmp(this_opt, "ilbm"))
this_opt4764arch/m68k/amiga/amifb.celse if (!strcmp(this_opt, "pwrsave"))
this_opt4766arch/m68k/amiga/amifb.celse if (!strncmp(this_opt, "monitorcap:", 11))
this_opt4767arch/m68k/amiga/amifb.cstrcpy(mcap_spec, this_opt+11);
this_opt4768arch/m68k/amiga/amifb.celse if (!strncmp(this_opt, "font:", 5))
this_opt4769arch/m68k/amiga/amifb.cstrcpy(fb_info.fontname, this_opt+5);
this_opt4771arch/m68k/amiga/amifb.camifb_mode = get_video_mode(this_opt);
this_opt2927arch/m68k/atari/atafb.cchar *this_opt;
this_opt2942arch/m68k/atari/atafb.cfor(this_opt=strtok(options,","); this_opt; this_opt=strtok(NULL,",")) {
this_opt2943arch/m68k/atari/atafb.cif (!*this_opt) continue;
this_opt2944arch/m68k/atari/atafb.cif ((temp=get_video_mode(this_opt)))
this_opt2946arch/m68k/atari/atafb.celse if (! strcmp(this_opt, "inverse"))
this_opt2948arch/m68k/atari/atafb.celse if (!strncmp(this_opt, "font:", 5))
this_opt2949arch/m68k/atari/atafb.cstrcpy(fb_info.fontname, this_opt+5);
this_opt2950arch/m68k/atari/atafb.celse if (! strncmp(this_opt, "hwscroll_",9)) {
this_opt2951arch/m68k/atari/atafb.chwscroll=simple_strtoul(this_opt+9, NULL, 10);
this_opt2957arch/m68k/atari/atafb.celse if (! strncmp(this_opt, "sw_",3)) {
this_opt2958arch/m68k/atari/atafb.cif (! strcmp(this_opt+3, "acia"))
this_opt2960arch/m68k/atari/atafb.celse if (! strcmp(this_opt+3, "snd6"))
this_opt2962arch/m68k/atari/atafb.celse if (! strcmp(this_opt+3, "snd7"))
this_opt2967arch/m68k/atari/atafb.celse if (!strcmp(this_opt,"mv300")) {
this_opt2971arch/m68k/atari/atafb.celse if (!strncmp(this_opt,"external:",9))
this_opt2972arch/m68k/atari/atafb.cstrcpy(ext_str, this_opt+9);
this_opt2974arch/m68k/atari/atafb.celse if (!strncmp(this_opt,"internal:",9))
this_opt2975arch/m68k/atari/atafb.cstrcpy(int_str, this_opt+9);
this_opt2977arch/m68k/atari/atafb.celse if (!strcmp(this_opt, "pwrsave"))
this_opt2979arch/m68k/atari/atafb.celse if (!strncmp(this_opt, "eclock:", 7)) {
this_opt2980arch/m68k/atari/atafb.cfext.f = simple_strtoul(this_opt+7, NULL, 10);
this_opt2985arch/m68k/atari/atafb.celse if (!strncmp(this_opt, "monitorcap:", 11))
this_opt2986arch/m68k/atari/atafb.cstrcpy(mcap_spec, this_opt+11);
this_opt2988arch/m68k/atari/atafb.celse if (!strcmp(this_opt, "keep"))
this_opt2990arch/m68k/atari/atafb.celse if (!strncmp(this_opt, "R", 1))
this_opt2991arch/m68k/atari/atafb.cstrcpy(user_mode, this_opt+1);
this_opt3091arch/m68k/atari/atafb.cif (!strcmp(this_opt, "vga"))
this_opt3093arch/m68k/atari/atafb.cif (!strcmp(this_opt, "mv300"))
this_opt76fs/affs/inode.cchar *this_opt,*value,*end;
this_opt86fs/affs/inode.cfor (this_opt = strtok(options,","); this_opt; this_opt = strtok(NULL,",")) {
this_opt87fs/affs/inode.cif ((value = strchr(this_opt,'='))) *value++ = 0;
this_opt89fs/affs/inode.cif (!strcmp(this_opt,"offset") && value) {
this_opt95fs/affs/inode.celse if (!strcmp(this_opt,"size") && value) {
this_opt101fs/affs/inode.celse if (!strcmp(this_opt,"root") && value) {
this_opt107fs/affs/inode.celse if (!strcmp(this_opt,"conv_symlinks")) {