Searched refs:opt_map (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/ypserv/ypserv/ |
| D | ypserv_db.c | 59 LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */ 60 TAILQ_HEAD(mapq, opt_map); /* TAILQ of maps (LRU) */ 62 struct opt_map { struct 68 TAILQ_ENTRY(opt_map) mapsq; /* map queue pointers */ argument 69 LIST_ENTRY(opt_map) mapsl; /* map list pointers */ 138 struct opt_map *last; in ypdb_close_last() 196 struct opt_map **map_info) in ypdb_open_db() 203 struct opt_map *m = NULL; in ypdb_open_db() 449 struct opt_map *map_info = NULL; in ypdb_get_record() 698 struct opt_map *map_info = NULL; in ypdb_secure()
|
| D | ypserv.h | 31 struct opt_map; 32 DBM *ypdb_open_db(domainname, mapname, ypstat *, struct opt_map **);
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | opts.c | 47 static char *opt_map = nullstr; variable 72 { S("map"), 0, &opt_map }, 745 opt_map = map; in eval_fs_opts() 805 opt_key = opt_map = opt_path = nullstr; in eval_fs_opts()
|
| /openbsd/src/usr.bin/aucat/ |
| D | aucat.c | 1292 opt_map(char *str, int *rimin, int *rimax, int *romin, int *romax) in opt_map() function 1470 if (!opt_map(optarg, &imin, &imax, &omin, &omax)) in main()
|