/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4518.txt | 83 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 D | test.in | 8 $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 D | directive-undef.mk | 58 SPACE= ${:U } 59 ${SPACE}= space 60 .if !defined(${SPACE}) 63 .undef ${SPACE} 64 .if !defined(${SPACE})
|
H A D | cond-func-empty.mk | 12 SPACE= ${:U } 73 .if !empty(SPACE)
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_dump.c | 20 #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 D | memalloc.c | 127 #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 D | aicasm_scan.l | 79 SPACE [ \t]+ 253 #include{SPACE} { 278 #define{SPACE} { 282 <MACRODEF>{WORD}{SPACE} { 312 <MACROARGLIST>{SPACE} ; 327 <MACROCALLARGS>{SPACE} ;
|
H A D | aicasm_macro_scan.l | 72 SPACE [ \t]+ 82 <ARGLIST>{SPACE} ;
|
/freebsd/usr.bin/sed/ |
H A D | extern.h | 51 void cspace(SPACE *, const char *, size_t, enum e_spflag); 53 int mf_fgets(SPACE *, enum e_spflag);
|
H A D | process.c | 59 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 D | cclass.h | 47 RCHAR_T SPACE[] = {'s','p','a','c','e',0}; variable 75 { SPACE, "\t\n\v\f\r ", "" },
|
/freebsd/crypto/openssh/regress/ |
H A D | sftp-glob.sh | 50 SPACE="${DIR}/g-q space" 54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
|
/freebsd/sys/fs/udf/ |
H A D | osta.c | 291 #define SPACE 0x0020 macro 357 else if (current != PERIOD && current != SPACE) { in UDFTransName()
|
/freebsd/share/monetdef/ |
H A D | en_GB.ISO8859-15.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | en_IE.ISO8859-15.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | bg_BG.CP1251.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | en_CA.US-ASCII.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | en_SG.ISO8859-1.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | en_US.US-ASCII.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | es_AR.ISO8859-1.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | es_MX.ISO8859-1.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | fr_CA.ISO8859-15.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | hy_AM.ARMSCII-8.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | it_IT.ISO8859-15.src | 6 # int_curr_symbol (last character always SPACE)
|
H A D | ja_JP.SJIS.src | 6 # int_curr_symbol (last character always SPACE)
|