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

/macosx-10.10.1/groff-38/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...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmatch.c239 #define SEP "," macro
250 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
251 (p = strsep(&sp, SEP)), i++) {
259 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
260 (p = strsep(&cp, SEP)), i++) {
H A Dcompat.c182 #define SEP "," macro
192 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dswigp4.ml29 | e1 = expr ; "->" ; l = LIDENT ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
31 | e1 = expr ; "->" ; u = UIDENT ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
33 | e1 = expr ; "->" ; s = expr LEVEL "simple" ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
35 | e1 = expr ; "'" ; "." ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
37 | e1 = expr ; "'" ; "->" ; l = LIDENT ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
39 | e1 = expr ; "'" ; "->" ; u = UIDENT ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
41 | e1 = expr ; "'" ; "->" ; s = expr LEVEL "simple" ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
114 | f = expr ; "'" ; "(" ; args = LIST0 (expr LEVEL "simple") SEP "," ; ")" ->
/macosx-10.10.1/ntp-92/include/
H A Dntp_calendar.h31 #define SEP 30 macro
/macosx-10.10.1/NFS-82/nfsstat/
H A Dnfsstat.c1141 #define SEP sep=',' macro
1149 SEP;
1156 SEP;
1166 SEP;
1169 printf("%c%s", sep, socket_type(margs->sotype)), SEP;
1171 printf("%cport=%d", sep, margs->nfs_port), SEP;
1173 printf("%cmountport=%d", sep, margs->mount_port), SEP;
1175 printf("%c%smntudp", sep, NFS_BITMAP_ISSET(margs->mflags, NFS_MFLAG_MNTUDP) ? "" : "no"), SEP;
1177 printf("%c%s", sep, NFS_BITMAP_ISSET(margs->mflags, NFS_MFLAG_SOFT) ? "soft" : "hard"), SEP;
1179 printf("%c%sintr", sep, NFS_BITMAP_ISSET(margs->mflags, NFS_MFLAG_INTR) ? "" : "no"), SEP;
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtsnmfmt.cpp420 const char *SEP = "============================================================\n"; local
444 logln(SEP);
449 logln(SEP);
H A Djamotest.cpp21 // SEP is the disambiguation separator used by Latin-Jamo and Jamo-Latin
22 #define SEP "-" macro
115 //"bag" SEP "gga", "(Bi)(A)(Gf)" SEP "(Gi)(EU)(Gi)(A)", "bag" SEP "geuga",
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c71 JUL, AUG, SEP, OCT, NOV, DEC, enumerator in enum:__anon12475
112 { "sep", SEP,0 },
124 { "september", SEP,0 },
542 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC:
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duloc_tag.c55 #define SEP '-' macro
351 if (*p == SEP) {
394 if (*p == SEP) {
916 if (bcpType[i] == SEP) {
1076 *(appendAt + reslen) = SEP;
1118 *(appendAt + reslen) = SEP;
1160 if (*p == SEP || *p == LOCALE_SEP || *p == 0) {
1226 *(appendAt + reslen) = SEP;
1463 *(appendAt + reslen) = SEP;
1477 *(appendAt + reslen) = SEP;
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dglob.c71 #define SEP '/' macro
530 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
536 *pathend++ = SEP;
546 while (*p != EOS && *p != SEP) {
557 while (*pattern == SEP) {
637 * reset pathend back to last SEP and continue
/macosx-10.10.1/sudo-73/src/
H A Dglob.c111 #define SEP '/' macro
624 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
630 *pathend++ = SEP;
640 while (*p != EOS && *p != SEP) {
651 while (*pattern == SEP) {
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.c111 #define SEP '/' macro
495 pathbuf->s[pathbuf->len - 1] != SEP) &&
503 strbuf_append1(pathbuf, SEP);
514 while (*p != EOS && *p != SEP) {
522 while (*pattern == SEP)
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c116 #define SEP '/' macro
617 *pathend++ = SEP;
622 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode)
628 *pathend++ = SEP;
638 while (*p != EOS && *p != SEP) {
649 while (*pattern == SEP) {
720 *pathend++ = SEP;
/macosx-10.10.1/OpenSSH-189/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;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Doptget.c86 #define SEP(c) ((c)=='-'||(c)=='_') macro
749 else if (SEP(*x))
751 else if (SEP(*w) && w != s)
764 while (*x && !SEP(*x) && !isupper(*x))
768 if (SEP(*x))
4827 else if (*s == *w || SEP(*s) && SEP(*w))
4831 else if (!SEP(*s))
4833 if (SEP(*w))
4841 else if (w == y || SEP(*(
[all...]
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dprotocols43 sep 33 SEP # Sequential Exchange Protocol
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dmnt.c521 #define SEP ':'
738 #ifdef SEP
739 case SEP:
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh1997 SEP=
2065 x="$x$SEP$lin"
2066 SEP=$sep
2091 x="$x$SEP$1"
2092 SEP=$sep
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_eo.utf-8.vim211 " -SEP-
H A Dmenu_fi_fi.latin1.vim325 " -SEP-
H A Dmenu_fr_fr.latin1.vim222 " -SEP-
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_msfees.c826 case 10: day += SEP; /*FALLSTHROUGH*/
/macosx-10.10.1/vim-55/runtime/
H A Dmenu.vim657 exe 'an ' . g:bmenu_priority . ".9 &Buffers.-SEP- :"

Completed in 211 milliseconds