Searched refs:nul (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dblob.c364 uint8_t *nul; local in function:blob_read_string
375 nul = memchr(blob->current, 0, blob->end - blob->current);
377 if (nul == NULL) {
382 size = nul - blob->current + 1;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dblob.c341 uint8_t *nul; local in function:BLOB_READ_TYPE
352 nul = memchr(blob->current, 0, blob->end - blob->current);
354 if (nul == NULL) {
359 size = nul - blob->current + 1;
/xsrc/external/mit/freetype/dist/builds/dos/
H A Ddos-def.mk45 NO_OUTPUT = > nul
/xsrc/external/mit/freetype/dist/builds/os2/
H A Dos2-def.mk45 NO_OUTPUT = 2> nul
/xsrc/external/mit/freetype/dist/builds/windows/
H A Dwin32-def.mk48 NO_OUTPUT = 2> nul
/xsrc/external/mit/freetype/dist/builds/compiler/
H A Demx.mk74 LINK_LIBRARY = $(foreach m,$(OBJECTS_LIST),$(AR) -r $@ $(m);) echo > nul
H A Dwatcom.mk79 echo > nul)
/xsrc/external/mit/freetype/dist/builds/
H A Dtoplevel.mk118 # GNU make. Similarly, `nul' is created if e.g. `make setup windows' has
136 $(RM) nul

Completed in 7 milliseconds