OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TempBuf
(Results
1 - 2
of
2
) sorted by null
/external/jhead/
iptc.c
156
char
TempBuf
[32];
157
memset(
TempBuf
, 0, sizeof(
TempBuf
));
158
memset(
TempBuf
, ' ', 14);
159
memcpy(
TempBuf
, description, strlen(description));
160
strcat(
TempBuf
, ":");
161
printf("%s %*.*s\n",
TempBuf
, length, length, pos);
jhead.c
[
all
...]
Completed in 41 milliseconds