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

1 2

  /external/iptables/extensions/
libxt_limit.c 43 const char *delim; local
47 delim = strchr(rate, '/');
48 if (delim) {
49 if (strlen(delim+1) == 0)
52 if (strncasecmp(delim+1, "second", strlen(delim+1)) == 0)
54 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
56 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0
    [all...]
libxt_hashlimit.c 146 const char *delim; local
150 delim = strchr(rate, '/');
151 if (delim) {
152 if (strlen(delim+1) == 0)
155 if (strncasecmp(delim+1, "second", strlen(delim+1)) == 0)
157 else if (strncasecmp(delim+1, "minute", strlen(delim+1)) == 0)
159 else if (strncasecmp(delim+1, "hour", strlen(delim+1)) == 0
    [all...]
  /external/llvm/lib/Support/
Path.cpp 240 const char* delim = strchr(at, PathSeparator); local
242 while (delim != 0) {
243 std::string tmp(at, size_t(delim-at));
247 at = delim + 1;
248 delim = strchr(at, PathSeparator);
  /system/vold/
main.cpp 171 const char *delim = " \t"; local
182 if (!(type = strtok_r(line, delim, &save_ptr))) {
186 if (!(label = strtok_r(NULL, delim, &save_ptr))) {
190 if (!(mount_point = strtok_r(NULL, delim, &save_ptr))) {
199 if (!(part = strtok_r(NULL, delim, &save_ptr))) {
214 while ((sysfs_path = strtok_r(NULL, delim, &save_ptr))) {
  /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);
431 static const char delim = '/'; variable
620 pos = strchr( name, delim ); // check if name contains path (by looking for '/')
640 *pos = delim; // restore original value at pos
    [all...]
  /external/libxslt/libxslt/
attrvt.c 250 char delim = *(cur++); local
251 while ((*cur != 0) && (*cur != delim))
  /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;
  /external/e2fsprogs/debugfs/
set_fields.c 197 char *arg, *delim, *idx, *tmp; local
218 delim = idx + strlen(idx) - 1;
219 if (!*idx || *delim != ']')
222 *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 147 String delim = null; local
149 delim = numLines > 0 ? doc.getLineDelimiter(0) : null;
153 if (delim == null || delim.length() == 0) {
154 delim = SdkConstants.CURRENT_PLATFORM == SdkConstants.PLATFORM_WINDOWS ?
217 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 391 const UChar * delim = (const UChar *)sqlite3_value_text16(argv[3]); local
392 if (delim == NULL) {
448 u_strtok_r(origData, delim, &state);
450 } 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/wpa_supplicant_8/src/wps/
wps_upnp.c 309 char *delim; local
334 delim = os_strchr(domain_and_port, '/');
335 if (delim) {
336 *delim++ = 0; /* null terminate domain and port */
337 path = delim;
343 delim = os_strchr(domain, ':');
344 if (delim) {
345 *delim++ = 0; /* null terminate domain */
346 if (isdigit(*delim))
347 port = atol(delim);
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 220 int delim = FALSE; local
227 delim = TRUE;
232 if (delim == FALSE)
  /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/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 1419 const char *c, *delim; local
    [all...]

Completed in 2003 milliseconds

1 2