HomeSort by: relevance | last modified time | path
    Searched defs:newoptions (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutDstr.cpp 54 ulong newoptions = 0; local
62 // options that we support, and add them to newoptions
67 newoptions |= BGL_ALPHA;
69 newoptions |= BGL_ACCUM;
71 newoptions |= BGL_DEPTH;
73 newoptions |= BGL_DOUBLE;
75 newoptions |= BGL_STENCIL;
80 *options = newoptions;
glutWindow.cpp 530 ulong newoptions = 0; local
532 newoptions |= BGL_ACCUM;
534 newoptions |= BGL_ALPHA;
536 newoptions |= BGL_DEPTH;
538 newoptions |= BGL_DOUBLE;
540 newoptions |= BGL_STENCIL;
541 *options = newoptions;
  /src/sbin/fsck/
fsck.c 446 char *newoptions; local
449 if ((newoptions = strchr(optstr, ':')) == NULL)
452 *newoptions++ = '\0';
456 catopt(&e->options, newoptions);
459 addentry(&opthead, optstr, newoptions);
  /src/usr.sbin/autofs/
automountd.c 87 char *tofree, *pair, *newoptions; local
93 newoptions = calloc(1, strlen(*optionsp) + 1);
94 if (newoptions == NULL)
108 strcat(newoptions, ",");
109 strcat(newoptions, pair);
114 *optionsp = newoptions;

Completed in 103 milliseconds