Searched refs:az (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c167 void db_query_free(char **az){ argument
169 for(i=0; az[i]; i++){
170 sqlite_freemem(az[i]);
172 free(az);
178 void db_check(const char *zFile, const char *zMsg, char **az, ...){ argument
182 va_start(ap, az);
184 if( az[i]==0 || strcmp(az[i],z)!=0 ){
186 zFile, zMsg, i+1, az[i]);
187 db_query_free(az);
204 char **az; local
[all...]
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c607 #define mnextsize(az) (nextHi[az]-nextLo[az])
609 #define mnextswap(az,bz) \
611 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
612 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
613 tz = nextD [az]; nextD [az]
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dipc.c610 zoneid_t az; local
627 az = aperm->ipc_zoneid;
629 if (az < bz)
631 if (az > bz)
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlcgen.c270 Attribute_list_t* az; local
542 az->next = al;
543 az = al;

Completed in 70 milliseconds