Searched refs:namebuf (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_systhread.c | 155 char namebuf[B_OS_NAME_LENGTH]; in SDL_SYS_SetupThread() 156 SDL_snprintf(namebuf, sizeof (namebuf), "%s", name); in SDL_SYS_SetupThread() 157 namebuf[sizeof (namebuf) - 1] = '\0'; in SDL_SYS_SetupThread() 158 rename_thread(find_thread(NULL), namebuf); in SDL_SYS_SetupThread()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngcp.c | 478 char namebuf[FILENAME_MAX]; /* output file name */ member 1633 dp->namebuf[0] = 0; in makename() 1651 memcpy(dp->namebuf, dir, dsize); in makename() 1652 if (dsize > 0 && dp->namebuf[dsize-1] != '/') in makename() 1653 dp->namebuf[dsize++] = '/'; in makename() 1664 memcpy(dp->namebuf+dsize, infile, isize+1); in makename() 1666 if (isdir(dp, dp->namebuf)) in makename() 1668 dp->namebuf); in makename() 1675 dp->namebuf, infile); in makename() 2204 destname = dp->namebuf; in cp_one_file() [all …]
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 356 static char namebuf[128]; in SDL_SYS_HapticNameFromFD() local 359 if (ioctl(fd, EVIOCGNAME(sizeof(namebuf)), namebuf) <= 0) { in SDL_SYS_HapticNameFromFD() 363 return namebuf; in SDL_SYS_HapticNameFromFD()
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_hd.c | 752 nghttp2_buf_init(&inflater->namebuf); in nghttp2_hd_inflate_init() 2093 nghttp2_buf_wrap_init(&inflater->namebuf, inflater->namercbuf->base, in nghttp2_hd_inflate_hd_nv() 2098 rv = hd_inflate_read_huff(inflater, &inflater->namebuf, in, last); in nghttp2_hd_inflate_hd_nv() 2113 *inflater->namebuf.last = '\0'; in nghttp2_hd_inflate_hd_nv() 2114 inflater->namercbuf->len = nghttp2_buf_len(&inflater->namebuf); in nghttp2_hd_inflate_hd_nv() 2120 rv = hd_inflate_read(inflater, &inflater->namebuf, in, last); in nghttp2_hd_inflate_hd_nv() 2134 *inflater->namebuf.last = '\0'; in nghttp2_hd_inflate_hd_nv() 2135 inflater->namercbuf->len = nghttp2_buf_len(&inflater->namebuf); in nghttp2_hd_inflate_hd_nv()
|
A D | nghttp2_hd.h | 235 nghttp2_buf namebuf, valuebuf; member
|
Completed in 17 milliseconds