Searched refs:match (Results 51 - 67 of 67) sorted by relevance

123

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php52 // size of the java applet, must match the default resolution of the image.
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c2332 u_int match; /* rate + mode */ member in struct:ratemedia
2337 findmedia(const struct ratemedia rates[], int n, u_int match) argument
2342 if (rates[i].match == match)
2487 * Check 11ac/11n rates first for match as an MCS.
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c625 /* require exact match for family field */
652 /* entry does not match addrconfig mask, remove from list */
658 /* entry does match, keep it in list and move to next one */
860 goto next; /* not match */
964 int match = 0; local
991 match++;
996 match += 8;
997 return match;
1095 * We compare the match length in a same AF only.
1196 * if the servname does not match socktyp
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.cpp1320 uint16 match; local
1323 match = B_LENDIAN_TO_HOST_INT16(*puni);
1325 if (match == 0) return B_OK;
1326 if (match == '.') {
1332 if (msdostou[c] == match)
1359 uint16 match; local
1362 match = B_LENDIAN_TO_HOST_INT16(*puni);
1363 if (match == 0) return B_OK;
1366 if (msdostou[c] == match)
/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jme.c398 int match; local
407 match = 0;
421 match++;
429 } while (match != ETHER_ADDR_LEN && offset < JME_EEPROM_END);
431 if (match == ETHER_ADDR_LEN) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2077 * If there's an exact channel match or an inband flag set
2450 HAL_BOOL match; local
2464 match = ath_ee_getLowerUpperIndex((uint8_t)FREQ2FBIN(centers.synth_center,
2467 if (match) {
/haiku/src/kits/support/
H A DString.cpp1532 // detach and set first match
1866 bool match = false; local
1873 match = true;
1878 if (match)
/haiku/src/bin/unzip/
H A Dextract.c447 if (match(G.filename, G.pfnames[i], uO.C_flag)) {
451 break; /* found match, so stop looping */
456 if (match(G.filename, G.pxnames[i], uO.C_flag)) {
H A Dzipinfo.c337 (May not match OS/2 \"dir\" amount due to storage method)";
471 case ('C'): /* -C: match filenames case-insensitively */
779 if (match(G.filename, G.pfnames[i], uO.C_flag)) {
783 break; /* found match, so stop looping */
787 if (match(G.filename, G.pxnames[i], uO.C_flag)) {
788 do_this_file = FALSE; /* ^-- ignore case in match */
H A Dunzpriv.h2022 int match OF((ZCONST char *s, ZCONST char *p,
2023 int ic)); /* match.c */
2024 int iswild OF((ZCONST char *p)); /* match.c */
2115 # define ToLower tolower /* assumed "smart"; used in match() */
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c216 REG_NOTBOL is set, then ^ does not match at the beginning of the
217 string; if REG_NOTEOL is set, then $ does not match at the end.
219 We return 0 if we find a match and REG_NOMATCH if not. */
289 re_search() first tries matching at index START, then it tries to match
294 The parameter STOP of re_{match,search}_2 specifies that no match exceeding
298 If REGS is not NULL, and BUFP->no_sub is not set, the offsets of the match
303 On success, re_match* functions return the length of the match, re_search*
304 return the position of the start of the match. Return value -1 means no
305 match wa
1078 int match = 0; local
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp462 f. Configure PCH transcoder timings, M/N/TU, and other transcoder settings (should match CPU settings).
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c85 #include "match.h"
773 if ( match( "**MSIE**", hc->useragent ) )
3061 if ( list[n][len] == '/' ) /* check in case of a substring match */
3855 match( hc->hs->cgi_pattern, hc->expnfilename ) )
4090 if ( hs->no_empty_referrers && match( hs->url_pattern, hc->origfilename ) )
4136 /* If the referrer host doesn't match the local host pattern, and
4137 ** the filename does match the url pattern, it's an illegal reference.
4139 if ( ! match( lp, refhost ) && match( hs->url_pattern, hc->origfilename ) )
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp1672 /* Clear cycle match counter bits */
2285 uint32_t off, cntl, stat, cmd, match; local
2302 match = OREAD(sc, off + 0x10);
2304 device_printf(sc->fc.dev, "ch %1x cntl:0x%08x cmd:0x%08x match:0x%08x\n",
2308 match);
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c191 rge_match(struct device *parent, void *match, void *aux) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c6009 /* Firmware expects indices which match our 11a rate set. */
6024 /* Firmware expects indices which match our 11b rate set. */
7732 /* Firmware expects indices which match our 11g rate set. */
10472 iwx_match(struct device *parent, iwx_match_t match __unused, void *aux)
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c5526 /* Ignore Tx reports which don't match our last LQ command. */
5573 /* Ignore Tx reports which don't match our last LQ command. */
11641 iwm_match(struct device *parent, iwm_match_t match __unused, void *aux)

Completed in 253 milliseconds

123