HomeSort by: relevance | last modified time | path
    Searched defs:secure (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/ypserv/ypserv/
ypserv_proc.c 152 int secure; local in function:ypproc_match_2_svc
159 secure = ypdb_secure(k->domain, k->map);
162 "match_2: request from %.500s, secure %s, domain %s, map %s, "
163 "key %.*s", clientstr, TORF(secure), k->domain, k->map,
166 if (secure && securecheck(caller)) {
170 res = ypdb_get_record(k->domain, k->map, k->keydat, secure);
181 int secure; local in function:ypproc_first_2_svc
188 secure = ypdb_secure(k->domain, k->map);
191 "first_2: request from %.500s, secure %s, domain %s, map %s",
192 clientstr, TORF(secure), k->domain, k->map))
209 int secure; local in function:ypproc_next_2_svc
316 int secure; local in function:ypproc_all_2_svc
362 int secure; local in function:ypproc_master_2_svc
404 int secure; local in function:ypproc_order_2_svc
    [all...]
ypserv_db.c 75 int secure; /* is this map secure? */ member in struct:opt_map
440 m->secure = FALSE;
445 m->secure = TRUE;
455 domain, map, m->host_lookup, m->secure, m->db);
827 int secure; local in function:ypdb_secure
831 secure = FALSE;
835 return (secure);
837 secure = map_info->secure;
    [all...]
  /src/sbin/blkdiscard/
blkdiscard.c 50 static bool secure = false; variable in typeref:typename:bool
86 if (secure)
138 secure = true;
157 if (secure)
158 usage("blkdiscard: secure erase not yet implemented\n");
231 secure ? "secure erase" :
  /src/bin/pax/
pax.c 118 int secure = 1; /* don't extract names that contain .. */ variable in typeref:typename:int
276 if (act == EXTRACT && secure) {
  /src/bin/ed/
main.c 97 int secure = 0; /* is set, ! is not allowed */ variable in typeref:typename:int
142 secure = 1;
994 if (red || secure) {
  /src/libexec/tftpd/
tftpd.c 109 static int secure; variable in typeref:typename:int
227 secure = 1;
291 if (secure) {

Completed in 14 milliseconds