Searched refs:linksize (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandvideo.c | 69 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/ |
D | SDL_x11video.c | 58 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/ |
D | SDL_fcitx.c | 99 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/ |
D | RunTest | 312 $sim ./pcre2test -C linksize >/dev/null
|
D | RunTest.bat | 58 %pcre2test% -C linksize >NUL
|
/third_party/tzdata/ |
D | zic.c | 1084 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/ |
D | pcre2test.txt | 140 linksize the configured internal link size (2, 3, or 4)
|