Searched refs:separator (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-10.0-release/contrib/apr/include/arch/
H A Dapr_private_common.h29 char separator,
34 char separator,
/freebsd-10.0-release/contrib/dialog/samples/
H A Dbuildlist9 --separator "|" \
H A Dbuildlist236 --visit-items --scrollbar --separator "|" \
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dfilepath_util.c31 char separator,
39 separator_string[0] = separator;
45 ptr = strchr(ptr, separator);
68 char separator,
105 *path++ = separator;
29 apr_filepath_list_split_impl(apr_array_header_t **pathelts, const char *liststr, char separator, apr_pool_t *p) argument
66 apr_filepath_list_merge_impl(char **liststr, apr_array_header_t *pathelts, char separator, apr_pool_t *p) argument
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Ds390-dis.c114 char separator; local
176 separator = 0;
187 value == 0 && separator == '(')
189 separator = ',';
193 if (separator)
194 (*info->fprintf_func) (info->stream, "%c", separator); local
213 separator = '(';
218 separator = ',';
221 separator = ',';
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dtext.hpp57 //! separator. Empty words are not omitted.
61 join(const T& words, const std::string& separator) argument
71 str += separator;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DUUID.cpp70 UUID::GetAsString (const char *separator) const
74 if (!separator)
75 separator = "-";
80 u[0],u[1],u[2],u[3],separator,
81 u[4],u[5],separator,
82 u[6],u[7],separator,
83 u[8],u[9],separator,
89 if (sizeof (buf) > (size_t)snprintf (buf, sizeof (buf), "%s%2.2X%2.2X%2.2X%2.2X", separator,u[16],u[17],u[18],u[19]))
/freebsd-10.0-release/lib/libipx/
H A Dipx_addr.c54 char separator; local
62 * First, figure out what he intends as a field separator.
68 separator = '#';
74 separator = ':';
76 separator = '.';
84 return (addr); /* No separator means net only */
86 socketname = strchr(hostname, separator);
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c91 static char separator; /* capability separator */ variable
317 * not including the first separator on the line.
319 * a separator. 'name' will be set to point to
336 * A `separator' is either a comma or a semicolon, depending on whether
407 /* if this is a termcap entry, skip a leading separator */
408 if (separator == ':' && ch == ':')
437 _nc_panic_mode(separator);
468 separator = ':';
472 separator
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dmsyslog.c38 static char separator = '\\'; variable
40 static char separator = '/'; variable
67 prog = strrchr(progname, separator);
/freebsd-10.0-release/sys/dev/mca/
H A Dmca_bus.c318 mca_reg_print (dev, string, separator, column)
321 char * separator;
326 length += (separator ? 2 : 1);
332 if (separator) {
333 printf("%c", *separator);
356 char separator = ','; local
378 ((rid == 2) ? &separator : NULL), &column);
394 ((rid == 2) ? &separator : NULL), &column);
401 ((rid == 1) ? &separator : NULL), &column);
408 ((rid == 1) ? &separator
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_ustar_filenames.c41 int separator = 0; local
52 separator = 1;
54 for (; i < dlen + flen + separator; i++)
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStringList.h58 Join (const char *separator, Stream &strm);
H A DUUID.h59 GetAsString (const char *separator = NULL) const;
/freebsd-10.0-release/contrib/gperf/src/
H A Dinput.cc242 separator line, in order to determine whether the structure is
281 const char *separator[2] = { NULL, NULL }; local
290 separator[separators] = p;
312 for (const char *p = input; p < separator[0]; )
319 p = (const char *) memchr (p, '\n', separator[0] - p);
323 p = separator[0];
333 declarations_end = separator[0];
334 /* Give a warning if the separator line is nonempty. */
364 keywords_end = separator[separators-1];
365 _verbatim_code = separator[separator
[all...]
/freebsd-10.0-release/usr.sbin/pkg_install/version/
H A Dtest-pkg_version.sh80 test-pv 10a1b2 "=" 10a1.b2 separator
/freebsd-10.0-release/usr.bin/locate/locate/
H A Dfastfind.c106 extern char separator;
318 (void)printf("%s%c",path,separator);
322 (void)printf("%s%c",path,separator);
/freebsd-10.0-release/crypto/openssl/apps/
H A Ddgst.c115 int separator=0; local
158 separator=1;
160 separator=2;
503 err=do_fp(out, buf,inp,separator, out_bin, sigkey, sigbuf,
532 r=do_fp(out,buf,inp,separator,out_bin,sigkey,sigbuf,
/freebsd-10.0-release/contrib/file/
H A Dfile.c82 " [-e testname] [-F separator] [-f namefile] [-m magicfiles] " \
91 nulsep = 0; /* Append '\0' to the separator */
93 private const char *separator = ":"; /* Default field separator */ variable
218 separator = optarg;
425 (void)printf("%s", separator);
/freebsd-10.0-release/usr.bin/column/
H A Dcolumn.c75 static const wchar_t *separator = L"\t "; /* field separator for table option */ variable
106 err(1, "bad separator");
111 separator = newsep;
243 (cols[coloff] = wcstok(p, separator, &last));
/freebsd-10.0-release/usr.bin/rpcgen/
H A Drpc_util.h195 void pdeclaration(const char *name, declaration *dec, int tab, const char *separator);
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c429 char separator[20]; /* Separator character for MODE_List */ member in struct:callback_data
449 #define MODE_List 2 /* One record per line with a separator */
624 ** Output a single term of CSV. Actually, p->separator is used for
625 ** the separator, which may or may not be a comma. p->nullvalue is
634 int nSep = strlen30(p->separator);
637 || (z[i]==p->separator[0] &&
638 (nSep==1 || memcmp(z, p->separator, nSep)==0)) ){
655 fprintf(p->out, "%s", p->separator);
761 fprintf(p->out,"%s%s",azCol[i], i==nArg-1 ? "\n" : p->separator);
770 fprintf(p->out, "%s", p->separator);
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-nfs.c583 char separator = ' '; local
586 separator = '|';
589 printf("%cNFS_ACCESS_LOOKUP", separator);
590 separator = '|';
593 printf("%cNFS_ACCESS_MODIFY", separator);
594 separator = '|';
597 printf("%cNFS_ACCESS_EXTEND", separator);
598 separator = '|';
601 printf("%cNFS_ACCESS_DELETE", separator);
602 separator
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_acl.c445 wchar_t separator; local
455 separator = L',';
513 *wp++ = separator;
541 *wp++ = separator;
634 char separator; local
648 separator = ',';
709 *p++ = separator;
735 *p++ = separator;
990 * to point to just after the separator. *start points to the first
1006 /* Scan for the separator
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h283 const char *separator,
295 const char *separator,

Completed in 213 milliseconds

123