Home
last modified time | relevance | path

Searched refs:astr (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/hfsplus/
H A Dunicode.c124 char *astr, int *len_p) in hfsplus_uni2asc() argument
133 op = astr; in hfsplus_uni2asc()
248 *len_p = (char *)op - astr; in hfsplus_uni2asc()
259 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar()
346 const char *astr, int len) in hfsplus_asc2uni() argument
355 size = asc2unichar(sb, astr, len, &c); in hfsplus_asc2uni()
370 astr += size; in hfsplus_asc2uni()
387 const char *astr; in hfsplus_hash_dentry() local
398 astr = str->name; in hfsplus_hash_dentry()
402 size = asc2unichar(sb, astr, len, &c); in hfsplus_hash_dentry()
[all …]
H A Dhfsplus_fs.h521 char *astr, int *len_p);
523 int max_unistr_len, const char *astr, int len);
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py404 def compare_pkg_lists(astr, bstr): argument
405 depvera = bb.utils.explode_dep_versions2(astr)
453 astr = adict.get(key, '')
456 monitored = report_ver or astr or bstr
461 if not astr:
466 if astr != bstr:
468 aval = int(astr or 0)
484 alist = shlex.split(astr)
487 alist = astr.split()
500 for ver in (astr.split()[0], bstr.split()[0]):
[all …]
/openbmc/linux/sound/ppc/
H A Dpmac.c186 struct pmac_stream *astr; in snd_pmac_pcm_prepare() local
195 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_prepare()
196 if (! astr) in snd_pmac_pcm_prepare()
198 astr->cur_freqs = 1 << rate_index; in snd_pmac_pcm_prepare()
199 astr->cur_formats = 1 << runtime->format; in snd_pmac_pcm_prepare()
605 struct pmac_stream *astr; in snd_pmac_pcm_close() local
609 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_close()
610 if (! astr) in snd_pmac_pcm_close()
614 astr->cur_freqs = chip->freqs_ok; in snd_pmac_pcm_close()
615 astr->cur_formats = chip->formats_ok; in snd_pmac_pcm_close()
/openbmc/linux/tools/testing/selftests/net/
H A Dfcnal-test.sh143 local astr
145 astr=$(addr2str ${addr})
146 log_test $rc $expected "$msg - ${astr}"