Searched defs:IFS (Results 1 - 2 of 2) sorted by relevance

/external/libedit/src/
H A Dtokenizer.c66 #define IFS STR("\t \n") macro
116 tok->ifs = tok_strdup(ifs ? ifs : IFS);
/external/webp/examples/
H A Ddwebp.c71 #define IFS(fn) \ macro
87 IFS(SHCreateStreamOnFileA(out_file_name, STGM_WRITE | STGM_CREATE, stream));
106 IFS(CoInitialize(NULL));
107 IFS(CoCreateInstance(MAKE_REFGUID(CLSID_WICImagingFactory), NULL,
117 IFS(CreateOutputStream(out_file_name, &stream));
118 IFS(IWICImagingFactory_CreateEncoder(factory, container_guid, NULL,
120 IFS(IWICBitmapEncoder_Initialize(encoder, stream,
122 IFS(IWICBitmapEncoder_CreateNewFrame(encoder, &frame, NULL));
123 IFS(IWICBitmapFrameEncode_Initialize(frame, NULL));
124 IFS(IWICBitmapFrameEncode_SetSiz
[all...]

Completed in 123 milliseconds