HomeSort by: relevance | last modified time | path
    Searched refs:NOTE (Results 1 - 25 of 144) sorted by relevancy

1 2 3 4 5 6

  /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/bin/ksh/
emacs-gen.sh 21 * NOTE: THIS FILE WAS GENERATED AUTOMATICALLY FROM $file
  /src/external/gpl3/gcc/dist/libgfortran/io/
async.c 75 NOTE ("Changing pdts, current_unit = %p", (void *) (new->u.p.current_unit));
121 NOTE ("Finalizing write");
127 NOTE ("Finalizing read");
133 NOTE ("Data transfer init");
140 NOTE ("Starting scalar transfer");
149 NOTE ("Starting array transfer");
150 NOTE ("ctq->arg.array.desc = %p",
159 NOTE ("Received AIO_CLOSE");
179 NOTE ("Received AIO_CLOSE during error condition");
184 NOTE ("Next ctq, current id: %d", au->id.low)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.c 71 NOTE ("Changing pdts, current_unit = %p", (void *) (new->u.p.current_unit));
119 NOTE ("Finalizing write");
125 NOTE ("Finalizing read");
131 NOTE ("Data transfer init");
138 NOTE ("Starting scalar transfer");
147 NOTE ("Starting array transfer");
148 NOTE ("ctq->arg.array.desc = %p",
157 NOTE ("Received AIO_CLOSE");
177 NOTE ("Received AIO_CLOSE during error condition");
182 NOTE ("Next ctq, current id: %d", au->id.low)
    [all...]
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/distrib/sets/
regpkg 83 NOTE="${prog}: NOTE: "
174 ERRWARNNOTE="${NOTE}"
191 # Note that this corresponds to the default value of PKG_DBDIR
229 echo >&2 "${prog}: ${NOTE}: ignoring above errors, due to '-m' option."
419 echo >&2 "${NOTE}Using host endianness"
937 echo >&2 "${NOTE}deleting old pkg (${matches})"
978 echo >&2 "${NOTE}some files are newer but pkg version is unchanged"
1030 echo >&2 "${NOTE}deleting old binary pkg (${matches})"
  /src/sys/arch/amiga/stand/loadkmap/din/
din-kbdmap.c 426 NOTE: save yourself and others a lot of grief by *not* using
  /src/sys/arch/amiga/stand/loadkmap/pl_din/
pl_din-kbdmap.c 431 NOTE: save yourself and others a lot of grief by *not* using
  /src/sys/arch/x68k/dev/
kbdmap.c 265 NOTE: save yourself and others a lot of grief by *not* using
  /src/sys/arch/x68k/usr.bin/loadkmap/
jis_kmap.c 259 NOTE: save yourself and others a lot of grief by *not* using
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
error.c 656 NOTE ("Entering generate_error_common");
698 cmp->flags |= IOPARM_LIBRETURN_EOR; NOTE("EOR");
704 cmp->flags |= IOPARM_LIBRETURN_END; NOTE("END");
710 cmp->flags |= IOPARM_LIBRETURN_ERROR; NOTE("ERROR");
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
error.c 656 NOTE ("Entering generate_error_common");
698 cmp->flags |= IOPARM_LIBRETURN_EOR; NOTE("EOR");
704 cmp->flags |= IOPARM_LIBRETURN_END; NOTE("END");
710 cmp->flags |= IOPARM_LIBRETURN_ERROR; NOTE("ERROR");
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regengine.inc 119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
124 #define NOTE(s) /* nothing */
198 NOTE("finding start");
219 NOTE("dissecting");
230 NOTE("backref dissect");
242 NOTE("backoff");
253 NOTE("backoff dissect");
261 NOTE("false alarm");
566 /* note that the ss++ gets us past the O_CH */
744 break; /* NOTE BREAK OUT *
    [all...]
  /src/sys/arch/atari/stand/keymaps/fr/
fr-kbdmap.c 172 * NOTE: save yourself and others a lot of grief by *not* using
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
api.txt 10 NOTE: This library has been customized for use with OpenLDAP. The character
47 NOTE: the ucdata_setup(char *paths) function is now a macro that expands
59 NOTE: the ucdata_cleanup() function is now a macro that expands into this
  /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/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/sim/testsuite/h8300/
jmp.s 103 ; jmp @.Ltgt_32:32 ; NOTE: hard-coded to avoid relaxing
  /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.old/dist/sim/testsuite/h8300/
jmp.s 103 ; jmp @.Ltgt_32:32 ; NOTE: hard-coded to avoid relaxing
  /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/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...]

Completed in 82 milliseconds

1 2 3 4 5 6