HomeSort by relevance Sort by last modified time
    Searched defs:delim (Results 1 - 25 of 31) sorted by null

1 2

  /external/iptables/extensions/
libip6t_limit.c 42 const char *delim; local
46 delim = strchr(rate, '/');
47 if (delim) {
48 if (strlen(delim+1) == 0)
51 if (strncasecmp(delim+1, "second", strlen(delim+1)) == 0)
53 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
55 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0
    [all...]
libipt_limit.c 42 const char *delim; local
46 delim = strchr(rate, '/');
47 if (delim) {
48 if (strlen(delim+1) == 0)
51 if (strncasecmp(delim+1, "second", strlen(delim+1)) == 0)
53 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
55 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0
    [all...]
libip6t_hashlimit.c 64 const char *delim; local
68 delim = strchr(rate, '/');
69 if (delim) {
70 if (strlen(delim+1) == 0)
73 if (strncasecmp(delim+1, "second", strlen(delim+1)) == 0)
75 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
77 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0
    [all...]
libipt_hashlimit.c 64 const char *delim; local
68 delim = strchr(rate, '/');
69 if (delim) {
70 if (strlen(delim+1) == 0)
73 if (strncasecmp(delim+1, "second", strlen(delim+1)) == 0)
75 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
77 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0
    [all...]
  /external/chromium/third_party/icu/source/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;
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/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;
intltest.cpp 164 UnicodeString delim(", ");
167 s.append(delim);
427 static const char delim = '/'; variable
604 pos = strchr( name, delim ); // check if name contains path (by looking for '/')
624 *pos = delim; // restore original value at pos
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 156 char *cdpath, *delim; local
163 delim = SDL_strchr(SDLcdrom, ':');
164 if ( delim ) {
165 *delim++ = '\0';
170 if ( delim ) {
171 SDLcdrom = delim;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 165 char *cdpath, *delim; local
172 delim = SDL_strchr(SDLcdrom, ':');
173 if ( delim ) {
174 *delim++ = '\0';
179 if ( delim ) {
180 SDLcdrom = delim;
  /device/samsung/crespo/alsa-lib/src/control/
namehint.c 625 const char *hint1 = (const char *)hint, *delim; local
632 delim = strchr(hint1, '|');
634 if (delim == NULL)
636 hint1 = delim + 1;
639 if (delim == NULL)
641 size = delim - hint1 - 4;
  /external/chromium/third_party/icu/source/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/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/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/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
SDL_syscdrom.c 306 char *cdpath, *delim; local
313 delim = SDL_strchr(SDLcdrom, ':');
314 if ( delim ) {
315 *delim++ = '\0';
323 if ( delim ) {
324 SDLcdrom = delim;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/
SDL_syscdrom.c 269 char *cdpath, *delim; local
276 delim = SDL_strchr(SDLcdrom, ':');
277 if ( delim ) {
278 *delim++ = '\0';
283 if ( delim ) {
284 SDLcdrom = delim;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
SDL_syscdrom.c 285 char *cdpath, *delim; local
292 delim = SDL_strchr(SDLcdrom, ':');
293 if ( delim ) {
294 *delim++ = '\0';
302 if ( delim ) {
303 SDLcdrom = delim;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/osf/
SDL_syscdrom.c 176 char *cdpath, *delim; local
183 delim = SDL_strchr(SDLcdrom, ':');
184 if ( delim ) {
185 *delim++ = '\0';
190 if ( delim ) {
191 SDLcdrom = delim;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 173 char *cdpath, *delim; local
181 delim = SDL_strchr(SDLcdrom, ':');
182 if (delim)
184 *delim++ = '\0';
190 if (delim)
192 SDLcdrom = delim;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 146 String delim = null; local
148 delim = numLines > 0 ? doc.getLineDelimiter(0) : null;
152 if (delim == null || delim.length() == 0) {
153 delim = SdkConstants.CURRENT_PLATFORM == SdkConstants.PLATFORM_WINDOWS ?
216 line = delim + line;
  /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/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
SDL_syscdrom.cc 171 char *cdpath, *delim; local
178 delim = SDL_strchr(SDLcdrom, ':');
179 if ( delim ) {
180 *delim++ = '\0';
185 if ( delim ) {
186 SDLcdrom = 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/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...]

Completed in 1352 milliseconds

1 2