Searched refs:aBuf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/pkgdata/
H A Dpkgtypes.c210 char aBuf[1024]; local
226 if((rPtr-strAlias) >= (sizeof(aBuf)/sizeof(aBuf[0]))) {
227 fprintf(stderr, "## ERR: Path too long [%d chars]: %s\n", (int)sizeof(aBuf), strAlias);
230 strncpy(aBuf, strAlias,(rPtr-strAlias));
231 aBuf[rPtr-strAlias]=0; /* no trailing slash */
232 convertToNativePathSeparators(aBuf);
234 if(!pkg_listContains(l, aBuf)) {
235 return pkg_appendToList(l, end, uprv_strdup(aBuf));
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertionLog.c212 static void printAggregateAssertionsToBuf(char *aBuf, int bufsize, uint32_t kbits) argument
216 snprintf(aBuf, bufsize, "[System:");
219 printed += strlcat(aBuf, " PrevIdle", bufsize);
222 printed += strlcat(aBuf, " PrevDisp", bufsize);
225 printed += strlcat(aBuf, " PrevSleep", bufsize);
228 printed += strlcat(aBuf, " DeclUser", bufsize);
231 printed += strlcat(aBuf, " PushSrvc", bufsize);
234 printed += strlcat(aBuf, " BGTask", bufsize);
237 printed += strlcat(aBuf, " SysAct", bufsize);
240 printed += strlcat(aBuf, " SRPrevSlee
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c45456 u8 aBuf[WAL_HDRSIZE]; /* Buffer to load WAL header into */ local
[all...]

Completed in 490 milliseconds