Searched refs:strindex (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Descape.c88 size_t strindex=0; local
102 ns[strindex++]=in;
125 snprintf(&ns[strindex], 4, "%%%02X", in);
127 strindex+=3;
131 ns[strindex]=0; /* terminate it */
153 size_t strindex=0; local
190 ns[strindex++] = in;
193 ns[strindex]=0; /* terminate it */
197 *olen = strindex;
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrindex.c0 /* strindex.c - Find if one string appears as a substring of another string,
34 strindex (s1, s2) function
H A DMakefile.in88 shquote.c strtrans.c strindex.c snprintf.c mailstat.c \
103 strtrans.o strindex.o snprintf.o mailstat.o fmtulong.o \
165 strindex.o: strindex.c
224 strindex.o: ${BUILD_DIR}/config.h
375 strindex.o: ${BASHINCDIR}/stdc.h ${topdir}/bashansi.h
376 strindex.o: ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/chartypes.h
/macosx-10.10/ICU-531.30/icuSources/test/perf/collationperf/
H A Dcollperf.cpp893 int strindex = 0; local
895 while (strindex < strlen) {
899 memcpy(str + strindex, gFileLines[linecount].name,
901 strindex += len;
923 strindex = 0;
924 ucol_setOffset(iter, strindex, &error);
932 strindex += 10;
933 if (strindex > strlen) {
936 ucol_setOffset(iter, strindex, &error);
952 strindex
1057 int strindex = 0; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/collperf/
H A Dcollperf.cpp221 int strindex = 0; local
222 ucol_setOffset(iter, strindex, status);
230 strindex += 10;
231 if (strindex > strlen) {
234 ucol_setOffset(iter, strindex, status);
243 int strindex = 5; local
244 ucol_setOffset(iter, strindex, status);
252 strindex += 10;
253 if (strindex > strlen) {
256 ucol_setOffset(iter, strindex, statu
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dexterns.h267 /* declarations for functions defined in lib/sh/strindex.c */
268 extern char *strindex __P((const char *, const char *));
H A DAUTHORS438 lib/sh/strindex.c Chet Ramey
H A DMANIFEST407 lib/sh/strindex.c f
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dcommon.c541 match = strindex (p->command, name) != (char *)0;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoffgen.c66 long strindex; local
72 strindex = strtol (buf, &p, 10);
73 if (*p == '\0' && strindex >= 0)
79 strindex does not run us past the end, but right now we
81 strings += strindex;
H A Delf.c287 unsigned int strindex)
291 if (strindex == 0)
300 if (strindex >= hdr->sh_size)
305 abfd, strindex, (unsigned long) hdr->sh_size,
306 (shindex == shstrndx && strindex == hdr->sh_name
312 return ((char *) hdr->contents) + strindex;
285 bfd_elf_string_from_elf_section(bfd *abfd, unsigned int shindex, unsigned int strindex) argument
H A Delflink.c2948 bfd_size_type strindex;
2955 strindex = _bfd_elf_strtab_add (hash_table->dynstr, soname, FALSE);
2956 if (strindex == (bfd_size_type) -1)
2976 && dyn.d_un.d_val == strindex)
2978 _bfd_elf_strtab_delref (hash_table->dynstr, strindex);
2989 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
2994 _bfd_elf_strtab_delref (hash_table->dynstr, strindex);
2940 bfd_size_type strindex; local
/macosx-10.10/vim-55/runtime/syntax/
H A Dwinbatch.vim122 syn keyword winbatchImplicit strfill strfix strfixchars stricmp strindex strlen

Completed in 303 milliseconds