Searched refs:delim2 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dfilepath.c123 const char *delim2;
174 delim2 = delim1 + 1;
175 while (*delim2 && *delim2 != '/' && *delim2 != '\\') {
177 if (!IS_FNCHAR(*(delim2++)))
184 newpath = apr_pstrmemdup(p, testpath, delim2 - testpath + 1);
186 if (delim2 == delim1 + 1) {
190 *inpath = delim2;
205 newpath[delim2
[all...]
/macosx-10.10/text_cmds-88/nl/
H A Dnl.c152 char delim1[MB_LEN_MAX] = { '\\' }, delim2[MB_LEN_MAX] = { ':' }; local
177 memcpy(delim2, optarg + delim1len,
270 memcpy(delim + delim1len, delim2, delim2len);
/macosx-10.10/ruby-106/ruby/ext/json/generator/
H A Dgenerator.c681 char *delim2 = FBUFFER_PTR(state->object_delim2); local
706 fbuffer_append(buffer, delim2, delim2_len);

Completed in 128 milliseconds