Searched refs:sep (Results 26 - 50 of 432) sorted by relevance

1234567891011>>

/macosx-10.10.1/libutil-38/
H A Dhumanize_number.c56 const char *prefixes, *sep; local
114 sep = "";
116 sep = " ";
150 sep, SCALE2PREFIX(i), suffix);
156 sep, SCALE2PREFIX(i), suffix);
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dstatusbar.tcl162 set sep [_sep $path sepresize {}]
166 grid $sep -row 1 -column 1 -sticky ns -padx $ipadx -pady $ipady
173 grid remove $sep $resize
175 grid remove $sep
274 set sep [_sep $path sep[winfo name $w]]
276 lappend _widget($path,items) [winfo name $sep]
277 grid $sep -in $sbar -row 0 -column $cols \
308 set sep [lindex $_widget($path,items) $sidx]
309 if {[string match .* $sep]} {
[all...]
H A Dmainframe.tcl114 set sep [ttk::separator $path.sep -orient horizontal]
116 set sep [Separator::create $path.sep -orient horizontal -background $bg]
118 pack $sep -fill x
122 set sep [ttk::separator $botframe.sep -orient horizontal]
124 set sep [Separator::create $botframe.sep -orient horizontal -background $bg]
126 pack $sep
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregrexec.c36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags, int sep, void* handle, regrecord_t record) argument
98 if (*--l == sep)
105 while (r < end && *r != sep)
117 while (x < l && *x != sep)
161 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags, int sep, void* handle, regrecord_t record) argument
171 if (!(r = regrexec_20120528(p, s, len, nmatch, match, flags, sep, handle, record)))
180 return regrexec_20120528(p, s, len, 0, NiL, flags, sep, handle, record);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/features/
H A Dmath.sh210 sep=
219 code="$code${sep}$T a$p"
220 ta="$ta${sep}a$p"
221 tc="$tc${sep}0"
226 sep=","
250 sep=
253 2:ldexp*) code="$code${sep}int" ;;
254 *) code="$code${sep}$t" ;;
259 sep=","
269 sep
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapcompare.c186 char *sep; local
209 sep = strchr(attrs, ':');
210 if (!sep) {
214 *sep++='\0';
215 if ( *sep != ':' ) {
216 bvalue.bv_val = strdup( sep );
221 bvalue.bv_val = malloc( strlen( &sep[1] ));
222 bvalue.bv_len = lutil_b64_pton( &sep[1],
223 (unsigned char *) bvalue.bv_val, strlen( &sep[1] ));
256 compdn, attrs, sep );
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dldif-filter.c131 flush_entries( Strings *ss, const char *sep, unsigned flags ) argument
139 for ( i = 0; i < end; i++, prefix = sep ) {
155 const char *entry_sep = "\n", *sep = ""; local
159 /* LDIF = Entries ss[..entries-1] + sep + attrs ss[entries..] + line */
160 for ( ; !eof || ss.len || *sep; prev_eol = eol ) {
162 strcpy( line, prev_eol ? "" : *sep ? sep : "\n" );
188 /* Empty line - consume sep+attrs or entries+sep */
190 entry_sep = sep;
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dprettyprint.rb65 # PrettyPrint#text, the first argument +sep+ of PrettyPrint#breakable, the
169 # The text sep+ is inserted if a line is not broken at this point.
171 # If +sep+ is not specified, " " is used.
173 # If +width+ is not specified, +sep.length+ is used. You will have to
174 # specify this when +sep+ is a multibyte character, for example.
176 def fill_breakable(sep=' ', width=sep.length)
177 group { breakable sep, width }
181 # text +sep+ is inserted if a line is not broken at the point.
183 # If +sep
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_debug.c61 char *sep; local
71 (void)fprintf(stderr, "%s%s", sep, name); \
72 sep = ", "; \
75 sep = " flags (";
102 char *sep; local
114 (void)fprintf(stderr, "%s%s", sep, name); \
115 sep = ", "; \
118 sep = " (";
158 char *sep; local
164 (void)fprintf(stderr, "%s%s", sep, nam
[all...]
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_formparse.c157 char *sep; local
216 sep = (char *)type + strlen(type_major)+strlen(type_minor)+1;
221 to the next sep. */
222 ptr = sep;
223 if(*sep==';') {
224 if(!checkprefix(";filename=", sep)) {
225 ptr = sep + 1;
226 (void)get_param_word(&ptr, &sep);
233 if(*sep)
234 *sep
[all...]
/macosx-10.10.1/ntp-92/scripts/stats/
H A Dloop.S4 str <- paste("eps/", file1, ".eps", sep="")
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_path_map.rb10 sep = File::ALT_SEPARATOR || File::SEPARATOR
11 assert_equal sep, "abc.rb".pathmap("%s")
12 assert_equal sep, "".pathmap("%s")
13 assert_equal "a#{sep}b", "a/b".pathmap("%d%s%f")
144 sep = "".pathmap("%s")
154 assert_equal "d#{sep}a/b/c#{sep}file.txt", "a/b/c/d/file.txt".pathmap("%-1d%s%3d%s%f")
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvuniq11 # csvuniq ?-sep sepchar? column file.in|- file.out|-
17 set usage "Usage: $argv0 ?-sep sepchar? column file.in|- file.out|-"
19 while {[set ok [cmdline::getopt argv {sep.arg} opt val]] > 0} {
22 sep {set sepChar $val}
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dmkg3states.c349 char* sep; local
354 sep = "\n";
357 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace);
359 sep = ",\n";
361 sep = ",";
365 sep = "\n ";
368 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace);
370 sep = ",\n ";
372 sep = ",";
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dmsgbox.tcl34 frame $w.left.sep -relief ridge -bd 1 -height 2
36 pack $w.left.sep -side top -fill x -expand no
46 frame $w.right.sep -relief ridge -bd 1 -height 2
48 pack $w.right.sep -side top -fill x -expand no
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dmsgbox.tcl34 frame $w.left.sep -relief ridge -bd 1 -height 2
36 pack $w.left.sep -side top -fill x -expand no
46 frame $w.right.sep -relief ridge -bd 1 -height 2
48 pack $w.right.sep -side top -fill x -expand no
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A DgenStubs.tcl372 set sep "("
374 append line $sep
385 set sep ", "
424 set sep "("
426 append argList $sep [lindex $arg 1]
427 set sep ", "
485 set sep "("
487 append argList $sep [lindex $arg 1]
490 set sep ", "
533 set sep "("
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tools/
H A DgenStubs.tcl372 set sep "("
374 append line $sep
385 set sep ", "
424 set sep "("
426 append argList $sep [lindex $arg 1]
427 set sep ", "
485 set sep "("
487 append argList $sep [lindex $arg 1]
490 set sep ", "
533 set sep "("
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/tools/
H A DgenStubs.tcl372 set sep "("
374 append line $sep
385 set sep ", "
424 set sep "("
426 append argList $sep [lindex $arg 1]
427 set sep ", "
485 set sep "("
487 append argList $sep [lindex $arg 1]
490 set sep ", "
533 set sep "("
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/tools/
H A DgenStubs.tcl372 set sep "("
374 append line $sep
385 set sep ", "
424 set sep "("
426 append argList $sep [lindex $arg 1]
427 set sep ", "
485 set sep "("
487 append argList $sep [lindex $arg 1]
490 set sep ", "
533 set sep "("
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A DgenStubs.tcl372 set sep "("
374 append line $sep
385 set sep ", "
424 set sep "("
426 append argList $sep [lindex $arg 1]
427 set sep ", "
485 set sep "("
487 append argList $sep [lindex $arg 1]
490 set sep ", "
533 set sep "("
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkGenStubs.tcl429 set sep "("
431 append line $sep
445 set sep ", "
450 set sep "("
452 append line $sep
466 set sep ", "
532 set sep "("
534 append text $sep [lindex $arg 0]
539 set sep ", "
544 set sep "("
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dapi_flags.c259 char *sep; local
265 sep = "";
267 printf("%s%s", sep, (*api)->name);
268 sep = ", ";
404 char *sep; local
408 sep = "\t\t\t\t\t";
411 sep = "\t\t\t\t";
414 sep = "\t\t\t";
417 sep = "\t\t";
420 sep
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtestutil.cpp40 UnicodeString TestUtility::hex(const UnicodeString& s, UChar sep) { argument
47 result.append(sep);
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dsplit.c6 = int split(char *string, char *fields[], int nfields, char *sep);
9 split(string, fields, nfields, sep)
13 char *sep; /* "" white, "c" single char, "ab" [ab]+ */
17 register char sepc = sep[0];
30 sep = " \t"; /* note, code below knows this is 2 long */
34 sepc2 = sep[1]; /* now we can safely pick this up */
65 if (sep[2] == '\0') {
118 sepp = sep;
128 sepp = sep;
146 * pgm sep split
[all...]

Completed in 165 milliseconds

1234567891011>>