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

  /src/usr.bin/rup/
rup.c 145 SORT_NONE,
216 if (sort_type != SORT_NONE) {
319 if (sort_type != SORT_NONE) {
330 if (sort_type != SORT_NONE) {
347 sort_type = SORT_NONE;
  /src/usr.sbin/lastlogin/
lastlogin.c 92 #define SORT_NONE 0x0000
96 static int sortlog = SORT_NONE;
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 46 #define SORT_NONE 299
ldgram.c 182 #define SORT_NONE 299
2099 "SORT_NONE","SORT_BY_INIT_PRIORITY","REVERSE","SIZEOF_HEADERS","OUTPUT_FORMAT",
2265 "filename_spec : SORT_NONE '(' wildcard_maybe_reverse ')'",
2270 "section_name_spec : SORT_NONE '(' wildcard_maybe_reverse ')'",
ldlex.c 2387 { RTOKEN(SORT_NONE); }
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 99 SORT_NONE = 300, /* SORT_NONE */
244 #define SORT_NONE 300
ldlex.c 2387 { RTOKEN(SORT_NONE); }
ldgram.c 200 SORT_NONE = 300, /* SORT_NONE */
345 #define SORT_NONE 300
555 YYSYMBOL_SORT_NONE = 59, /* SORT_NONE */
1262 "SORT_BY_NAME", "SORT_BY_ALIGNMENT", "SORT_NONE",
3128 case 124: /* filename_spec: SORT_NONE '(' wildcard_maybe_reverse ')' */
3166 case 129: /* section_name_spec: SORT_NONE '(' wildcard_maybe_reverse ')' */

Completed in 32 milliseconds