Searched refs:tagname (Results 1 - 25 of 153) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dresolve.c27 * Find a tagname (e.g. LABEL or UUID) on a specific device.
29 char *blkid_get_tag_value(blkid_cache cache, const char *tagname, argument
37 DBG(DEBUG_RESOLVE, printf("looking for %s on %s\n", tagname, devname));
48 (found = blkid_find_tag_dev(dev, tagname)))
116 fprintf(stderr, "Usage:\t%s tagname=value\n"
117 "\t%s tagname devname\n"
H A Dblkid.h82 extern char *blkid_get_tag_value(blkid_cache cache, const char *tagname,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dresolve.c27 * Find a tagname (e.g. LABEL or UUID) on a specific device.
29 char *blkid_get_tag_value(blkid_cache cache, const char *tagname, argument
37 DBG(DEBUG_RESOLVE, printf("looking for %s on %s\n", tagname, devname));
48 (found = blkid_find_tag_dev(dev, tagname)))
116 fprintf(stderr, "Usage:\t%s tagname=value\n"
117 "\t%s tagname devname\n"
H A Dblkid.h82 extern char *blkid_get_tag_value(blkid_cache cache, const char *tagname,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dresolve.c27 * Find a tagname (e.g. LABEL or UUID) on a specific device.
29 char *blkid_get_tag_value(blkid_cache cache, const char *tagname, argument
37 DBG(DEBUG_RESOLVE, printf("looking for %s on %s\n", tagname, devname));
48 (found = blkid_find_tag_dev(dev, tagname)))
116 fprintf(stderr, "Usage:\t%s tagname=value\n"
117 "\t%s tagname devname\n"
H A Dblkid.h82 extern char *blkid_get_tag_value(blkid_cache cache, const char *tagname,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/fscache/
H A Dcache.c210 * @tagname: The tag describing this cache
219 const char *tagname)
230 if (!tagname)
231 tagname = cache->identifier;
233 BUG_ON(!tagname[0]);
235 _enter("{%s.%s},,%s", cache->ops->name, cache->identifier, tagname);
238 tag = __fscache_lookup_cache_tag(tagname);
245 cache->kobj = kobject_create_and_add(tagname, fscache_root);
289 printk(KERN_ERR "FS-Cache: Cache tag '%s' already in use\n", tagname);
217 fscache_add_cache(struct fscache_cache *cache, struct fscache_object *ifsdef, const char *tagname) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/fscache/
H A Dcache.c210 * @tagname: The tag describing this cache
219 const char *tagname)
230 if (!tagname)
231 tagname = cache->identifier;
233 BUG_ON(!tagname[0]);
235 _enter("{%s.%s},,%s", cache->ops->name, cache->identifier, tagname);
238 tag = __fscache_lookup_cache_tag(tagname);
245 cache->kobj = kobject_create_and_add(tagname, fscache_root);
289 printk(KERN_ERR "FS-Cache: Cache tag '%s' already in use\n", tagname);
217 fscache_add_cache(struct fscache_cache *cache, struct fscache_object *ifsdef, const char *tagname) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/plugin_winamp2/
H A Din_flac.c277 char *tagname, *p; local
283 tagname = safe_malloc_add_2op_(wcslen(tag), /*+*/1);
284 for(p=tagname;*tag;) {
286 free(tagname);
294 val = FLAC_plugin__tags_get_tag_ucs2(tags, tagname);
295 free(tagname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/plugin_winamp2/
H A Din_flac.c277 char *tagname, *p; local
283 tagname = safe_malloc_add_2op_(wcslen(tag), /*+*/1);
284 for(p=tagname;*tag;) {
286 free(tagname);
294 val = FLAC_plugin__tags_get_tag_ucs2(tags, tagname);
295 free(tagname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/plugin_winamp2/
H A Din_flac.c277 char *tagname, *p; local
283 tagname = safe_malloc_add_2op_(wcslen(tag), /*+*/1);
284 for(p=tagname;*tag;) {
286 free(tagname);
294 val = FLAC_plugin__tags_get_tag_ucs2(tags, tagname);
295 free(tagname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Da_strex.c330 const char *tagname; local
331 tagname = ASN1_tag2str(type);
332 outlen += strlen(tagname);
333 if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Da_strex.c368 const char *tagname; local
369 tagname = ASN1_tag2str(type);
370 outlen += strlen(tagname);
371 if (!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Da_strex.c330 const char *tagname; local
331 tagname = ASN1_tag2str(type);
332 outlen += strlen(tagname);
333 if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Da_strex.c368 const char *tagname; local
369 tagname = ASN1_tag2str(type);
370 outlen += strlen(tagname);
371 if (!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Da_strex.c330 const char *tagname; local
331 tagname = ASN1_tag2str(type);
332 outlen += strlen(tagname);
333 if(!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1)) return -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Da_strex.c368 const char *tagname; local
369 tagname = ASN1_tag2str(type);
370 outlen += strlen(tagname);
371 if (!io_ch(arg, tagname, outlen) || !io_ch(arg, ":", 1))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libid3tag/
H A Dltmain.sh179 tagname="$arg"
182 # Check whether tagname contains only valid characters
183 case $tagname in
185 $echo "$progname: invalid tag name: $tagname" 1>&2
190 case $tagname in
196 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$0" > /dev/null; then
197 taglist="$taglist $tagname"
199 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
201 $echo "$progname: ignoring unknown tag $tagname"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libid3tag/
H A Dltmain.sh179 tagname="$arg"
182 # Check whether tagname contains only valid characters
183 case $tagname in
185 $echo "$progname: invalid tag name: $tagname" 1>&2
190 case $tagname in
196 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$0" > /dev/null; then
197 taglist="$taglist $tagname"
199 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
201 $echo "$progname: ignoring unknown tag $tagname"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libid3tag/
H A Dltmain.sh179 tagname="$arg"
182 # Check whether tagname contains only valid characters
183 case $tagname in
185 $echo "$progname: invalid tag name: $tagname" 1>&2
190 case $tagname in
196 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$0" > /dev/null; then
197 taglist="$taglist $tagname"
199 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
201 $echo "$progname: ignoring unknown tag $tagname"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/
H A Dltmain.sh247 if test -n "$available_tags" && test -z "$tagname"; then
288 tagname=CC
297 tagname=$z
303 # If $tagname still isn't set, then no tagged configuration
306 if test -z "$tagname"; then
311 # $echo "$modename: using $tagname tagged configuration"
455 tagname="$arg"
458 # Check whether tagname contains only valid characters
459 case $tagname in
461 $echo "$progname: invalid tag name: $tagname"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pppd_plugin/
H A Dltmain.sh247 if test -n "$available_tags" && test -z "$tagname"; then
288 tagname=CC
297 tagname=$z
303 # If $tagname still isn't set, then no tagged configuration
306 if test -z "$tagname"; then
311 # $echo "$modename: using $tagname tagged configuration"
455 tagname="$arg"
458 # Check whether tagname contains only valid characters
459 case $tagname in
461 $echo "$progname: invalid tag name: $tagname"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/
H A Dltmain.sh247 if test -n "$available_tags" && test -z "$tagname"; then
288 tagname=CC
297 tagname=$z
303 # If $tagname still isn't set, then no tagged configuration
306 if test -z "$tagname"; then
311 # $echo "$modename: using $tagname tagged configuration"
455 tagname="$arg"
458 # Check whether tagname contains only valid characters
459 case $tagname in
461 $echo "$progname: invalid tag name: $tagname"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/
H A Dltmain.sh247 if test -n "$available_tags" && test -z "$tagname"; then
288 tagname=CC
297 tagname=$z
303 # If $tagname still isn't set, then no tagged configuration
306 if test -z "$tagname"; then
311 # $echo "$modename: using $tagname tagged configuration"
455 tagname="$arg"
458 # Check whether tagname contains only valid characters
459 case $tagname in
461 $echo "$progname: invalid tag name: $tagname"
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/
H A Dltmain.sh247 if test -n "$available_tags" && test -z "$tagname"; then
288 tagname=CC
297 tagname=$z
303 # If $tagname still isn't set, then no tagged configuration
306 if test -z "$tagname"; then
311 # $echo "$modename: using $tagname tagged configuration"
455 tagname="$arg"
458 # Check whether tagname contains only valid characters
459 case $tagname in
461 $echo "$progname: invalid tag name: $tagname"
[all...]

Completed in 224 milliseconds

1234567