HomeSort by: relevance | last modified time | path
    Searched defs:ifs (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/mit/libuv/dist/test/
test-tcp-connect6-error.c 79 uv_interface_address_t* ifs; local
99 ASSERT_OK(uv_interface_addresses(&ifs, &n));
100 for (p = ifs; p < &ifs[n]; p++)
104 ok = (p < &ifs[n]);
105 uv_free_interface_addresses(ifs, n);
  /src/lib/libc/gen/
wordexp.c 103 const char *ifs; /* IFS env. var. */ local
110 if ((ifs = getenv("IFS")) == NULL)
111 ifs = " \t\n";
112 if (asprintf(&cmd, "wordexp%c%s\n", *ifs, words) < 0)
  /src/lib/libedit/
tokenizer.c 63 #define IFS STR("\t \n")
86 Char *ifs; /* In field separator */ local
121 FUN(tok,init)(const Char *ifs)
127 tok->ifs = tok_strdup(ifs ? ifs : IFS);
128 if (tok->ifs == NULL) {
136 tok_free(tok->ifs);
144 tok_free(tok->ifs);
    [all...]
  /src/external/bsd/ipf/dist/tools/
ipfs.c 102 int changestateif(ifs, fname)
103 char *ifs, *fname;
110 s = strchr(ifs, ',');
115 olen = strlen(ifs);
128 if (!strncmp(ips.ips_is.is_ifname[0], ifs, olen + 1)) {
132 if (!strncmp(ips.ips_is.is_ifname[1], ifs, olen + 1)) {
136 if (!strncmp(ips.ips_is.is_ifname[2], ifs, olen + 1)) {
140 if (!strncmp(ips.ips_is.is_ifname[3], ifs, olen + 1)) {
165 int changenatif(ifs, fname)
166 char *ifs, *fname
224 char *dirname = NULL, *filename = NULL, *ifs = NULL; local
    [all...]
  /src/bin/sh/
miscbltin.c 82 * Note that if IFS=' :' then read x y should work so that:
207 const char *ifs; local
291 if ((ifs = bltinlookup("IFS", 1)) == NULL)
292 ifs = " \t\n";
327 if (strchr(ifs, c))
334 /* Ignore leading IFS whitespace */
340 /* Only one non-whitespace IFS per word */
366 /* Last variable needs all IFS chars */
372 if (equal(*ap, "IFS")) {
    [all...]
expand.c 83 * for IFS characters.
96 struct ifsregion ifsfirst; /* first struct in list of ifs regions */
255 const char *ifs = NULL; local
259 ifs = ifsval();
378 if (flag & ifs_split && strchr(ifs, c) != NULL) {
1021 * Mark so that we don't apply IFS if we recurse through
1336 * string for IFS characters.
1367 * Break the argument string into pieces based upon IFS and add the
1369 * searched for IFS characters have been stored by recordregion.
1379 const char *ifs; local
    [all...]
  /src/external/bsd/dhcpcd/dist/src/
if.c 248 if_markaddrsstale(struct if_head *ifs)
252 TAILQ_FOREACH(ifp, ifs, next) {
263 if_learnaddrs(struct dhcpcd_ctx *ctx, struct if_head *ifs,
279 if ((ifp = if_find(ifs, ifa->ifa_name)) == NULL)
309 ipv4_handleifa(ctx, RTM_NEWADDR, ifs, ifa->ifa_name,
342 ipv6_handleifa(ctx, RTM_NEWADDR, ifs,
371 if_deletestaleaddrs(struct if_head *ifs)
375 TAILQ_FOREACH(ifp, ifs, next) {
448 struct if_head *ifs; local
464 if ((ifs = malloc(sizeof(*ifs))) == NULL)
    [all...]
dhcpcd.c 1060 struct if_head *ifs; local
1080 ifs = if_discover(ctx, &ifaddrs, -1, UNCONST(argv));
1081 if (ifs == NULL) {
1086 ifp = if_find(ifs, ifname);
1108 TAILQ_REMOVE(ifs, ifp, next);
1119 if_learnaddrs(ctx, ifs, &ifaddrs);
1126 while ((ifp = TAILQ_FIRST(ifs))) {
1127 TAILQ_REMOVE(ifs, ifp, next);
1130 free(ifs);
  /src/bin/ksh/
edit.c 1028 const char *ifs = str_val(local("IFS", 0)); local
1032 if (strchr("\\$(){}[]?*&;#|<>\"'`", s[add]) || strchr(ifs, s[add])) {
  /src/sbin/routed/
if.c 696 struct interface ifs, ifs0, *ifp, *ifp1; local
793 memcpy(&ifs, &ifs0, sizeof(ifs));
797 if (iff_up(ifs.int_if_flags)) {
800 ifs.int_name);
806 if (iff_up(ifs.int_if_flags)) {
809 ifs.int_name);
815 ifs.int_addr = S_ADDR(INFO_IFA(&info));
817 if (ntohl(ifs.int_addr)>>24 == 0
818 || ntohl(ifs.int_addr)>>24 == 0xff)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 1604 static const char *ifs[] = { local
1617 fputs (ifs[i], dumpfile);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 1868 static const char *ifs[] = { local
1881 fputs (ifs[i], dumpfile);
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc_ops.c 3072 struct info_if_stats *ifs,
3094 SET_ADDR(saddr, ntohl(ifs->v6_flag),
3095 ifs->unaddr.addr.s_addr, ifs->unaddr.addr6);
3097 ntohl(ifs->ifnum),
3098 actions[(ifs->action >= 1 && ifs->action < 4) ? ifs->action : 0],
3100 ifs->ignore_packets ? 'D' : 'E',
3101 ifs->name
3135 struct info_if_stats *ifs; local
3153 struct info_if_stats *ifs; local
    [all...]
  /src/sys/net/
if_bridge.c 730 struct ifnet *ifs = bif->bif_ifp; local
734 ifs->_if_input = ether_input;
735 ifs->if_bridge = NULL;
736 ifs->if_bridgeif = NULL;
741 if_linkstate_change_disestablish(ifs,
743 ether_ifdetachhook_disestablish(ifs,
748 switch (ifs->if_type) {
755 (void) ifpromisc(ifs, 0);
756 IFNET_LOCK(ifs);
757 (void) ether_disable_vlan_mtu(ifs);
784 struct ifnet *ifs = NULL; local
809 struct ifnet *ifs; local
831 struct ifnet *ifs; local
938 struct ifnet *ifs; local
1422 struct ifnet *ifs; local
2303 struct ifnet *ifs = NULL; local
    [all...]
  /src/external/bsd/nsd/dist/
nsd.h 289 size_t ifs; member in struct:nsd
293 /* TCP specific configuration (array size ifs) */
296 /* UDP specific configuration (array size ifs) */
server.c 1443 for(i = 0; i < nsd->ifs; i++) {
1452 size_t ifs = nsd->ifs * nsd->reuseport; local
1460 nsd->udp = xrealloc(nsd->udp, ifs * sizeof(*nsd->udp));
1461 nsd->tcp = xrealloc(nsd->tcp, ifs * sizeof(*nsd->tcp));
1464 if(ifs > nsd->ifs) {
1465 memset(&nsd->udp[nsd->ifs], 0,
1466 (ifs-nsd->ifs)*sizeof(*nsd->udp))
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 2785 struct info_if_stats *ifs = *ifsp; local
2788 if (NULL == ifs)
2791 ZERO(*ifs);
2796 ifs->v6_flag = 1;
2797 ifs->unaddr.addr6 = SOCK_ADDR6(&ep->sin);
2798 ifs->unbcast.addr6 = SOCK_ADDR6(&ep->bcast);
2799 ifs->unmask.addr6 = SOCK_ADDR6(&ep->mask);
2801 ifs->v6_flag = 0;
2802 ifs->unaddr.addr = SOCK_ADDR4(&ep->sin);
2803 ifs->unbcast.addr = SOCK_ADDR4(&ep->bcast)
2837 struct info_if_stats *ifs; local
2856 struct info_if_stats *ifs; local
    [all...]
ntp_io.c 2164 char * ifs; local
2166 LIB_GETBUF(ifs);
2167 ifs[0] = '\0';
2171 append_flagstr(ifs, sz, "up");
2176 append_flagstr(ifs, sz, "ppp");
2181 append_flagstr(ifs, sz, "loopback");
2186 append_flagstr(ifs, sz, "broadcast");
2191 append_flagstr(ifs, sz, "multicast");
2196 append_flagstr(ifs, sz, "bcastopen");
2201 append_flagstr(ifs, sz, "mcastopen")
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.c 472 struct wpa_supplicant *ifs; local
476 dl_list_for_each(ifs, &wpa_s->radio->ifaces,
478 bss = wpa_bss_get(ifs, bssid, ssid->ssid,
events.c 2815 struct wpa_supplicant *ifs; local
2842 dl_list_for_each(ifs, &wpa_s->radio->ifaces, struct wpa_supplicant,
2844 if (ifs != wpa_s) {
2846 "sibling", ifs->ifname);
2847 res = _wpa_supplicant_event_scan_results(ifs, data, 0,
5224 struct wpa_supplicant *ifs; local
5233 for (ifs = wpa_s; ifs->parent && ifs != ifs->parent; ifs = ifs->parent
    [all...]
  /src/external/gpl2/gmake/dist/
job.c 2206 IFS is the value of $IFS, or nil (meaning the default). */
2210 char *ifs, char **batch_filename_ptr)
2403 if (ifs != 0)
2404 for (ap = ifs; *ap != '\0'; ++ap)
2933 variable expansion for $(SHELL) and $(IFS). */
2939 char *shell, *ifs;
2984 /* Turn off --warn-undefined-variables while we expand SHELL and IFS. */
3044 ifs = allocated_variable_expand_for_file ("$(IFS)", file)
2929 char *shell, *ifs; local
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 2099 struct if_stack *ifs = buffer->if_stack; local
2101 if (ifs == NULL)
2105 if (ifs->type == T_ELSE)
2108 cpp_error_with_line (pfile, CPP_DL_ERROR, ifs->line, 0,
2111 ifs->type = T_ELSE;
2114 pfile->state.skipping = ifs->skip_elses;
2115 ifs->skip_elses = true;
2118 ifs->mi_cmacro = 0;
2121 if (!ifs->was_skipping && CPP_OPTION (pfile, warn_endif_labels))
2132 struct if_stack *ifs = buffer->if_stack local
2239 struct if_stack *ifs = buffer->if_stack; local
2270 struct if_stack *ifs; local
2774 struct if_stack *ifs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
directives.cc 2073 struct if_stack *ifs = buffer->if_stack; local
2075 if (ifs == NULL)
2079 if (ifs->type == T_ELSE)
2082 cpp_error_with_line (pfile, CPP_DL_ERROR, ifs->line, 0,
2085 ifs->type = T_ELSE;
2088 pfile->state.skipping = ifs->skip_elses;
2089 ifs->skip_elses = true;
2092 ifs->mi_cmacro = 0;
2095 if (!ifs->was_skipping && CPP_OPTION (pfile, warn_endif_labels))
2106 struct if_stack *ifs = buffer->if_stack local
2213 struct if_stack *ifs = buffer->if_stack; local
2244 struct if_stack *ifs; local
2748 struct if_stack *ifs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 700 /* Dump all parameter descriptors in IFS, assuming it describes FNDECL, to
745 /* Dump all parameter descriptors in IFS, assuming it describes FNDECL, to
750 isra_func_summary *ifs)
753 if (!ifs->m_parameters)
760 i < ifs->m_parameters->length ();
766 dump_isra_param_descriptor (f, &(*ifs->m_parameters)[i]);
2066 /* Look at all calls going out of NODE, described also by IFS and perform all
2264 those in function summary. NODE, FUN and IFS are all various structures
2269 isra_func_summary *ifs,
2424 vec_safe_reserve_exact (ifs->m_parameters, param_count)
2484 isra_func_summary *ifs = func_sums->get (node); local
2563 isra_func_summary *ifs = func_sums->get (node); local
2683 isra_func_summary *ifs = func_sums->get_create (node); local
2804 isra_func_summary *ifs = func_sums->get (node); local
2965 isra_func_summary *ifs = func_sums->get (node); local
3695 isra_func_summary *ifs = func_sums->get (node); local
3877 isra_func_summary *ifs = func_sums->get (v); local
3906 isra_func_summary *ifs = func_sums->get (v); local
3921 isra_func_summary *ifs = func_sums->get (v); local
3950 isra_func_summary *ifs = func_sums->get (v); local
3967 isra_func_summary *ifs = func_sums->get (node); local
4081 isra_func_summary *ifs = func_sums->get_create (node); local
    [all...]
  /src/external/bsd/unbound/dist/util/
config_file.h 245 char **ifs; member in struct:config_file

Completed in 74 milliseconds

1 2