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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dalloc-pool.c62 static ALLOC_POOL_ID_TYPE last_id; variable
185 last_id++;
186 if (last_id == 0)
187 last_id++;
189 pool->id = last_id;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dalloc-pool.c63 static ALLOC_POOL_ID_TYPE last_id; variable
173 last_id++;
174 if (last_id == 0)
175 last_id++;
177 pool->id = last_id;
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_test.c14 char last_id[32] = ""; variable
75 if(strlen(last_id)) {
77 test_v2_cancel(host_name, printer, "nosuchuser", last_id);
79 test_v2_cancel(host_name, printer, user_name, last_id);
84 test_v2_cancel(host_name, "nosuchprinter", user_name, last_id);
282 strlcpy(last_id, rp->id, sizeof(last_id));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dproto-bdb.h427 #define bdb_last_id BDB_SYMBOL(last_id)

Completed in 91 milliseconds