| /freebsd/sys/kern/ |
| H A D | subr_fattime.c | 93 #define SEP (AUG + 30) 94 #define OCT (SEP + 31) 112 { SEP + 0 * YEAR + 1, ENC(0, 10) }, { OCT + 0 * YEAR + 1, ENC(0, 11) }, 119 { SEP + 1 * YEAR + 1, ENC(1, 10) }, { OCT + 1 * YEAR + 1, ENC(1, 11) }, 126 { SEP + 2 * YEAR + 1, ENC(2, 10) }, { OCT + 2 * YEAR + 1, ENC(2, 11) }, 133 { SEP + 3 * YEAR + 1, ENC(3, 10) }, { OCT + 3 * YEAR + 1, ENC(3, 11) }, 199 DCOD(JUL, 0, 1), DCOD(AUG, 0, 1), DCOD(SEP, 0, 1), DCOD(OCT, 0, 1), 203 DCOD(JUL, 1, 1), DCOD(AUG, 1, 1), DCOD(SEP, 1, 1), DCOD(OCT, 1, 1), 207 DCOD(JUL, 2, 1), DCOD(AUG, 2, 1), DCOD(SEP, 2, 1), DCOD(OCT, 2, 1), 211 DCOD(JUL, 3, 1), DCOD(AUG, 3, 1), DCOD(SEP, 92 #define SEP global() macro [all...] |
| /freebsd/contrib/libarchive/cpio/test/ |
| H A D | test_option_L_upper.c | 14 #define SEP "\\" macro 17 #define SEP "/" macro 63 r = systemf(CAT " .." SEP "archive.out | %s -i >unpack.out 2>unpack.err", testprog); in DEFINE_TEST() 79 r = systemf(CAT " .." SEP "archive-L.out | %s -i >unpack-L.out 2>unpack-L.err", testprog); in DEFINE_TEST()
|
| /freebsd/crypto/openssh/ |
| H A D | match.c | 272 #define SEP "," macro 283 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0'; in match_list() 284 (p = strsep(&sp, SEP)), i++) { in match_list() 292 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0'; in match_list() 293 (p = strsep(&cp, SEP)), i++) { in match_list()
|
| /freebsd/share/i18n/esdb/ |
| H A D | Makefile.part | 6 SEP?= - 12 CODESETS?= ${PART:C/^/${CODE}${SEP}/} 13 EPREFIX?= ${CODE}${SEP}
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | path.c | 40 #define SEP '\\' macro 43 #define SEP '/' macro 143 ret = asprintf(&path, "%s%c%s", path1, SEP, path2); in k5_path_join()
|
| /freebsd/contrib/dialog/samples/ |
| H A D | inputbox7 | 17 SEP=' 21 returntext=`$DIALOG --title "INPUT BOX" --clear --separate-widget "$SEP" "$@" \
|
| /freebsd/usr.sbin/sysrc/ |
| H A D | sysrc | 480 SEP=': ' 488 [ "$SHOW_EQUALS" ] && SEP='="' 710 echo "${SHOW_NAME:+$NAME$SEP}$( 862 echo -n "${SHOW_NAME:+$NAME$SEP}" 930 echo "${SHOW_NAME:+$NAME$SEP}$(
|
| /freebsd/contrib/openbsm/m4/ |
| H A D | ltsugar.m4 | 17 # lt_join(SEP, ARG1, [ARG2...]) 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # Produce a SEP delimited list of all paired combinations of elements of
|
| /freebsd/contrib/ntp/sntp/libevent/m4/ |
| H A D | ltsugar.m4 | 17 # lt_join(SEP, ARG1, [ARG2...]) 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # Produce a SEP delimited list of all paired combinations of elements of
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | ltsugar.m4 | 17 # lt_join(SEP, ARG1, [ARG2...]) 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # Produce a SEP delimited list of all paired combinations of elements of
|
| /freebsd/contrib/libevent/m4/ |
| H A D | ltsugar.m4 | 17 # lt_join(SEP, ARG1, [ARG2...]) 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # Produce a SEP delimited list of all paired combinations of elements of
|
| /freebsd/contrib/ldns/m4/ |
| H A D | ltsugar.m4 | 17 # lt_join(SEP, ARG1, [ARG2...]) 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # Produce a SEP delimited list of all paired combinations of elements of
|
| /freebsd/contrib/openpam/m4/ |
| H A D | ltsugar.m4 | 17 # lt_join(SEP, ARG1, [ARG2...]) 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # Produce a SEP delimited list of all paired combinations of elements of
|
| /freebsd/contrib/file/m4/ |
| H A D | ltsugar.m4 | 17 # lt_join(SEP, ARG1, [ARG2...]) 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # Produce a SEP delimited list of all paired combinations of elements of
|
| /freebsd/usr.bin/at/ |
| H A D | parsetime.c | 70 JUL, AUG, SEP, OCT, NOV, DEC, enumerator 110 { "sep", SEP,0 }, 122 { "september", SEP,0 }, 500 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC: in month()
|
| /freebsd/contrib/tcsh/ |
| H A D | glob.c | 116 #define SEP '/' macro 507 pathbuf->s[pathbuf->len - 1] != SEP) && in glob2() 515 strbuf_append1(pathbuf, SEP); in glob2() 526 while (*p != EOS && *p != SEP) { in glob2() 534 while (*pattern == SEP) in glob2() 642 strbuf_append1(pathbuf, SEP); in glob3()
|
| /freebsd/share/i18n/esdb/AST/ |
| H A D | Makefile | 4 SEP= - macro
|
| /freebsd/lib/libc/gen/ |
| H A D | glob-compat11.c | 88 #define SEP L'/' macro 405 b < eb && *p != EOS && UNPROT(*p) != SEP; *b++ = *p++) in globtilde() 408 if (*p != EOS && UNPROT(*p) != SEP) in globtilde() 631 UNPROT(pathend[-1]) != SEP && in glob2() 640 *pathend++ = SEP; in glob2() 650 while (*p != EOS && UNPROT(*p) != SEP) { in glob2() 663 while (UNPROT(*pattern) == SEP) { in glob2()
|
| H A D | glob.c | 123 #define SEP L'/' macro 467 b < eb && *p != EOS && UNPROT(*p) != SEP; *b++ = *p++) in globtilde() 470 if (*p != EOS && UNPROT(*p) != SEP) in globtilde() 694 UNPROT(pathend[-1]) != SEP && in glob2() 703 *pathend++ = SEP; in glob2() 713 while (*p != EOS && UNPROT(*p) != SEP) { in glob2() 726 while (UNPROT(*pattern) == SEP) { in glob2()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | glob.c | 99 #define SEP '/' macro 650 *pathend++ = SEP; 658 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) || 664 *pathend++ = SEP; 674 while (*p != EOS && *p != SEP) { 685 while (*pattern == SEP) { 748 *pathend++ = SEP;
|
| /freebsd/contrib/libcbor/misc/ |
| H A D | update_version.py | 27 SEP = '---------------------' variable
|
| /freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.h | 112 #define SEP "----------------\n" macro
|
| /freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-zcu106-revA.dts | 664 /* SEP 3 */ 670 /* SEP 2 */ 676 /* SEP 1 */ 682 /* SEP 0 */
|
| H A D | zynqmp-zcu102-revA.dts | 653 /* SEP 3 */ 659 /* SEP 2 */ 665 /* SEP 1 */ 671 /* SEP 0 */
|
| /freebsd/contrib/ntp/include/ |
| H A D | ntp_calendar.h | 77 #define SEP 30 macro
|