Home
last modified time | relevance | path

Searched refs:gbuf (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
Dobject-size.c12 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/
Dobject-size.c19 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/
Dsftp-common.c220 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()
Dservconf.c1280 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/
Dseusers.c117 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/
Dcdattst.c192 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/
Dip.c44 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/
Dglobals.h721 char stats, singleline, flush, *filter_dev, gbuf[8192]; member
/external/toybox/android/device/generated/
Dglobals.h721 char stats, singleline, flush, *filter_dev, gbuf[8192]; member
/external/toybox/android/mac/generated/
Dglobals.h721 char stats, singleline, flush, *filter_dev, gbuf[8192]; member