/third_party/ffmpeg/libavformat/ |
H A D | rawdec.h | 54 #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 D | dynload_hpux.c | 19 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 D | dynload_win.c | 221 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 D | dynload_shlib.c | 54 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 D | importdl.c | 20 const char *shortname, 25 const char *shortname,
|
/third_party/ffmpeg/tools/ |
H A D | gen-rc | 55 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 D | test_macholib.py | 48 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 D | getaddrinfo_01.c | 38 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 D | namespace.c | 475 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 D | dynlink.c | 1894 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 D | namespace.c | 475 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 D | dynlink.c | 2082 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 D | pan_props.c | 45 #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 D | dir.c | 2576 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 D | unistr.c | 1617 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 D | dd_context.c | 165 #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 D | unistr.h | 75 const ntfschar *shortname, int shortlen,
|
/third_party/libinput/test/ |
H A D | litest-int.h | 42 const char *shortname; member
|
H A D | litest.c | 364 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 D | dynlink.c | 93 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 D | dynlink.c | 93 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 D | dynlink.h | 120 char *shortname; member
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 130 char *shortname; member
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 105 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 D | rubydomain.py | 486 shortname = _('modules') variable in RubyModuleIndex
|