Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 25 of 232) sorted by relevance

12345678910

/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt83 view space as referring to only SPACE (U+0020), a second
245 (U+000D), and NEXT LINE (NEL) (U+0085) are mapped to SPACE (U+0020).
253 ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code
255 Zl, or Zp) are mapped to SPACE (U+0020). The following is a complete
317 For the purposes of this section, a space is defined to be the SPACE
321 any code points in the separator class, other than SPACE
329 character, ends with exactly one SPACE character, and any inner
331 SPACE characters. For instance, the input strings
332 "foo<SPACE>bar<SPACE><SPACE>", result in the output
333 "<SPACE>foo<SPACE><SPACE>bar<SPACE>".
[all …]
/freebsd/usr.bin/ident/tests/
H A Dtest.in8 $Foo: bar $ (WRONG -- NO SPACE AFTER :)
9 $Foo:bar $ (WRONG -- NO SPACE AFTER :)
10 $Foo: bar$ (WRONG -- NO SPACE BEFORE $))
12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $)
13 $Bar:: baz $ (OK -- SPACE BEFORE $)
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-undef.mk58 SPACE= ${:U }
59 ${SPACE}= space
60 .if !defined(${SPACE})
63 .undef ${SPACE}
64 .if !defined(${SPACE})
H A Dcond-func-empty.mk12 SPACE= ${:U }
73 .if !empty(SPACE)
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_dump.c20 #define SPACE(buf, pos, n) (sizeof(buf) - (pos) > (n)) macro
51 if (SPACE(buf, n, 3)) { in BIO_dump_indent_cb()
62 if (SPACE(buf, n, 2)) { in BIO_dump_indent_cb()
69 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
81 if (SPACE(buf, n, 1)) { in BIO_dump_indent_cb()
/freebsd/bin/sh/
H A Dmemalloc.c127 #define SPACE(sp) ((char*)(sp) + ALIGN(sizeof(struct stack_block))) macro
149 stacknxt = SPACE(sp); in stnewblock()
204 if (stackp != NULL && stacknxt == SPACE(stackp)) in setstackmark()
263 if (stackp != NULL && stacknxt == SPACE(stackp)) { in growstackblock()
270 stacknxt = SPACE(sp); in growstackblock()
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l79 SPACE [ \t]+
253 #include{SPACE} {
278 #define{SPACE} {
282 <MACRODEF>{WORD}{SPACE} {
312 <MACROARGLIST>{SPACE} ;
327 <MACROCALLARGS>{SPACE} ;
H A Daicasm_macro_scan.l72 SPACE [ \t]+
82 <ARGLIST>{SPACE} ;
/freebsd/usr.bin/sed/
H A Dextern.h51 void cspace(SPACE *, const char *, size_t, enum e_spflag);
53 int mf_fgets(SPACE *, enum e_spflag);
H A Dprocess.c59 static SPACE HS, PS, SS, YS;
73 static void regsub(SPACE *, char *, char *);
96 SPACE tspace; in process()
383 SPACE tspace; in substitute()
493 SPACE tmp; in do_tr()
693 regsub(SPACE *sp, char *string, char *src) in regsub()
740 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace()
/freebsd/contrib/nvi/regex/
H A Dcclass.h47 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable
75 { SPACE, "\t\n\v\f\r ", "" },
/freebsd/crypto/openssh/regress/
H A Dsftp-glob.sh50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
/freebsd/sys/fs/udf/
H A Dosta.c291 #define SPACE 0x0020 macro
357 else if (current != PERIOD && current != SPACE) { in UDFTransName()
/freebsd/share/monetdef/
H A Den_GB.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Den_IE.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Dbg_BG.CP1251.src6 # int_curr_symbol (last character always SPACE)
H A Den_CA.US-ASCII.src6 # int_curr_symbol (last character always SPACE)
H A Den_SG.ISO8859-1.src6 # int_curr_symbol (last character always SPACE)
H A Den_US.US-ASCII.src6 # int_curr_symbol (last character always SPACE)
H A Des_AR.ISO8859-1.src6 # int_curr_symbol (last character always SPACE)
H A Des_MX.ISO8859-1.src6 # int_curr_symbol (last character always SPACE)
H A Dfr_CA.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Dhy_AM.ARMSCII-8.src6 # int_curr_symbol (last character always SPACE)
H A Dit_IT.ISO8859-15.src6 # int_curr_symbol (last character always SPACE)
H A Dja_JP.SJIS.src6 # int_curr_symbol (last character always SPACE)

12345678910