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

  /src/external/mpl/bind/dist/tests/isc/
file_test.c 48 touch(const char *filename) { function
71 touch(F(TRUNC_SHA));
76 touch(F(SHA));
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dirent-test.c 105 int touch(const char * filename) function
130 if (touch(dir_entries[i]))
  /src/external/bsd/atf/dist/tools/
misc_helpers.cpp 56 touch(const std::string& path) function
217 touch(get_config_var("statedir") + "/to-delete");
218 touch(get_config_var("statedir") + "/to-stay");
325 touch(get_config_var("statedir") + "/finished");
346 touch(get_config_var("statedir") + "/child-finished");
352 touch(get_config_var("statedir") + "/parent-finished");
366 touch("test-file");
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
timer.h 127 isc_result_t (*touch)(isc_timer_t *timer); member in struct:__anon7424
  /src/external/gpl2/gmake/dist/tests/
test_driver.pl 874 #sub touch
884 # || &error ("Couldn't touch $file: $!\n", 1);
897 sub touch subroutine
903 || &error("Couldn't touch $file: $!\n", 1);
907 # Touch with a time offset. To DTRT, call touch() then use stat() to get the
915 &touch(@_);
  /src/usr.sbin/lpr/lpc/
cmds.c 80 static int touch(struct queue *);
922 touch(struct queue *q) function
978 if (touch(*qq) == 0) {
1000 if (touch(*qq) == 0) {
  /src/external/bsd/atf/dist/test-programs/
c_helpers.c 63 touch(const char *path) function
84 touch(atf_tc_get_config_var(tc, "tmpfile"));
100 touch(atf_tc_get_config_var(tc, "tmpfile"));
117 touch(atf_tc_get_config_var(tc, "tmpfile"));
167 touch(atf_tc_get_config_var(tc, "tmpfile"));
172 touch(nofile);
  /src/usr.bin/mail/
support.c 135 * Touch the named message by setting its MTOUCH flag.
140 touch(struct message *mp) function
390 * Touch the indicated file.
  /src/crypto/external/bsd/openssh/dist/
sk-usbhid.c 239 sk_touch_poll(struct sk_usbhid **skv, size_t nsk, int *touch, size_t *idx)
253 if ((r = fido_dev_get_touch_status(skv[i]->dev, touch,
263 } else if (*touch) {
268 *touch = 0;
399 int touch, ms_remain; local
420 if (sk_touch_poll(skv, skvcnt, &touch, &idx) == -1) {
424 if (touch) {
468 skdebug(__func__, "selecting sk by touch");
  /src/sys/dev/bluetooth/
btmagic.c 73 * touch reports. We match against the vendor-id and product-id and provide
77 * This driver interprets the touch reports only as far as emulating a
82 * Credit for decoding the proprietary touch reports goes to Michael Poole
154 int sc_firm; /* firm touch threshold */
183 #define BTMAGIC_ENABLED __BIT(1) /* touch reports enabled */
790 * Enable touch reports by sending the following report
802 printf("%s: cannot enable touch reports\n",
1118 case MOUSE_REPORT_ID: /* Magic touch (input) */
1184 * Even when the magic touch reports are enabled, the basic report is
1232 * the Magic touch report (0x29), according to the Linux drive
1285 } touch = { variable in typeref:struct:__anon2527
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
ar.c 638 bool touch = false;
656 touch = true;
687 if (! touch)
636 bool touch = false; local
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 654 bool touch = false;
672 touch = true;
706 if (! touch)
651 bool touch = false; local
  /src/sys/kern/
kern_event.c 440 * It may not be safe for us to touch the knote again after
492 * N.B. it is NOT safe for us to touch the knote again
528 * It is safe for us to touch the knote again after
624 * XXX where "touch" will be used in kqueue_scan(). We just
2282 int timeout, error, touch, rv, influx; local
2446 touch = (!(kn->kn_fop->f_flags & FILTEROP_ISFD) &&
2450 if (touch) {
2476 * 'touch'ed.
2478 if (touch == 0) {
  /src/usr.bin/make/
make.h 762 * -t: touch the targets if they are out-of-date, but don't actually
765 bool touch; member in struct:CmdOpts
  /src/external/zlib/pigz/dist/
pigz.c 3269 local void touch(char *path, time_t t) function
3604 touch(g.outf, g.stamp);
  /src/external/mit/xorg/lib/libxcb/files/
xinput.h 2861 } touch; member in struct:xcb_input_device_class_data_t

Completed in 37 milliseconds