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

  /src/etc/
security 146 CUR=${_new}.current
149 if [ -f $CUR ] ; then
151 diff ${diff_options} $CUR $_file > $OUTPUT
153 if ! cmp -s $CUR $_file; then
161 backup_file update $_file $CUR $BACK
170 backup_file add $_file $CUR $BACK
173 if [ -f $CUR ]; then
176 diff ${diff_options} $CUR /dev/null
180 backup_file remove $_file $CUR $BACK
754 CUR=${file}.curren
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
traditional.cc 109 if (n > (size_t) (pfile->out.limit - pfile->out.cur))
111 size_t size = pfile->out.cur - pfile->out.base;
116 pfile->out.cur = pfile->out.base + size;
121 PFILE->buffer->cur points to the initial asterisk of the comment,
124 PFILE->buffer->cur to the end of the buffer. */
128 const uchar *cur = pfile->buffer->cur; local
130 cur++;
131 if (*cur == '/')
132 cur++
387 const uchar *cur; local
1081 const uchar *cur = CUR (pfile->context) + 1; local
1177 const uchar *cur; local
    [all...]
macro.cc 864 if (pfile->buffer->cur != pfile->buffer->rlimit)
1028 if (pfile->buffer->cur != pfile->buffer->rlimit)
1247 buff->cur = (unsigned char *) &args[argc];
1261 arg->first = (const cpp_token **) buff->cur;
1277 arg->first = (const cpp_token **) buff->cur;
1379 buff->cur = (unsigned char *) &arg->first[ntokens + 1];
2543 CUR (context) = start;
  /src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc 109 if (n > (size_t) (pfile->out.limit - pfile->out.cur))
111 size_t size = pfile->out.cur - pfile->out.base;
116 pfile->out.cur = pfile->out.base + size;
121 PFILE->buffer->cur points to the initial asterisk of the comment,
124 PFILE->buffer->cur to the end of the buffer. */
128 const uchar *cur = pfile->buffer->cur; local
130 cur++;
131 if (*cur == '/')
132 cur++
387 const uchar *cur; local
1081 const uchar *cur = CUR (pfile->context) + 1; local
1177 const uchar *cur; local
    [all...]
macro.cc 855 if (pfile->buffer->cur != pfile->buffer->rlimit)
1019 if (pfile->buffer->cur != pfile->buffer->rlimit)
1238 buff->cur = (unsigned char *) &args[argc];
1252 arg->first = (const cpp_token **) buff->cur;
1268 arg->first = (const cpp_token **) buff->cur;
1370 buff->cur = (unsigned char *) &arg->first[ntokens + 1];
2534 CUR (context) = start;

Completed in 26 milliseconds