Searched refs:SEP (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/contrib/groff/
H A Dtest-groff.in4 SEP='@PATH_SEPARATOR@'
9 $builddir/roff/groff$SEP\
10 $builddir/roff/troff$SEP\
11 $builddir/preproc/pic$SEP\
12 $builddir/preproc/eqn$SEP\
13 $builddir/preproc/tbl$SEP\
14 $builddir/preproc/grn$SEP\
15 $builddir/preproc/refer$SEP\
16 $builddir/preproc/soelim$SEP\
17 $builddir/preproc/html$SEP\
[all...]
/freebsd-10.2-release/share/i18n/esdb/AST/
H A DMakefile5 SEP= - macro
/freebsd-10.2-release/contrib/dialog/samples/
H A Dinputbox717 SEP='
21 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
/freebsd-10.2-release/crypto/openssh/
H A Dmatch.c240 #define SEP "," macro
251 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
252 (p = strsep(&sp, SEP)), i++) {
260 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
261 (p = strsep(&cp, SEP)), i++) {
H A Dcompat.c197 #define SEP "," macro
207 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
/freebsd-10.2-release/sys/kern/
H A Dsubr_fattime.c92 #define SEP (AUG + 30) macro
93 #define OCT (SEP + 31)
111 { SEP + 0 * YEAR + 1, ENC(0, 10) }, { OCT + 0 * YEAR + 1, ENC(0, 11) },
118 { SEP + 1 * YEAR + 1, ENC(1, 10) }, { OCT + 1 * YEAR + 1, ENC(1, 11) },
125 { SEP + 2 * YEAR + 1, ENC(2, 10) }, { OCT + 2 * YEAR + 1, ENC(2, 11) },
132 { SEP + 3 * YEAR + 1, ENC(3, 10) }, { OCT + 3 * YEAR + 1, ENC(3, 11) },
201 DCOD(JUL, 0, 1), DCOD(AUG, 0, 1), DCOD(SEP, 0, 1), DCOD(OCT, 0, 1),
205 DCOD(JUL, 1, 1), DCOD(AUG, 1, 1), DCOD(SEP, 1, 1), DCOD(OCT, 1, 1),
209 DCOD(JUL, 2, 1), DCOD(AUG, 2, 1), DCOD(SEP, 2, 1), DCOD(OCT, 2, 1),
213 DCOD(JUL, 3, 1), DCOD(AUG, 3, 1), DCOD(SEP,
[all...]
/freebsd-10.2-release/share/i18n/esdb/
H A DMakefile.part9 SEP?= -
15 CODESETS?= ${PART:C/^/${CODE}${SEP}/}
16 EPREFIX?= ${CODE}${SEP}
/freebsd-10.2-release/usr.sbin/sysrc/
H A Dsysrc300 SEP=': '
308 [ "$SHOW_EQUALS" ] && SEP='="'
432 EXCEPT="IFS|EXCEPT|PATH|RC_DEFAULTS|OPTIND|DESCRIBE|SEP"
513 echo "${SHOW_NAME:+$NAME$SEP}$(
667 echo -n "${SHOW_NAME:+$NAME$SEP}"
732 echo "${SHOW_NAME:+$NAME$SEP}$(
/freebsd-10.2-release/usr.bin/at/
H A Dparsetime.c69 JUL, AUG, SEP, OCT, NOV, DEC, enumerator in enum:__anon12128
109 { "sep", SEP,0 },
121 { "september", SEP,0 },
499 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
/freebsd-10.2-release/contrib/tcsh/
H A Dglob.c111 #define SEP '/' macro
498 pathbuf->s[pathbuf->len - 1] != SEP) &&
506 strbuf_append1(pathbuf, SEP);
517 while (*p != EOS && *p != SEP) {
525 while (*pattern == SEP)
633 strbuf_append1(pathbuf, SEP);
/freebsd-10.2-release/lib/libc/gen/
H A Dglob.c125 #define SEP '/' macro
599 *pathend++ = SEP;
604 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode)
610 *pathend++ = SEP;
620 while (*p != EOS && *p != SEP) {
631 while (*pattern == SEP) {
698 *pathend++ = SEP;
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dglob.c91 #define SEP '/' macro
647 *pathend++ = SEP;
653 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
659 *pathend++ = SEP;
669 while (*p != EOS && *p != SEP) {
680 while (*pattern == SEP) {
743 *pathend++ = SEP;
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_calendar.h73 #define SEP 30 macro
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c827 case 10: day += SEP; /*FALLSTHROUGH*/
/freebsd-10.2-release/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h104 * Added defines for the SEP bits in RVP2 VolumeSettings.
1145 IOC_4_SEP SEP[MPI_IOC_PAGE_4_SEP_MAX]; /* 08h */ member in struct:_CONFIG_PAGE_IOC_4

Completed in 145 milliseconds