OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eattrs
(Results
1 - 1
of
1
) sorted by null
/external/curl/packages/OS400/
os400sys.c
995
char * *
eattrs
;
local
1000
eattrs
= (char * *) NULL;
1029
if(!(
eattrs
= calloc(i, sizeof *
eattrs
)))
1035
if(!(
eattrs
[j] = malloc(i + 1))) {
1040
QadrtConvertA2E(
eattrs
[j], attrs[j], i, i);
1041
eattrs
[j][i] = '\0';
1049
eattrs
, attrsonly, res);
1051
if(
eattrs
) {
1052
for(j = 0;
eattrs
[j]; j++
[
all
...]
Completed in 163 milliseconds