Searched refs:sep (Results 176 - 200 of 432) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm81 my ($val,$sep,$comm) = @{$vals->[$n]}{qw(val sep comm)};
87 $sep = $SEPARATOR{$sep || $def_sep};
90 s/ (?!\Z) \n /\n$keyspace$sep/gxms for @vals;
94 $serialization .= join q{}, map {"$key$sep$_\n"} @vals;
131 my ($self, $sep, $val, $comm) = @_;
132 push @{$vals_of{ident $self}}, {val=>$val, sep=>$sep, comm=>$comm};
256 my ($self, $key, $sep,
[all...]
/macosx-10.10.1/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm81 my ($val,$sep,$comm) = @{$vals->[$n]}{qw(val sep comm)};
87 $sep = $SEPARATOR{$sep || $def_sep};
90 s/ (?!\Z) \n /\n$keyspace$sep/gxms for @vals;
94 $serialization .= join q{}, map {"$key$sep$_\n"} @vals;
131 my ($self, $sep, $val, $comm) = @_;
132 push @{$vals_of{ident $self}}, {val=>$val, sep=>$sep, comm=>$comm};
257 my ($self, $key, $sep,
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dkey.c630 key__decode_str(const Char *str, char *buf, size_t len, const char *sep) argument
636 if (sep[0] != '\0') {
637 ADDC(sep[0]);
657 if (sep[0] != '\0' && sep[1] != '\0') {
658 ADDC(sep[1]);
/macosx-10.10.1/doc_cmds-49/makewhatis/
H A Dmakewhatis.c1007 char *sep = strchr(locale, '_'); local
1008 if (sep != NULL && isupper(sep[1]) &&
1009 isupper(sep[2])) {
1010 asprintf(&lang_locale, "%.*s%s", sep - locale, locale, &sep[3]);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Ddeparse.c367 register int sep; local
369 sep = end_line;
371 sep = ' ';
373 sep = '\t';
378 sfputr(outfile,word,sep);
379 if(sep=='\n')
/macosx-10.10.1/libedit-40/src/
H A Dkeymacro.c637 keymacro__decode_str(const Char *str, char *buf, size_t len, const char *sep) argument
643 if (sep[0] != '\0') {
644 ADDC(sep[0]);
664 if (sep[0] != '\0' && sep[1] != '\0') {
665 ADDC(sep[1]);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dutf-8.c536 char *(ldap_utf8_strtok)(char *str, const char *sep, char **last) argument
545 begin += ldap_utf8_strspn( begin, sep );
552 end = &begin[ ldap_utf8_strcspn( begin, sep ) ];
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dteststr.c40 char *sep; member in struct:__anon6185
81 retval1 = apr_strtok(str1, cases[curtc].sep, &state);
82 retval2 = strtok(str2, cases[curtc].sep);
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_paramhlp.c247 const char *sep = ","; local
285 for(token = strtok(buffer, sep);
287 token = strtok(NULL, sep)) {
/macosx-10.10.1/ruby-106/ruby/lib/net/http/
H A Dheader.rb357 # Optional argument +sep+ means data record separator.
367 def set_form_data(params, sep = '&')
369 query.gsub!(/&/, sep) if sep != '&'
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_pvt_uc.h83 LDAP_F (char*) ldap_utf8_strtok( char* sp, const char* sep, char **last);
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_tables.h214 * elements in the array. If sep is non-NUL, it will be inserted between
218 * @param sep The separator to use
223 const char sep);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dzt.c297 const char *sep; local
329 sep = "";
332 sep = " ";
341 zonename, classstr, sep, vname,
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dtty.c1118 char *sep, *endp = NULL; local
1125 sep = strchr(dest, ':');
1126 if (sep != NULL)
1127 port = strtol(sep+1, &endp, 10);
1128 if (port < 0 || endp == sep+1 || sep == dest) {
1132 *sep = 0;
1138 *sep = ':';
1143 *sep = ':';
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttkmenu.rb40 sep = Ttk::Separator.new(frame)
41 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
H A Dmclist.rb37 sep = Ttk::Separator.new(frame)
38 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
H A Dtree.rb38 sep = Ttk::Separator.new(frame)
39 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
H A Dttkbut.rb108 sep = Ttk::Separator.new(frame)
109 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/bwidget/
H A Dtmpldlg.rb79 sep = Tk::BWidget::Separator.new(parent, :orient=>:horizontal)
83 sep.pack(:side=>:bottom, :fill=>:x, :pady=>10)
131 sep = Tk::BWidget::Separator.new(parent, :orient=>:horizontal)
135 sep.pack(:side=>:bottom, :fill=>:x, :pady=>10)
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_comment.rb164 ARGF.readlines(sep=$/) -> array
166 ARGF.readlines(sep, limit) -> array
168 ARGF.to_a(sep=$/) -> array
170 ARGF.to_a(sep, limit) -> array
185 ARGF.readlines(sep=$/) -> array
187 ARGF.readlines(sep, limit) -> array
188 ARGF.to_a(sep=$/) -> array
190 ARGF.to_a(sep, limit) -> array
/macosx-10.10.1/system_cmds-643.1.1/at.tproj/
H A Dparsetime.c112 { "sep", SEP,0 },
588 int sep; local
590 sep = sc_tokid;
593 if (token() == sep) {
601 if (sep == DOT) {
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dspeed.c2726 static char sep[]=":"; local
2778 alg=atoi(sstrsep(&p,sep));
2779 sstrsep(&p,sep);
2781 results[alg][j]+=atof(sstrsep(&p,sep));
2789 k=atoi(sstrsep(&p,sep));
2790 sstrsep(&p,sep);
2792 d=atof(sstrsep(&p,sep));
2798 d=atof(sstrsep(&p,sep));
2810 k=atoi(sstrsep(&p,sep));
2811 sstrsep(&p,sep);
[all...]
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dengine.c249 register char *sep; /* end of string matched by subsubRE */ local
335 sep = slow(m, ssp, rest, ssub, esub);
336 if (sep == NULL || sep == ssp)
339 ssp = sep;
341 if (sep == NULL) {
343 sep = ssp;
346 assert(sep == rest); /* must exhaust substring */
347 assert(slow(m, ssp, sep, ssub, esub) == rest);
348 dp = dissect(m, ssp, sep, ssu
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dbindat.el621 (defun bindat-format-vector (vect fmt sep &optional len)
628 (let ((i len) (fmt2 (concat sep fmt)) (s nil))
634 (defun bindat-vector-to-dec (vect &optional sep)
637 (bindat-format-vector vect "%d" (if (stringp sep) sep ".")))
639 (defun bindat-vector-to-hex (vect &optional sep)
642 (bindat-format-vector vect "%02x" (if (stringp sep) sep ":")))
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTestFormats.py179 if suffix.startswith(os.sep):
182 path_in_suite + tuple(suffix.split(os.sep)),

Completed in 316 milliseconds

1234567891011>>