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

/freebsd-11.0-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-11.0-release/share/i18n/esdb/AST/
H A DMakefile5 SEP= - macro
/freebsd-11.0-release/contrib/dialog/samples/
H A Dinputbox717 SEP='
21 RESULT=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
/freebsd-11.0-release/crypto/openssh/
H A Dmatch.c238 #define SEP "," macro
249 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
250 (p = strsep(&sp, SEP)), i++) {
258 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
259 (p = strsep(&cp, SEP)), i++) {
H A Dcompat.c220 #define SEP "," macro
232 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
/freebsd-11.0-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-11.0-release/share/i18n/esdb/
H A DMakefile.part9 SEP?= -
15 CODESETS?= ${PART:C/^/${CODE}${SEP}/}
16 EPREFIX?= ${CODE}${SEP}
/freebsd-11.0-release/usr.bin/at/
H A Dparsetime.c69 JUL, AUG, SEP, OCT, NOV, DEC, enumerator in enum:__anon13739
109 { "sep", SEP,0 },
121 { "september", SEP,0 },
499 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
/freebsd-11.0-release/usr.sbin/sysrc/
H A Dsysrc469 SEP=': '
477 [ "$SHOW_EQUALS" ] && SEP='="'
612 EXCEPT="IFS|EXCEPT|PATH|RC_DEFAULTS|OPTIND|DESCRIBE|SEP"
699 echo "${SHOW_NAME:+$NAME$SEP}$(
853 echo -n "${SHOW_NAME:+$NAME$SEP}"
918 echo "${SHOW_NAME:+$NAME$SEP}$(
/freebsd-11.0-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-11.0-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) {
694 *pathend++ = SEP;
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dglob.c92 #define SEP '/' macro
648 *pathend++ = SEP;
654 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
660 *pathend++ = SEP;
670 while (*p != EOS && *p != SEP) {
681 while (*pattern == SEP) {
744 *pathend++ = SEP;
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_calendar.h73 #define SEP 30 macro
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c827 case 10: day += SEP; /*FALLSTHROUGH*/
/freebsd-11.0-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 509 milliseconds