HomeSort by relevance Sort by last modified time
    Searched full:delim (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/ipsec-tools/src/libipsec/
ipsec_set_policy.3 50 .Fn ipsec_dump_policy "char *buf" "char *delim"
82 .Fa delim
85 .Fa delim
  /external/clearsilver/util/
neo_misc.h 70 char * strtok_r (char *s,const char * delim, char **save_ptr);
  /external/openssl/crypto/evp/
evp_test.c 96 static char *sstrsep(char **string, const char *delim)
107 while (*delim)
109 isdelim[(unsigned char)(*delim)] = 1;
110 delim++;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
shell.js 191 var delim = CHAR_COMMA + CHAR_SPACE;
214 ret += delim;
  /external/icu4c/test/intltest/
punyref.c 55 /* delim(cp) tests whether cp is a delimiter: */
56 #define delim(cp) ((cp) == delimiter) macro
236 for (b = j = 0; j < input_length; ++j) if (delim(input[j])) b = j;
transtst.cpp     [all...]
intltest.cpp 164 UnicodeString delim(", ");
167 s.append(delim);
427 static const char delim = '/'; variable
596 pos = strchr( name, delim ); // check if name contains path (by looking for '/')
616 *pos = delim; // restore original value at pos
    [all...]
  /external/qemu/
qemu-option.c 36 * The option name is delimited by delim (usually , or =) or the string end
43 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim)
48 while (*p != '\0' && *p != delim) {
  /external/e2fsprogs/debugfs/
set_fields.c 188 char *arg, *delim, *idx, *tmp; local
209 delim = idx + strlen(idx) - 1;
210 if (!*idx || *delim != ']')
213 *delim = 0;
  /external/qemu/android/utils/
system.h 93 extern char* win32_strsep(char** pline, const char* delim);
  /external/sqlite/android/
sqlite3_android.cpp 353 const UChar * delim = (const UChar *)sqlite3_value_text16(argv[3]); local
354 if (delim == NULL) {
410 u_strtok_r(origData, delim, &state);
412 } while ((token = u_strtok_r(NULL, delim, &state)) != NULL);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c 337 char *delim; local
361 delim = os_strchr(domain_and_port, '/');
362 if (delim) {
363 *delim++ = 0; /* null terminate domain and port */
364 path = delim;
370 delim = strchr(domain, ':');
371 if (delim) {
372 *delim++ = 0; /* null terminate domain */
373 if (isdigit(*delim))
374 port = atol(delim);
    [all...]
  /external/icu4c/tools/ctestfw/
uperf.cpp 17 static const char delim = '/'; variable
284 pos = strchr( name, delim ); // check if name contains path (by looking for '/')
304 *pos = delim; // restore original value at pos
  /external/bluetooth/glib/gobject/
gparam.c 1043 gchar *delim; local
1053 delim = pool->type_prefixing ? strchr (param_name, ':') : NULL;
1056 if (!delim)
1065 if (pool->type_prefixing && delim[1] == ':')
1067 guint l = delim - param_name;
1071 strncpy (buffer, param_name, delim - param_name);
    [all...]
  /external/expat/xmlwf/
xmlwf.c 775 const XML_Char * delim = T("/"); local
779 const XML_Char * lastDelim = tcsrchr(file, delim[0]);
788 delim = winDelim;
796 tcscat(outName, delim);
  /external/icu4c/i18n/
name2uni.cpp 136 int32_t openPos = -1; // open delim candidate pos
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osRgstry_parser.c 148 /*print_err("\n...init_config err: delim not found (=): ** %s **\n", buf );*/
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osRgstry_parser.c 147 /*print_err("\n...init_config err: delim not found (=): ** %s **\n", buf );*/
  /external/stlport/stlport/stl/
_istream.c 565 // encountering delim or eof (in which case failbit is set if __is_getline
661 // We terminated by finding delim.
940 if (__p != __buf->_M_egptr()) { // We found delim, so we're done.
946 else // No delim. Try to refil the buffer.
    [all...]
_istream.h 144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
  /external/bluetooth/glib/glib/
gstrfuncs.h 225 * at delim and return a newly allocated string array.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 264 void SplitToVector(char *line, const char *delim,
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osRgstry_parser.c 144 /*print_err("\n...init_config err: delim not found (=): ** %s **\n", buf );*/
  /external/openssl/crypto/x509v3/
v3_addr.c 912 int prefixlen, i1, i2, delim, length;
980 delim = s[i2++];
989 switch (delim) {
    [all...]
  /external/srec/srec/Semproc/src/
ExpressionParser.c 378 /* remove leading delim */

Completed in 168 milliseconds

12 3 4