Home
last modified time | relevance | path

Searched refs:linksize (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandvideo.c69 int linksize; in get_classname() local
94 linksize = readlink(procfile, linkfile, sizeof(linkfile) - 1); in get_classname()
95 if (linksize > 0) { in get_classname()
96 linkfile[linksize] = '\0'; in get_classname()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c58 int linksize; in get_classname() local
77 linksize = readlink(procfile, linkfile, sizeof(linkfile) - 1); in get_classname()
78 if (linksize > 0) { in get_classname()
79 linkfile[linksize] = '\0'; in get_classname()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_fcitx.c99 int linksize; in GetAppName() local
106 linksize = readlink(procfile, linkfile, sizeof(linkfile) - 1); in GetAppName()
107 if (linksize > 0) { in GetAppName()
108 linkfile[linksize] = '\0'; in GetAppName()
/third_party/pcre2/pcre2/
DRunTest312 $sim ./pcre2test -C linksize >/dev/null
DRunTest.bat58 %pcre2test% -C linksize >NUL
/third_party/tzdata/
Dzic.c1084 size_t dir_len = 0, dotdots = 0, linksize = SIZE_MAX; in relname() local
1091 linksize = len + needslash + strlen(target) + 1; in relname()
1092 f = result = emalloc(linksize); in relname()
1104 if (dotdotetcsize <= linksize) { in relname()
/third_party/pcre2/pcre2/doc/
Dpcre2test.txt140 linksize the configured internal link size (2, 3, or 4)