Searched refs:terminator (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetline.c44 terminator), or -1 on error or EOF. On a -1 return, the caller
49 getstr (lineptr, n, stream, terminator, offset, limit)
53 int terminator;
145 if (c == terminator)
/freebsd-9.3-release/contrib/gperf/lib/
H A Dgetline.cc37 null terminator), or -1 on error or immediate EOF.
41 getstr (char **lineptr, size_t *n, FILE *stream, char terminator, size_t offset) argument
98 if (c == terminator)
/freebsd-9.3-release/lib/libc/net/
H A Dnss_compat.c50 static int terminator; variable
155 SET_TERMINATOR(group, &terminator);
256 SET_TERMINATOR(passwd, &terminator);
/freebsd-9.3-release/contrib/binutils/gas/
H A Dcond.c222 get_mri_string (int terminator, int *len) argument
247 while (*input_line_pointer != terminator
/freebsd-9.3-release/gnu/usr.bin/rcs/co/
H A Dco.c627 char terminator; local
643 terminator = *--j;
650 *j = terminator;
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dlex.c624 cppchar_t terminator; local
628 terminator = *cur++;
629 if (terminator == 'L')
630 terminator = *cur++;
631 if (terminator == '\"')
633 else if (terminator == '\'')
636 terminator = '>', type = CPP_HEADER_NAME;
645 else if (c == terminator)
668 (int) terminator);
674 /* The stored comment includes the comment start and any terminator
[all...]
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md242 * Multiline terminator must start just after `<<` symbols and it must consist of capital letters only (e.g. `<<eof` or `<< EOF` won't work);
243 * Terminator must end with a single newline character (and no spaces are allowed between terminator and newline character);
244 * To finish multiline string you need to include a terminator string just after newline and followed by a newline (no spaces or other characters are allowed as well);
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_bios.h296 u16 terminator; member in struct:lvds_fp_timing
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc232 // the buffer not including the NULL terminator.
279 // including the null-terminator.
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES1003 main.c fixed to recognize -- as terminator of command-

Completed in 139 milliseconds