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

  /src/external/cddl/osnet/dist/head/
note.h 27 * note.h: interface for annotating source with info for tools
29 * NOTE is the default interface, but if the identifier NOTE is in use for
32 * files should *not* use NOTE, since the name may already be in use in
34 * sys/note.h directly and use _NOTE. For consistency, all kernel source
43 #include <sys/note.h>
49 #define NOTE _NOTE
  /src/external/cddl/osnet/include/
solaris.h 41 #define NOTE(s)
  /src/crypto/external/bsd/openssl.old/dist/
Configure 110 # get past these. Note that we only use these with C compilers, not with
479 # Note: => pair form used for aesthetics, not to truly make a hash table
1076 Please read the 'Note on random number generation' section in the
2211 # Take note if the file to depend on is being renamed
2679 NOTE: These variables only represent the configuration view. The build file
2887 # Note: All of the helper functions are for lazy evaluation. They all
3295 # Note that if $ENV{$name} doesn't exist or is undefined,
  /src/external/mpl/dhcp/dist/contrib/ms2isc/
ms2isc.pl 68 NOTE: the program only knows of the following global and subnet options:
249 print $outfile $pound, "\toption routers @{${$GlobalOptions}{routers}};\t# NOTE: obtained from global option, bad practice detected\n";
  /src/external/bsd/nvi/dist/regex/
engine.c 124 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
128 #define NOTE(s) /* nothing */
210 NOTE("finding start");
231 NOTE("dissecting");
242 NOTE("backref dissect");
254 NOTE("backoff");
265 NOTE("backoff dissect");
273 NOTE("false alarm");
591 /* note that the ss++ gets us past the O_CH */
775 break; /* NOTE BREAK OUT *
    [all...]
  /src/lib/libc/regex/
engine.c 150 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
154 #define NOTE(s) /* nothing */
326 NOTE("finding start");
348 NOTE("dissecting");
358 NOTE("backref dissect");
370 NOTE("backoff");
381 NOTE("backoff dissect");
389 NOTE("false alarm");
764 /* note that the ss++ gets us past the O_CH */
993 break; /* NOTE BREAK OUT *
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
async.h 126 #define NOTE(str, ...) do{ \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
340 #define NOTE(str, ...) {}
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.h 126 #define NOTE(str, ...) do{ \
128 sprintf (note_str, "%s" DEBUG_PURPLE "NOTE: " DEBUG_NORM str, aio_prefix, ##__VA_ARGS__); \
218 #define NOTE(str, ...) {}
  /src/external/gpl2/texinfo/dist/makeinfo/
xml.h 81 TIP, NOTE, IMPORTANT, WARNING, CAUTION,
112 xml_insert_footnote (char *note),
  /src/external/gpl3/binutils/dist/include/opcode/
ia64.h 272 /* encode/extract the note/index for a dependency */
274 #define NOTE(X) (((X)>>11)&0x1F)
  /src/external/gpl3/binutils.old/dist/include/opcode/
ia64.h 272 /* encode/extract the note/index for a dependency */
274 #define NOTE(X) (((X)>>11)&0x1F)
  /src/external/gpl3/gdb.old/dist/include/opcode/
ia64.h 272 /* encode/extract the note/index for a dependency */
274 #define NOTE(X) (((X)>>11)&0x1F)
  /src/external/gpl3/gdb/dist/include/opcode/
ia64.h 272 /* encode/extract the note/index for a dependency */
274 #define NOTE(X) (((X)>>11)&0x1F)

Completed in 27 milliseconds