Home
last modified time | relevance | path

Searched refs:Ilibrary (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/flif/FLIF-0.3-96-g74ea92b/src/
H A DMakefile68 …PFLAGS) $(CXXFLAGS) $(LDFLAGS) -O3 $(shell sdl2-config --cflags) -Wall -Ilibrary/ viewflif.c -L. -…
74 …$(CC) -shared $(CFLAGS) -Ilibrary/ -fPIC -Wall -Werror=implicit-function-declaration $(shell pkg-c…
143 $(CC) -O0 -ggdb3 -Wall -Ilibrary/ ../tools/test.c -L. -lflif.dbg -o test-interface
172 …ggdb3 -fsanitize=address,undefined $(shell sdl2-config --cflags) -Wall -Ilibrary/ viewflif.c -L. -…
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/
H A DMakefile137 …cscope -bq -u -Iinclude -Ilibrary $(patsubst %,-I%,$(wildcard 3rdparty/*/include)) -Itests/include…
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/
H A DMakefile151 …cscope -bq -u -Iinclude -Ilibrary $(patsubst %,-I%,$(wildcard 3rdparty/*/include)) -Itests/include…
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h248 struct Ilibrary;
536 void (*readlibrary)(struct Ilibrary*); /* broadcast newly read library */
537 void (*eraselibrary)(struct Ilibrary*); /* broadcast library to be erased */
538 void (*writelibrary)(struct Ilibrary*, BOOLEAN); /* broadcast library writing */
727 struct Ilibrary *lib; /* library with this nodeproto (cells only) !!!NEW!!! */
1007 typedef struct Ilibrary struct
1020 struct Ilibrary *nextlibrary; /* next library in list */ argument