Home
last modified time | relevance | path

Searched refs:shortname (Results 1 - 25 of 32) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Drawdec.h54 #define FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, flag)\
55 const AVInputFormat ff_ ## shortname ## _demuxer = {\
56 .name = #shortname,\
68 #define FF_DEF_RAWVIDEO_DEMUXER(shortname, longname, probe, ext, id)\
69 FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, AVFMT_GENERIC_INDEX)
71 #define FF_DEF_RAWSUB_DEMUXER(shortname, longname, probe, ext, id, flag)\
72 const AVInputFormat ff_ ## shortname ## _demuxer = {\
73 .name = #shortname,\
/third_party/python/Python/
H A Ddynload_hpux.c19 const char *shortname, in _PyImport_FindSharedFuncptr()
42 PyObject *shortname_ob = PyUnicode_FromString(shortname); in _PyImport_FindSharedFuncptr()
62 prefix, shortname); in _PyImport_FindSharedFuncptr()
18 _PyImport_FindSharedFuncptr(const char *prefix, const char *shortname, const char *pathname, FILE *fp) _PyImport_FindSharedFuncptr() argument
H A Ddynload_win.c221 const char *shortname,
237 PyOS_snprintf(funcname, sizeof(funcname), "%.20s_%.200s", prefix, shortname);
290 errorCode, shortname);
301 "DLL load failed while importing %s: ", shortname);
309 PyObject *shortname_obj = PyUnicode_FromString(shortname);
220 _PyImport_FindSharedFuncptrWindows(const char *prefix, const char *shortname, PyObject *pathname, FILE *fp) global() argument
H A Ddynload_shlib.c54 const char *shortname, in _PyImport_FindSharedFuncptr()
70 LEAD_UNDERSCORE "%.20s_%.200s", prefix, shortname); in _PyImport_FindSharedFuncptr()
92 mod_name = PyUnicode_FromString(shortname); in _PyImport_FindSharedFuncptr()
53 _PyImport_FindSharedFuncptr(const char *prefix, const char *shortname, const char *pathname, FILE *fp) _PyImport_FindSharedFuncptr() argument
H A Dimportdl.c20 const char *shortname,
25 const char *shortname,
/third_party/ffmpeg/tools/
H A Dgen-rc55 shortname=${name#lib}
61 output="$name/${shortname}res.rc"
109 VALUE "OriginalFilename", "$shortname" BUILDSUF "-" AV_STRINGIFY(${version}_MAJOR) SLIBSUF
/third_party/python/Lib/ctypes/test/
H A Dtest_macholib.py48 def d(location=None, name=None, shortname=None, version=None, suffix=None):
49 return {'location': location, 'name': name, 'shortname': shortname,
/third_party/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c38 static const char *shortname; variable
146 SAFE_GETADDRINFO(shortname, 0, &hints, &res); in check_addrinfo_name()
313 shortname = tcases[i].alias; in do_test()
/third_party/musl/porting/linux/user/ldso/
H A Dnamespace.c475 char *shortname = strrchr(lib_pathname, '/'); in is_accessible() local
476 if (shortname) { in is_accessible()
477 shortname += 1; in is_accessible()
480 if (strcmp(shortname, ns->allowed_libs->strs[i]) == 0) { in is_accessible()
H A Ddynlink.c1894 if (p->shortname && !strcmp(p->shortname, name)) { in search_dso_by_name()
1960 if (p && is_sharable(inherit, p->shortname)) return p; in find_library_by_fstat()
2095 * setup its shortname so it can be found by name. */ in load_library()
2096 if (!p->shortname && pathname != name) in load_library()
2097 p->shortname = strrchr(p->name, '/')+1; in load_library()
2146 /* Add a shortname only if name arg was not an explicit pathname. */ in load_library()
2147 if (pathname != name) p->shortname = strrchr(p->name, '/')+1; in load_library()
2804 ldso.name = ldso.shortname = "libc.so"; in __dls2()
3097 vdso.shortname in __dls3()
[all...]
/third_party/musl/ldso/linux/
H A Dnamespace.c475 char *shortname = strrchr(lib_pathname, '/'); in is_accessible() local
476 if (shortname) { in is_accessible()
477 shortname += 1; in is_accessible()
480 if (strcmp(shortname, ns->allowed_libs->strs[i]) == 0) { in is_accessible()
H A Ddynlink.c2082 if (p->shortname && !strcmp(p->shortname, name)) { in search_dso_by_name()
2148 if (p && is_sharable(inherit, p->shortname)) return p; in find_library_by_fstat()
2283 * setup its shortname so it can be found by name. */ in load_library()
2284 if (!p->shortname && pathname != name) in load_library()
2285 p->shortname = strrchr(p->name, '/')+1; in load_library()
2334 /* Add a shortname only if name arg was not an explicit pathname. */ in load_library()
2335 if (pathname != name) p->shortname = strrchr(p->name, '/')+1; in load_library()
3033 ldso.name = ldso.shortname = "libc.so"; in __dls2()
3337 vdso.shortname in __dls3()
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_props.c45 #define MODEL(gpu_id_, shortname, counters_, min_rev_anisotropic_, tib_size_, quirks_) \
48 .name = "Mali-" shortname " (Panfrost)", \
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c2576 const ntfschar *shortname, int shortlen, in set_dos_name()
2598 collapsible = ntfs_collapsible_chars(ni->vol, shortname, shortlen, in set_dos_name()
2631 if (!ntfs_link_i(ni, dir_ni, shortname, shortlen, in set_dos_name()
2687 ntfschar *shortname = NULL; in ntfs_set_ntfs_dos_name() local
2697 shortlen = ntfs_mbstoucs(newname, &shortname); in ntfs_set_ntfs_dos_name()
2705 || ntfs_forbidden_names(ni->vol,shortname,shortlen,TRUE)) { in ntfs_set_ntfs_dos_name()
2724 && !memcmp(shortname,oldname, in ntfs_set_ntfs_dos_name()
2730 shortname, shortlen, in ntfs_set_ntfs_dos_name()
2741 shortname, shortlen, in ntfs_set_ntfs_dos_name()
2754 free(shortname); in ntfs_set_ntfs_dos_name()
2575 set_dos_name(ntfs_inode *ni, ntfs_inode *dir_ni, const ntfschar *shortname, int shortlen, const ntfschar *longname, int longlen, const ntfschar *deletename, int deletelen, BOOL existed) set_dos_name() argument
2775 ntfschar shortname[MAX_DOS_NAME_LENGTH]; ntfs_remove_ntfs_dos_name() local
[all...]
H A Dunistr.c1617 const ntfschar *shortname, int shortlen,
1628 cs = le16_to_cpu(shortname[i]);
1616 ntfs_collapsible_chars(ntfs_volume *vol, const ntfschar *shortname, int shortlen, const ntfschar *longname, int longlen) global() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c165 #define DD_CSO_CREATE(name, shortname) \
176 hstate->state.shortname = *state; \
180 #define DD_CSO_BIND(name, shortname) \
188 dctx->draw_state.shortname = hstate; \
204 #define DD_CSO_WHOLE(name, shortname) \
205 DD_CSO_CREATE(name, shortname) \
206 DD_CSO_BIND(name, shortname) \
/third_party/ntfs-3g/include/ntfs-3g/
H A Dunistr.h75 const ntfschar *shortname, int shortlen,
/third_party/libinput/test/
H A Dlitest-int.h42 const char *shortname; member
H A Dlitest.c364 t->devname = safe_strdup(dev->shortname); in litest_add_tcase_for_device()
504 strstr(dev->shortname, filter_device) == NULL && in litest_add_tcase()
505 fnmatch(filter_device, dev->shortname, 0) != 0) in litest_add_tcase()
526 strstr(dev->shortname, filter_device) == NULL && in litest_add_tcase()
527 fnmatch(filter_device, dev->shortname, 0) != 0) in litest_add_tcase()
642 strstr(dev->shortname, filter_device) == NULL && in _litest_add_ranged_for_device()
643 fnmatch(filter_device, dev->shortname, 0) != 0) { in _litest_add_ranged_for_device()
748 fprintf(f, "# %s\n", dev->shortname); in litest_init_device_udev_rules()
1459 dev->shortname); in litest_init_device_quirk_file()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c93 char *shortname; member
1062 if (p->shortname && !strcmp(p->shortname, name)) { in load_library()
1131 * setup its shortname so it can be found by name. */ in load_library()
1132 if (!p->shortname && pathname != name) in load_library()
1133 p->shortname = strrchr(p->name, '/')+1; in load_library()
1180 /* Add a shortname only if name arg was not an explicit pathname. */ in load_library()
1181 if (pathname != name) p->shortname = strrchr(p->name, '/')+1; in load_library()
1680 ldso.name = ldso.shortname = "libc.so"; in __dls2()
1934 vdso.shortname in __dls3()
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c93 char *shortname; member
1062 if (p->shortname && !strcmp(p->shortname, name)) { in load_library()
1130 * setup its shortname so it can be found by name. */ in load_library()
1131 if (!p->shortname && pathname != name) in load_library()
1132 p->shortname = strrchr(p->name, '/')+1; in load_library()
1179 /* Add a shortname only if name arg was not an explicit pathname. */ in load_library()
1180 if (pathname != name) p->shortname = strrchr(p->name, '/')+1; in load_library()
1679 ldso.name = ldso.shortname = "libc.so"; in __dls2()
1933 vdso.shortname in __dls3()
[all...]
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h120 char *shortname; member
/third_party/musl/src/internal/
H A Ddynlink.h130 char *shortname; member
/third_party/musl/ldso/
H A Ddynlink.c105 char *shortname; member
1133 if (p->shortname && !strcmp(p->shortname, name)) {
1216 * setup its shortname so it can be found by name. */
1217 if (!p->shortname && pathname != name)
1218 p->shortname = strrchr(p->name, '/')+1;
1269 /* Add a shortname only if name arg was not an explicit pathname. */
1270 if (pathname != name) p->shortname = strrchr(p->name, '/')+1;
1773 ldso.name = ldso.shortname = "libc.so";
2036 vdso.shortname
[all...]
/third_party/nghttp2/doc/_exts/rubydomain/
H A Drubydomain.py486 shortname = _('modules') variable in RubyModuleIndex

Completed in 40 milliseconds

12