Searched refs:astr (Results 1 – 6 of 6) sorted by relevance
124 char *astr, int *len_p) in hfsplus_uni2asc() argument133 op = astr; in hfsplus_uni2asc()248 *len_p = (char *)op - astr; in hfsplus_uni2asc()256 static inline int asc2unichar(struct super_block *sb, const char *astr, int len, in asc2unichar() argument259 int size = HFSPLUS_SB(sb)->nls->char2uni(astr, len, uc); in asc2unichar()346 const char *astr, int len) in hfsplus_asc2uni() argument355 size = asc2unichar(sb, astr, len, &c); in hfsplus_asc2uni()370 astr += size; in hfsplus_asc2uni()387 const char *astr; in hfsplus_hash_dentry() local398 astr = str->name; in hfsplus_hash_dentry()[all …]
524 char *astr, int *len_p);526 int max_unistr_len, const char *astr, int len);
404 def compare_pkg_lists(astr, bstr): argument405 depvera = bb.utils.explode_dep_versions2(astr)453 astr = adict.get(key, '')456 monitored = report_ver or astr or bstr461 if not astr:462 astr = '%s [default]' % adict.get(mapped_key, defaultvals.get(key, ''))466 if astr != bstr:468 aval = int(astr or 0)480 (depvera, depverb) = compare_pkg_lists(astr, bstr)484 alist = shlex.split(astr)[all …]
186 struct pmac_stream *astr; in snd_pmac_pcm_prepare() local195 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() local609 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()
125 local astr127 astr=$(addr2str ${addr})128 log_test $rc $expected "$msg - ${astr}"
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...