Home
last modified time | relevance | path

Searched refs:postfix (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/tools/tools/bus_autoconf/
H A Dbus_autoconf.c65 char *postfix; in main() local
86 postfix = strchr(module, '.'); in main()
87 if (postfix) in main()
88 *postfix = 0; in main()
/dragonfly/sbin/restore/
H A Dinteractive.c64 char postfix; /* postfix character */ member
588 fp->postfix = ' '; in mkentry()
592 fp->postfix = '@'; in mkentry()
597 fp->postfix = '='; in mkentry()
602 fp->postfix = '#'; in mkentry()
606 fp->postfix = '%'; in mkentry()
612 fp->postfix = '/'; in mkentry()
614 fp->postfix = ' '; in mkentry()
643 if (fp->postfix != ' ') in formatf()
673 putc(fp->postfix, stderr); in formatf()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgen-pass-instances.awk85 postfix = substr(line, postfix_starts_at);
115 new_line = new_line ")" postfix;
224 printf ")%s\n", postfix;
H A Dgimplify.c3029 bool postfix; in gimplify_self_mod_expr() local
3042 postfix = want_value; in gimplify_self_mod_expr()
3044 postfix = false; in gimplify_self_mod_expr()
3048 if (postfix) in gimplify_self_mod_expr()
3069 if (postfix) in gimplify_self_mod_expr()
3092 if (postfix) in gimplify_self_mod_expr()
/dragonfly/crypto/libressl/crypto/x509/
H A Dby_dir.c281 const char *postfix=""; in get_cert_by_subject() local
291 postfix=""; in get_cert_by_subject()
296 postfix="r"; in get_cert_by_subject()
339 ent->dir, h, postfix, k); in get_cert_by_subject()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c115 .postfix[0] = "",
116 .postfix[1] = ".1",
117 .postfix[2] = ".2",
/dragonfly/contrib/gdb-7/gdb/
H A Dcomplaints.c66 const char *postfix; member
209 complaints->explanation[series].postfix); in vcomplaint()
/dragonfly/libexec/dma/
H A DREADME.markdown11 or postfix(1). Consequently, dma does not listen on port 25 for
/dragonfly/sys/dev/drm/i915/
H A Di915_gem_request.c333 tail = request->postfix; in advance_ring()
478 request->ring->vaddr + request->postfix); in __i915_gem_request_submit()
960 request->postfix = intel_ring_offset(request, cs); in __i915_add_request()
H A Di915_gem_request.h168 u32 postfix; member
H A Dintel_ringbuffer.c637 request->ring->head = request->postfix; in reset_ring_common()
1596 if (bytes <= __intel_ring_space(target->postfix, in wait_for_space()
H A Dintel_lrc.c1583 ce->lrc_reg_state[CTX_RING_HEAD+1] = request->postfix; in reset_common_ring()
1585 request->ring->head = request->postfix; in reset_common_ring()
H A Dintel_engine_cs.c1682 rq->head, rq->postfix, rq->tail, in intel_engine_dump()
H A Di915_gem.c3273 if (request->postfix < head) { in skip_request()
3277 memset(vaddr + head, 0, request->postfix - head); in skip_request()
/dragonfly/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c749 const char *postfix[] = {"", ".kbd", "", ".kbd"}; in load_keymap() local
752 name = mkfullname(prefix[i], opt, postfix[i]); in load_keymap()
/dragonfly/sys/bus/u4b/
H A Dusb_dev.c2050 unit, pm->postfix[n] ? in usb_fifo_attach()
2051 pm->postfix[n] : "")) { in usb_fifo_attach()
2057 unit, subunit, pm->postfix[n] ? in usb_fifo_attach()
2058 pm->postfix[n] : "")) { in usb_fifo_attach()
H A Dusbdi.h464 const char *postfix[4]; member
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-P2P654 p2p_set ssid_postfix <postfix>
656 Set postfix string to be added to the automatically generated P2P SSID
657 (DIRECT-<two random characters>). For example, postfix of "-testing"
728 set p2p_ssid_postfix <P2P SSID postfix>
730 Set P2P SSID postfix.
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c1092 char *postfix; in wpas_dbus_setter_p2p_device_config() local
1097 postfix = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config()
1098 if (!postfix) in wpas_dbus_setter_p2p_device_config()
1102 wpa_s->conf->p2p_ssid_postfix = postfix; in wpas_dbus_setter_p2p_device_config()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmangle.c4307 const char *postfix = "E12__vtable_mapE"; in get_mangled_vtable_map_var_name() local
4321 strlen (postfix) + 1; in get_mangled_vtable_map_var_name()
4325 sprintf (var_name, "%s%s%s", prefix, IDENTIFIER_POINTER (class_id), postfix); in get_mangled_vtable_map_var_name()
/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p.h2033 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len);
H A Dp2p.c4758 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len) in p2p_set_ssid_postfix() argument
4760 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len)); in p2p_set_ssid_postfix()
4761 if (postfix == NULL) { in p2p_set_ssid_postfix()
4767 os_memcpy(p2p->cfg->ssid_postfix, postfix, len); in p2p_set_ssid_postfix()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimplify.c2225 bool postfix; in gimplify_self_mod_expr() local
2238 postfix = want_value; in gimplify_self_mod_expr()
2240 postfix = false; in gimplify_self_mod_expr()
2244 if (postfix) in gimplify_self_mod_expr()
2267 if (postfix) in gimplify_self_mod_expr()
2292 if (postfix) in gimplify_self_mod_expr()
/dragonfly/contrib/expat/
H A DChanges621 #316 CMake: Windows: Make binary postfix match MSVC
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh658 complete postfix 'n/*/(start stop reload abort flush check)/'

12