Searched refs:gbuf (Results 1 – 6 of 6) sorted by relevance
/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/openssh/ |
D | sftp-common.c | 219 char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; in ls_file() local 233 snprintf(gbuf, sizeof gbuf, "%u", (u_int)st->st_gid); in ls_file() 234 group = gbuf; in ls_file()
|
/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/toybox/toys/pending/ |
D | ip.c | 41 char stats, singleline, flush, *filter_dev, gbuf[8192]; 1347 int len = recv(TT.sockfd, TT.gbuf, sizeof(TT.gbuf), 0); in ipaddr_print() 1348 addr_ptr = (struct nlmsghdr *)TT.gbuf; in ipaddr_print() 2684 int msglen = recv(TT.sockfd, TT.gbuf, MESG_LEN, 0); in filter_nlmesg() 2695 for (mhdr = (struct nlmsghdr*)TT.gbuf; NLMSG_OK(mhdr, msglen); in filter_nlmesg()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 188 char gbuf[2048]; in TestDateFormat() local 190 u_austrcpy(gbuf, result); in TestDateFormat() 191 …r("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat()
|
/external/toybox/generated/ |
D | globals.h | 658 char stats, singleline, flush, *filter_dev, gbuf[8192]; member
|