Searched refs:findstr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A DMakefile.msvc416 findstr /C:"MEMORY ALLOCATED : 0" \
421 findstr "MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" >nul &&\
429 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > nul \
432 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0">null &&\
447 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null \
450 findstr /
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A DMakefile.msvc416 findstr /C:"MEMORY ALLOCATED : 0" \
421 findstr "MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" >nul &&\
429 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > nul \
432 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0">null &&\
447 findstr /C:"MEMORY ALLOCATED" .memdump | findstr /C:"MEMORY ALLOCATED : 0" > null \
450 findstr /
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_str.c1475 char *strstr_m(const char *src, const char *findstr) argument
1486 if (!findstr[0]) {
1490 /* Samba does single character findstr calls a *lot*. */
1491 if (findstr[1] == '\0')
1492 return strchr_m(src, *findstr);
1499 if (*s == *findstr) {
1501 findstr_len = strlen(findstr);
1503 if (strncmp(s, findstr, findstr_len) == 0) {
1524 if (push_ucs2_allocate(&find_w, findstr) == (size_t)-1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c176 static char *findstr(char * haystack, int hlen, char * needle, int nlen) function
483 dvb_str = findstr((char *)tuple, tupleLength, "DVB_CI_V", 8);
514 if ((findstr((char *)tuple, tupleLength, "DVB_HOST", 8) == NULL) ||
515 (findstr((char *)tuple, tupleLength, "DVB_CI_MODULE", 13) == NULL))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c5664 static uint16_t findstr(uint8_t *data, int n, const uint8_t *str, int len) function
6583 hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz);
6605 newoffset = findstr(&bios->data[offset], searchlen,
6661 offset = findstr(bios->data, bios->length,
6668 offset = findstr(bios->data, bios->length,

Completed in 61 milliseconds