Searched refs:set (Results 1 - 25 of 1536) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c201 static int set; local
202 if (!set) {
203 set = 1;
219 static int set; local
223 if (!set) {
224 set = 1;
315 static int set; local
316 if (!set) {
317 set = 1;
556 /* Use failure() message if set
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c287 /* ResourceFork set options used for fsetxattr. */
625 * GID if we either set it (see set_ownership) or if
712 unsigned long set, clear; local
713 archive_entry_fflags(a->entry, &set, &clear);
714 if ((set & ~clear) & UF_COMPRESSED) {
782 * before the flag is set to indicate that the file have
1030 "Failed to set UF_COMPRESSED file flag");
1495 /* Get the position where we are going to set a bunch
1501 /* Get the position where we are going to set compressed
1681 /* File size is unknown, so we can't set th
3757 unsigned long set, clear; local
3864 set_fflags_platform(struct archive_write_disk *a, int fd, const char *name, mode_t mode, unsigned long set, unsigned long clear) argument
3939 set_fflags_platform(struct archive_write_disk *a, int fd, const char *name, mode_t mode, unsigned long set, unsigned long clear) argument
4043 set_fflags_platform(struct archive_write_disk *a, int fd, const char *name, mode_t mode, unsigned long set, unsigned long clear) argument
[all...]
H A Darchive_write_set_format_mtree.c144 } set; member in struct:mtree_writer
205 int dironly; /* If it is set, ignore all files except
207 int indent; /* If it is set, indent output data. */
208 int output_global_set; /* If it is set, use /set keyword to set
210 * classic format, it is set by default. */
432 * Write /set keyword.
447 oldkeys = mtree->set.keys;
450 if (mtree->set
[all...]
H A Darchive_entry.c377 unsigned long *set, unsigned long *clear)
379 *set = entry->ae_fflags_set;
385 * really need the text to be rebuilt in a canonical form, set the
386 * text, ask for the bitmaps, then set the bitmaps. (Setting the
807 * Functions to set archive_entry properties.
820 unsigned long set, unsigned long clear)
823 entry->ae_fflags_set = set;
1058 /* Set symlink if symlink is already set, else set hardlink. */
1077 /* Set symlink if symlink is already set, els
376 archive_entry_fflags(struct archive_entry *entry, unsigned long *set, unsigned long *clear) argument
819 archive_entry_set_fflags(struct archive_entry *entry, unsigned long set, unsigned long clear) argument
1769 unsigned long set; member in struct:flag
1996 unsigned long set, clear; local
2064 unsigned long set, clear; local
2124 unsigned long set, clear; local
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c120 int maxtimeout = 7200;/* don't allow idle time to be set beyond 2 hours */
735 /* set defaults */
989 * _PATH_FTPUSERS, and ftp account exists, set guest and pw, then just return.
1442 reply(550, "Can't set gid.");
1543 * If no chroot directory set yet, use the login directory.
1583 fatalerror("Can't set uid.");
1585 reply(550, "Can't set uid.");
1729 /* st.st_blksize is set for all descriptor types */
1944 fd_set set; local
1946 FD_ZERO(&set);
[all...]
/freebsd-11-stable/sys/conf/
H A Dkern.mk65 -Wno-error=unused-but-set-variable
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c976 ** optimizations, and hence set all compiler macros to 0
982 ** so the GCC_VERSION macro will be set to a correct non-zero value even
1265 ** [SQLITE_THREADSAFE] compile-time option being set to 0.
1477 ** Many SQLite functions return an integer result code from the set shown
1765 ** is for the [sqlite3_vfs.xOpen] to set the sqlite3_file.pMethods element
1901 ** implements [sqlite3_deserialize()] to set an upper bound on the size
1904 ** current limit. Otherwise the limit is set to the larger of the value
1906 ** pointed to is set to the new limit.
1971 ** ^The [SQLITE_FCNTL_PERSIST_WAL] opcode is used to set or query the
1987 ** ^The [SQLITE_FCNTL_POWERSAFE_OVERWRITE] opcode is used to set o
[all...]
/freebsd-11-stable/contrib/unbound/respip/
H A Drespip.c59 struct respip_set* set = calloc(1, sizeof(*set)); local
60 if(!set)
62 set->region = regional_create();
63 if(!set->region) {
64 free(set);
67 addr_tree_init(&set->ip_tree);
68 lock_rw_init(&set->lock);
69 return set;
84 respip_set_delete(struct respip_set* set) argument
95 respip_set_get_tree(struct respip_set* set) argument
103 respip_sockaddr_find_or_create(struct respip_set* set, struct sockaddr_storage* addr, socklen_t addrlen, int net, int create, const char* ipstr) argument
127 respip_sockaddr_delete(struct respip_set* set, struct resp_addr* node) argument
143 respip_find_or_create(struct respip_set* set, const char* ipstr, int create) argument
158 respip_tag_cfg(struct respip_set* set, const char* ipstr, const uint8_t* taglist, size_t taglen) argument
180 respip_action_cfg(struct respip_set* set, const char* ipstr, const char* actnstr) argument
324 respip_data_cfg(struct respip_set* set, const char* ipstr, const char* rrstr) argument
338 respip_set_apply_cfg(struct respip_set* set, char* const* tagname, int num_tags, struct config_strbytelist* respip_tags, struct config_str2list* respip_actions, struct config_str2list* respip_data) argument
398 respip_global_apply_cfg(struct respip_set* set, struct config_file* cfg) argument
1299 respip_set_is_empty(const struct respip_set* set) argument
[all...]
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c48 * arp - display, set, and delete arp table entries
92 static int set(int argc, char **argv);
201 rtn = set(argc, argv) ? 1 : 0;
228 * Process a file to set standard arp entries
258 if (set(i, args))
318 set(int argc, char **argv) function
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c309 { "set-limit", TOK_SETLIMIT },
747 * helper function to process a set of flags and set bits in the
751 fill_flags(struct _s_x *flags, char *p, char **e, uint32_t *set, argument
763 which = set;
780 print_flags_buffer(char *buf, size_t sz, struct _s_x *list, uint32_t set) argument
786 if ((set & list[i].x) == 0)
789 set &= ~list[i].x;
1126 * Returns the number of bits set (from left) in a contiguous bitmask,
1151 * print flags set/clea
1160 uint8_t set = cmd->arg1 & 0xff; local
2517 uint8_t set; local
2663 uint8_t set; local
2954 uint8_t set; member in struct:tidx
3294 uint32_t set = 0, clear = 0; local
3832 int set = strtoul(av[1], NULL, 10); local
[all...]
H A Dtables.c166 uint8_t set; local
172 set = co.use_set - 1;
174 set = 0;
181 table_fill_ntlv(&oh.ntlv, *av, set, 1);
314 table_fill_ntlv(ipfw_obj_ntlv *ntlv, const char *name, uint8_t set, argument
321 ntlv->set = set;
330 table_fill_ntlv(&oh->ntlv, i->tablename, i->set, 1);
631 table_fill_ntlv(&oh->ntlv, i->tablename, i->set, 1);
634 warn("failed to destroy table(%s) in set
[all...]
/freebsd-11-stable/contrib/less/
H A Dmark.c26 * For restored marks we set m_filename instead of m_ifile
66 * Initialize the mark table to show no marks are set.
95 /* With m_ifile set, m_filename is no longer needed. */
108 return; /* m_ifile is already set */
189 error("Mark not set", NULL_PARG);
285 * it has not been set to anything yet,
286 * set it to the beginning of the current file.
287 * {{ Couldn't we instead set marks[LASTMARK] in edit()? }}
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql306 In this case, the fields are set for the root of the operation and for all
374 copied). This is set on all the nodes in the moved tree. The source of
381 This is set only on the root of a move, and is NULL for all children.
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c386 * The next section of code is a collection of small routines that set
662 * If we have seen a fragment header, do not set any flags to indicate
798 /* headers must always be in a packet that has the offset field set to 0 */
1164 /* 4 header. That is, it must not be a fragment that has its offset set to */
1362 * If the urgent flag is set, then the urgent pointer must
1363 * also be set and vice versa. Good TCP packets do not have
1364 * just one of these set.
1387 * SYN with URG and PUSH set is not for normal TCP but it is
1395 * If the ack bit isn't set, then either the SYN or
1396 * RST bit must be set
3766 int flushed = 0, set; local
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c768 PRINTF("%x\tPacket log flags set:\n", frf);
784 printlivelist(fiop, out, set, fp, group, comment)
786 int out, set;
801 rule.iri_active = set;
903 rules += printlivelist(fiop, out, set, fp->fr_data,
915 static void printdeadlist(fiop, out, set, fp, group, comment)
917 int out, set;
1009 printdeadlist(fiop, out, set, fb.fr_data, group,
1015 printdeadlist(fiop, out, set, NULL, g->fg_name, comment);
1029 int i, set; local
[all...]
H A Dipfs.c211 int c, lock = -1, devfd = -1, err = 0, rw = -1, ns = -1, set = 0; local
219 if ((set == 0) && !dirname && !filename)
225 if ((set != 0) && !dirname && !filename)
232 set = 1;
235 if (filename || dirname || set)
238 set = 1;
244 if ((ns >= 0) || dirname || (rw != -1) || set)
247 set = 1;
253 set = 1;
257 set
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c309 /* Check if PROMISC or ALLMULTI flags have been set
1463 /* Limit maximum auto-configured queues to 8 if no user value is set */
1573 /* First set up the adminq - vector 0 */
2238 device_printf(dev, "Unable to set TX context\n");
2290 device_printf(dev, "Unable to set RX context %d\n", i);
2719 * Used to set the Tx ITR value for all of the PF LAN VSI's queues.
2736 "Cannot set TX itr value while dynamic TX itr is enabled\n");
2753 * Used to set the Rx ITR value for all of the PF LAN VSI's queues.
2770 "Cannot set RX itr value while dynamic RX itr is enabled\n");
3102 ** Requires VSI's seid to be set befor
6482 ixl_set_fec_config(struct ixl_pf *pf, struct i40e_aq_get_phy_abilities_resp *abilities, u8 bit_pos, int set) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_entry.c62 unsigned long set, clear; /* For fflag testing. */ local
103 * Basic set/read tests for all fields.
104 * We should be able to set any field and read
269 /* Arbitrarily override symlink if both hardlink and symlink set. */
417 archive_entry_fflags(e, &set, &clear);
418 failure("Testing set/get of fflags data.");
419 assertEqualInt(set, 0x55);
420 failure("Testing set/get of fflags data.");
432 archive_entry_fflags(e, &set, &clear);
433 assertEqualInt(UF_HIDDEN, set);
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1.h260 int modified; /* set to 1 if 'enc' is invalid */
263 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
444 * control characters and MSB set characters
453 * set this to use backslash and quote.
473 * If this is set we convert all character strings to UTF8 first
479 * If this is set we don't attempt to interpret content: just assume all
486 /* If this is set we include the string type in the output */
546 * set and sequence are left complete and still contain the set or
549 ASN1_STRING *set; member in union:asn1_type_st::__anon1
[all...]
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk37 # to set via WITH_*/WITHOUT_* in /etc/src.conf and override in the
40 # The NO_* variables should only be set by makefiles for variables
516 # MK_* variable is set to "no".
/freebsd-11-stable/sbin/ifconfig/
H A Difvxlan.c76 do_cmd(int sock, u_long op, void *arg, size_t argsize, int set) argument
87 return (ioctl(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd));
119 /* Just report nothing if the network identity isn't set yet. */
/freebsd-11-stable/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h63 /* subcommands for the set/get feature admin commands */
265 * completion_policy is set to completion_policy_head_on_demand or
315 * 5 : interrupt_mode_enabled - if set, cq operates
487 * subcommands for the set/get feature admin commands.
565 struct ena_admin_accel_mode_set set; member in union:ena_admin_accel_mode_req::__anon4
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_com.c662 cmd.u.llq.accel_mode.u.set.enabled_flags =
673 ena_trc_err(ena_dev, "Failed to set LLQ configurations: %d\n", ret);
801 ena_trc_err(ena_dev, "Cannot set LLQ configuration: %d\n", rc);
1081 ena_trc_err(ena_dev, "Memory address set failed\n");
1314 ena_trc_err(ena_dev, "Memory address set failed\n");
1460 ena_trc_err(ena_dev, "Memory address set failed\n");
1612 ena_trc_warn(ena_dev, "Trying to set unsupported aenq events. supported flag: 0x%x asked flag: 0x%x\n",
2072 * command isn't supported set driver hints to 0
2343 ena_trc_err(ena_dev, "Memory address set failed\n");
2393 ena_trc_err(ena_dev, "Failed to set mt
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_generic.c1193 /* set current frame offset */
1803 /* set power mode will wake up the explore thread */
1818 /* set new power mode */
1855 /* set power mode will wake up the explore thread */
1858 /* set new power mode */
1927 uint8_t set, uint16_t feature)
1949 if (set)
2274 * until the next set configuration event.
1926 ugen_do_port_feature(struct usb_fifo *f, uint8_t port_no, uint8_t set, uint16_t feature) argument
/freebsd-11-stable/usr.sbin/devctl/
H A Ddevctl.c46 #define DEVCTL_COMMAND(set, name, function) \
49 DATA_SET(DEVCTL_DATASET(set), function ## _devctl_command)
51 #define DEVCTL_TABLE(set, name) \
60 DEVCTL_COMMAND(set, name, devctl_ ## name ## _table_handler)
68 DEVCTL_TABLE(top, set);
80 " devctl set driver [-f] device driver",
237 fprintf(stderr, "usage: devctl set driver [-f] device driver\n");
262 err(1, "Failed to set %s driver to %s", av[0], av[1]);
265 DEVCTL_COMMAND(set, driver, set_driver);

Completed in 623 milliseconds

1234567891011>>