/external/clang/test/CodeGen/ |
D | object-size.c | 12 char gbuf[63]; variable 19 strcpy(&gbuf[4], "Hi there"); in test1() 25 strcpy(gbuf, "Hi there"); in test2() 31 strcpy(&gbuf[100], "Hi there"); in test3() 37 strcpy((char*)(void*)&gbuf[-1], "Hi there"); in test4() 62 strcpy((++i, gbuf), "Hi there"); in test7() 92 strcpy(gp = gbuf, "Hi there"); in test11()
|
/external/llvm-project/clang/test/CodeGen/ |
D | object-size.c | 19 char gbuf[63]; variable 26 strcpy(&gbuf[4], "Hi there"); in test1() 32 strcpy(gbuf, "Hi there"); in test2() 38 strcpy(&gbuf[100], "Hi there"); in test3() 44 strcpy((char*)(void*)&gbuf[-1], "Hi there"); in test4() 69 strcpy((++i, gbuf), "Hi there"); in test7() 99 strcpy(gp = gbuf, "Hi there"); in test11()
|
/external/openssh/ |
D | sftp-common.c | 220 char buf[1024], lc[8], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; in ls_file() local 228 snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid); in ls_file() 229 group = gbuf; in ls_file()
|
D | servconf.c | 1280 glob_t gbuf; in process_server_config_line_depth() local 2023 if ((r = glob(arg, 0, NULL, &gbuf)) != 0) { in process_server_config_line_depth() 2040 if (gbuf.gl_pathc > INT_MAX) in process_server_config_line_depth() 2042 for (n = 0; n < (int)gbuf.gl_pathc; n++) { in process_server_config_line_depth() 2044 filename, linenum, gbuf.gl_pathv[n]); in process_server_config_line_depth() 2047 item->filename = strdup(gbuf.gl_pathv[n]); in process_server_config_line_depth() 2062 globfree(&gbuf); in process_server_config_line_depth()
|
/external/selinux/libselinux/src/ |
D | seusers.c | 117 struct group gbuf, *grent = NULL; in check_group() local 128 int retval = getgrnam_r(group, &gbuf, rbuf, in check_group()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 192 char gbuf[2048]; in TestDateFormat() local 194 u_austrcpy(gbuf, result); in TestDateFormat() 195 …r("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat() 209 char gbuf[2048]; in TestDateFormat() local 211 u_austrcpy(gbuf, result); in TestDateFormat() 212 …AIL: Date Format for french locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat()
|
/external/toybox/toys/pending/ |
D | ip.c | 44 char stats, singleline, flush, *filter_dev, gbuf[8192]; 1397 int len = recv(TT.sockfd, TT.gbuf, sizeof(TT.gbuf), 0); in ipaddr_print() 1398 addr_ptr = (struct nlmsghdr *)TT.gbuf; in ipaddr_print() 2789 int msglen = recv(TT.sockfd, TT.gbuf, MESG_LEN, 0); in filter_nlmesg() 2800 for (mhdr = (struct nlmsghdr*)TT.gbuf; NLMSG_OK(mhdr, msglen); in filter_nlmesg()
|
/external/toybox/android/linux/generated/ |
D | globals.h | 721 char stats, singleline, flush, *filter_dev, gbuf[8192]; member
|
/external/toybox/android/device/generated/ |
D | globals.h | 721 char stats, singleline, flush, *filter_dev, gbuf[8192]; member
|
/external/toybox/android/mac/generated/ |
D | globals.h | 721 char stats, singleline, flush, *filter_dev, gbuf[8192]; member
|