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

  /src/usr.bin/sed/TEST/
sed.test 81 MARK=100
94 mark()
96 MARK=$(expr $MARK + 1)
98 exec >"$DIR/${MARK}_$1"
99 echo "Test $1:$MARK"
101 echo "Test $1:$MARK" >&5
106 mark '1.1'
114 mark '1.2' ; $SED -n 's/^/e1_/p' lines1
115 mark '1.3
    [all...]
  /src/usr.sbin/mtree/
compare.c 73 #define MARK \
89 #define LABEL if (!label++) MARK
98 MARK; \
  /src/usr.sbin/syslogd/
syslogd.h 51 #define TIMERINTVL 30 /* interval for checking flush, mark */
269 /* shorthand to test Byte Order Mark which indicates UTF-8 content */
316 #define MARK 0x008 /* this message is a mark */
syslogd.c 111 * of measure is "mark intervals", i.e. 20 minutes by default.
185 int MarkSeq = 0; /* mark sequence number */
368 case 'm': /* mark interval */
1923 if (buffer->flags & MARK)
2004 if ((buffer->flags & MARK)
2014 if ((buffer->flags & MARK) == 0 &&
2845 logmsg_async(LOG_INFO, NULL, "-- MARK --", ADDDATE|MARK);

Completed in 15 milliseconds