Searched refs:sep (Results 101 - 125 of 432) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Duname.c240 if (sep) \
243 sep = 1; \
255 register int sep = 0; local
497 if (sep)
500 sep = 1;
510 if (sep)
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr.c210 size_t *lenp, int name_flags, int usingUnicode, uint8_t sep)
240 error = mb_put_uint16le(mbp, sep);
242 error = mb_put_uint8(mbp, sep);
266 int usingUnicode, uint8_t sep)
299 error = mb_put_uint16le(mbp, sep);
301 error = mb_put_uint8(mbp, sep);
209 smbfs_fullpath(struct mbchain *mbp, struct smbnode *dnp, const char *name, size_t *lenp, int name_flags, int usingUnicode, uint8_t sep) argument
263 smbfs_fullpath_stream(struct mbchain *mbp, struct smbnode *dnp, const char *namep, const char *strm_namep, size_t *lenp, size_t strm_name_len, int name_flags, int usingUnicode, uint8_t sep) argument
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/demo/
H A Dtmpldlg.tcl84 set sep [Separator $parent.sep -orient horizontal]
89 pack $sep -side bottom -fill x -pady 10
124 set sep [Separator $parent.sep -orient horizontal]
128 pack $sep -side bottom -fill x -pady 10
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl282 set sep 0
286 if {$sep} {
291 set sep 1
363 set sep 0
366 if {$sep} {
371 set sep 1
H A Dexport_docidx.tcl147 set sep [expr {$config(newlines) ? "\n" : ""}]
148 return [join $lines $sep]
/macosx-10.10.1/NFS-82/nfsstat/
H A Dnfsstat.c1136 char sep; local
1139 sep = ' ';
1141 #define SEP sep=','
1147 printf("%c%s", sep, o->o_name);
1151 sep = ' ';
1154 printf("%c%s", sep, o->o_name);
1160 sep = ' ';
1163 printf("%cvers=%d", sep, margs->nfs_version);
1169 printf("%c%s", sep, socket_type(margs->sotype)), SEP;
1171 printf("%cport=%d", sep, marg
[all...]
/macosx-10.10.1/bootp-298/bootplib/
H A Dcfutil.c459 char sep[3]; local
462 sep[0] = '\0';
466 sep[0] = sep[1] = ' ';
467 sep[2] = '\0';
470 sep[0] = separator;
471 sep[1] = '\0';
474 CFStringAppendFormat(str, NULL, CFSTR("%s%02x"), sep, bytes[i]);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/
H A DtestFrom.tcl59 set sep ""
61 set sep "\n\t"
70 set msg "Image $count: $fname Format: $fmt $sep (Options: $opt)"
81 set msg "Image $count.1: $fname Format: $fmt $sep (Read from file 2)"
91 set msg "Image $count.2: $fname Format: $fmt $sep (Read as binary 1)"
105 set msg "Image $count.3: $fname Format: $fmt $sep (Read as uuencoded string)"
H A DtestFull.tcl59 set sep ""
61 set sep "\n\t"
70 set msg "Image $count: $fname Format: $fmt $sep (Options: $opt)"
81 set msg "Image $count.1: $fname Format: $fmt $sep (Read from file 1)"
88 set msg "Image $count.2: $fname Format: $fmt $sep (Read from file 2)"
96 set msg "Image $count.3: $fname Format: $fmt $sep (Read as binary 1)"
103 set msg "Image $count.4: $fname Format: $fmt $sep (Read as binary 2)"
117 set msg "Image $count.5: $fname Format: $fmt $sep (Read as uuencoded string)"
H A DtestTo.tcl59 set sep ""
61 set sep "\n\t"
70 set msg "Image $count: $fname Format: $fmt $sep (Options: $opt)"
82 set msg "Image $count.1: $fname Format: $fmt $sep (Read from file 2)"
92 set msg "Image $count.2: $fname Format: $fmt $sep (Read as binary 2)"
106 set msg "Image $count.3: $fname Format: $fmt $sep (Read as uuencoded string)"
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.xmap.c712 unparsestring(const CStr *str, const Char *sep) argument
721 if (sep[0])
723 *b++ = sep[0];
725 *b++ = CHAR & sep[0];
754 if (sep[0] && sep[1])
756 *b++ = sep[1];
758 *b++ = CHAR & sep[1];
/macosx-10.10.1/system_cmds-643.1.1/sysctl.tproj/
H A Dsysctl.c731 const char *sep, *sep1; local
753 sep = "";
757 sep = ".";
760 names[CTL_USER].ctl_name, sep, user_name);
779 sep = "=";
781 sep = ": ";
788 printf("%s%s", name, sep);
832 printf("%s%s", name, sep);
844 printf("%s%s", name, sep);
907 printf("%s%s", name, sep);
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dunwind-ia64.c45 int sep = 0; local
52 if (sep)
56 sep = 1;
66 int sep = 0; local
73 if (sep)
77 sep = 1;
87 int sep = 0; local
94 if (sep)
104 sep = 1;
189 char regname[16], maskstr[64], *sep; \
[all...]
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_cookies.c188 const char *sep = ""; local
216 new_cookie = apr_pstrcat(v->r->pool, new_cookie, sep, next2, NULL);
220 sep = semi;
224 sep = comma;
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Debnf-bnf.el293 (let ((sep (ebnf-factor token)))
294 (and sep
296 (cons (if sep
300 (ebnf-make-one-or-more factor sep)))))
345 sep-part)
350 sep-part (cdr body)))
354 (ebnf-make-one-or-more list-part sep-part))
357 (ebnf-make-zero-or-more list-part sep-part))
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/include/
H A Dprop.h146 * sep -- separator between property names (unused if none requested)
147 * seplen -- length of separator, if < 0 then strlen(sep) will be used
154 LIBSASL_API int prop_format(struct propctx *ctx, const char *sep, int seplen,
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DServerFactory.java64 String sep, String suffix);
63 jni_sasl_server_getlist(int ptr, String prefix, String sep, String suffix) argument
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtoolbar.rb47 sep = Ttk::Separator.new(base_frame)
107 Tk.grid(sep, :sticky=>'ew')
115 sep = Ttk::Separator.new(frame)
116 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
H A Dttkprogress.rb33 sep = Ttk::Separator.new(frame)
34 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dcombo.rb43 sep = Ttk::Separator.new(frame)
44 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
H A Dtoolbar.rb50 sep = Ttk::Separator.new(base_frame)
113 Tk.grid(sep, :sticky=>'ew')
121 sep = Ttk::Separator.new(frame)
122 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
H A Dttknote.rb23 sep = Ttk::Separator.new(frame)
24 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
/macosx-10.10.1/screen-22/screen/etc/
H A Dcountmail10 if (!$inhdr && /^From\s+\S+\s+(?i:sun|mon|tue|wed|thu|fri|sat)\s+(?i:jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)\s+\d+\s/) {
/macosx-10.10.1/shell_cmds-179/seq/
H A Dseq.c85 const char *sep = "\n"; local
107 sep = unescape(optarg);
172 fputs(sep, stdout);
177 fputs(sep, stdout);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvdiff12 # csvdiff ?-sep sepchar? ?-key LIST? file1 file2
17 set usage "Usage: $argv0 ?-n? ?-sep sepchar? ?-key LIST? file1 file2\n\tLIST=idx,...\n\tidx in \{n, -m, n-, n-m\}"
24 while {[set ok [cmdline::getopt argv {sep.arg key.arg n} opt val]] > 0} {
27 sep {set sepChar $val}

Completed in 238 milliseconds

1234567891011>>