Searched refs:sep (Results 276 - 300 of 432) sorted by relevance

<<1112131415161718

/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm207 my $sep = '/';
215 $sep = $_;
221 $v =~ s/\Q$sep\E/\\$sep/g;
223 $out = "qr$sep$v$sep$mod";
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dlines.pm93 my $filter = HTTP::Proxy::BodyFilter::lines->new( $sep );
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dlines.pm93 my $filter = HTTP::Proxy::BodyFilter::lines->new( $sep );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-tester.c1001 char *sep = strchr( filters[filter], ':' ); local
1004 if ( sep != NULL ) {
1005 sep[ 0 ] = '\0';
1007 filters[ filter ] = &sep[ 1 ];
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dconf.h198 int CONF_parse_list(const char *list, int sep, int nospc,
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dconf.h198 int CONF_parse_list(const char *list, int sep, int nospc,
/macosx-10.10.1/apache-793/httpd/modules/cache/
H A Dcache_util.c887 char *cache_strqtok(char *str, const char *sep, char **last) argument
900 /* skip characters in sep (will terminate at '\0') */
901 while (*str && ap_strchr_c(sep, *str)) {
919 if (**last == '\"' && !ap_strchr_c(sep, '\"')) {
923 else if (!ap_strchr_c(sep, **last)) {
H A Dmod_cache_socache.c1262 const char *err = NULL, *sep, *name; local
1265 sep = ap_strchr_c(arg, ':');
1266 if (sep) {
1267 name = apr_pstrmemdup(cmd->pool, arg, sep - arg);
1268 sep++;
1269 provider->args = sep;
/macosx-10.10.1/apr-32/apr/apr/tables/
H A Dapr_tables.c227 * If sep is non-NUL, it will be inserted between elements as a separator.
231 const char sep)
251 if (sep) {
272 if (sep) {
273 *cp++ = sep;
229 apr_array_pstrcat(apr_pool_t *p, const apr_array_header_t *arr, const char sep) argument
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dbox.h62 void list_debug_print(const char *sep);
/macosx-10.10.1/groff-38/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp770 const char *sep = &DIR_SEPS[1]; local
771 while (*sep)
773 s1 = strrchr(internal_name, *sep);
776 sep++;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Doptget.c1291 label(register Sfio_t* sp, int sep, register char* s, int about, int z, int level, int style, int f, Sfio_t* ip, int version, char* id, char* catalog) argument
1310 if ((ostyle = style) > (STYLE_nroff - (sep <= 0)) && f != FONT_LITERAL && f >= 0)
1316 if (sep > 0)
1318 if (sep == ' ' && style == STYLE_nroff)
1320 sfputc(sp, sep);
1322 sep = !sep || z < 0;
1359 (tsp = localize(psp, s, e, (sep || level) ? '?' : 0, sep || level, ip, version, id, catalog)))
1438 else if (sep)
1623 int sep; local
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dauxprop.c470 * sep -- separator between property names (unused if none requested)
471 * seplen -- length of separator, if < 0 then strlen(sep) will be used
477 int prop_format(struct propctx *ctx, const char *sep, int seplen, argument
485 if (!sep) seplen = 0;
486 if (seplen < 0) seplen = (int) strlen(sep);
506 strncat(outbuf, sep, seplen);
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_c.rb8 * ARGF.readlines(sep=$/) -> array
10 * ARGF.readlines(sep, limit) -> array
12 * ARGF.to_a(sep=$/) -> array
14 * ARGF.to_a(sep, limit) -> array
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_fax3.c1272 const char* sep = " "; local
1276 fprintf(fd, "%suncompressed data", sep);
1281 fprintf(fd, "%s2-d encoding", sep), sep = "+";
1283 fprintf(fd, "%sEOL padding", sep), sep = "+";
1285 fprintf(fd, "%suncompressed data", sep);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh1802 sep=
1813 then ext="$ext$sep#include \"$arg\""
1814 sep=$nl
1989 sep=" " ;;
1990 *) sep=$nl ;;
2066 SEP=$sep
2092 SEP=$sep
2278 '') sep='' ;;
2279 *) sep=$nl ;;
2282 do syms=$syms$sep
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl853 pack [frame $base.sep -bd 2 -relief sunken -height 4] -fill x
1363 set sep [string trim [file join . .] .]
1367 set arg [string trimr $arg $sep]$sep
1374 lappend out [list [file dirname $arg]$sep \
1389 d* { append f $sep }
1390 l* { append f "@ -> [file readlink $d$sep$f]" }
1391 default { if [file exec $d$sep$f] { append f * } }
1429 switch -glob [file type $d$sep$f] {
1430 d* { append f $sep }
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dftp.c1187 char sep; local
1193 sep = *str++;
1194 if (sep != *str++)
1196 if (sep != *str++)
1201 if (end[0] != sep || end[1] != '\0')
/macosx-10.10.1/swig-12/Source/Swig/
H A Dnaming.c1165 char *sep = strchr(cmvalue, '|'); local
1166 while (sep && !match) {
1167 match = strncmp(cvalue, cmvalue, sep - cmvalue) == 0;
1171 cmvalue = sep + 1;
1172 sep = strchr(cmvalue, '|');
/macosx-10.10.1/ruby-106/ruby/
H A Dstring.c6134 VALUE sep; local
6137 sep = rb_str_new2(sep0);
6138 return rb_str_split_m(1, &sep, str);
7460 * str.partition(sep) -> [head, sep, tail]
7463 * Searches <i>sep</i> or pattern (<i>regexp</i>) in the string
7474 rb_str_partition(VALUE str, VALUE sep) argument
7479 if (RB_TYPE_P(sep, T_REGEXP)) {
7480 pos = rb_reg_search(sep, str, 0, 0);
7486 tmp = rb_check_string_type(sep);
7524 rb_str_rpartition(VALUE str, VALUE sep) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpd.c2064 char sep; local
2075 sep = *str++;
2076 if (sep == '\0') {
2081 if (af == 0 || *end != sep) {
2103 end = strchr (str, sep);
2118 if (port == 0 || *end != sep) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dconfig.c516 char *sep = strchr( retrylist[ i ], ',' ); local
518 if ( sep == NULL ) {
526 *sep++ = '\0';
537 if ( strcmp( sep, "+" ) == 0 ) {
548 } else if ( lutil_atoi( &ri->ri_num[ i ], sep ) ) {
551 i, sep );
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dantlr-mode.el2290 (gen-sep (or (caddr (cadr antlr-makefile-specification)) " "))
2303 (let ((sep gen-sep))
2305 (insert sep (format class-file (car class-def)))
2306 (setq sep " "))))
2308 (let ((sep gen-sep))
2311 (insert sep (format vocab-file evocab))
2312 (setq sep " "))))
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_entry.c127 const wchar_t **end, wchar_t *sep);
1640 wchar_t sep; local
1650 next_field_w(&text, &start, &end, &sep);
1656 } while (sep == L':');
1803 const wchar_t **end, wchar_t *sep)
1816 *sep = **wp;
1802 next_field_w(const wchar_t **wp, const wchar_t **start, const wchar_t **end, wchar_t *sep) argument
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinDialog.c1753 char *sep;
1781 sep = "";
1788 strcpy(p, sep);
1789 p += strlen(sep);
1794 sep = ",";
1796 sep = ";";
1742 char *sep; local

Completed in 283 milliseconds

<<1112131415161718