Home
last modified time | relevance | path

Searched refs:FILE_SEPARATORS (Results 1 – 7 of 7) sorted by relevance

/dports/lang/rexx-regina/regina-rexx-3.9.3/common/
H A Drxpack.h332 # define FILE_SEPARATORS "\\/:" macro
338 # define FILE_SEPARATORS "]" macro
350 # define FILE_SEPARATORS "/" macro
/dports/lang/rexx-wrapper/RexxWrapper-2.4/common/
H A Drxpack.h331 # define FILE_SEPARATORS "\\/:" macro
337 # define FILE_SEPARATORS "]" macro
349 # define FILE_SEPARATORS "/" macro
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dconfigur.h720 # define FILE_SEPARATORS "\\/:" macro
726 # define FILE_SEPARATORS "]" macro
738 # define FILE_SEPARATORS "/" macro
H A Dclient.c284 else if ( strchr( FILE_SEPARATORS, c ) != NULL ) in ScriptSetup()
H A Dfiles.c6123 if ( ( strchr( FILE_SEPARATORS, inname[0] ) == NULL ) && in get_external_routine_path()
6124 ( strchr( FILE_SEPARATORS, path[hlen - 1] ) == NULL ) ) in get_external_routine_path()
6339 if ( strpbrk( inname, FILE_SEPARATORS ) != NULL ) in get_external_routine()
/dports/ftp/rexx-curl/RexxCURL-2.1.0/common/
H A Drxpack.h487 # define FILE_SEPARATORS "\\/:" macro
493 # define FILE_SEPARATORS "]" macro
505 # define FILE_SEPARATORS "/" macro
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/file/
H A Dfile_inspect_config.c38 #define FILE_SEPARATORS " \t\r\n" macro