Searched refs:put (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/zkt/
H A Dtcap.c256 static int put (int c) function
265 return tputs (attstr, 0, put);
281 return tputs (colortab[color], 0, put);
/bind-9.6-ESV-R11/contrib/sdb/bdb/
H A Dzone2bdb.c93 REQUIRE(db->put(db, NULL, &key, &data, 0) == 0);
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c520 bdbres = db.data->put(db.data, NULL, &key, &data, DB_APPEND);
522 bdbres = db.client->put(db.client, NULL, &key, &data, 0);

Completed in 1730 milliseconds