Searched refs:us (Results 1 - 25 of 121) sorted by last modified time

12345

/freebsd-11-stable/lib/libfetch/
H A Dftp.c399 ftp_stat(conn_t *conn, const char *file, struct url_stat *us) argument
408 us->size = -1;
409 us->atime = us->mtime = 0;
425 for (us->size = 0; *ln && isdigit((unsigned char)*ln); ln++)
426 us->size = us->size * 10 + *ln - '0';
429 us->size = -1;
432 if (us->size == 0)
433 us
1101 ftp_request(struct url *url, const char *op, struct url_stat *us, struct url *purl, const char *flags) argument
1159 fetchXGetFTP(struct url *url, struct url_stat *us, const char *flags) argument
1187 fetchStatFTP(struct url *url, struct url_stat *us, const char *flags) argument
[all...]
H A Dfetch.c75 fetchXGet(struct url *URL, struct url_stat *us, const char *flags) argument
78 if (us != NULL) {
79 us->size = -1;
80 us->atime = us->mtime = 0;
83 return (fetchXGetFile(URL, us, flags));
85 return (fetchXGetFTP(URL, us, flags));
87 return (fetchXGetHTTP(URL, us, flags));
89 return (fetchXGetHTTP(URL, us, flags));
129 fetchStat(struct url *URL, struct url_stat *us, cons argument
172 fetchXGetURL(const char *URL, struct url_stat *us, const char *flags) argument
217 fetchStatURL(const char *URL, struct url_stat *us, const char *flags) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure2734 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2893 can help us improve future automake versions.
3322 # It will help us diagnose broken compilers, and finding out an intuition
10629 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11557 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
15648 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c190 static void UDELAY(u_int32_t us) { DELAY(us); } argument
3037 ** It is the upper layer do abort command this lock just prior to calling us.
3040 ** at all, and the system wanted us to just abort the
/freebsd-11-stable/sys/kern/
H A Dkern_event.c595 #define US_TO_SBT(us) (((us) * (((uint64_t)1 << 63) / 500000)) >> 32)
942 /* An extra reference on `fp' has been held for us by falloc(). */
1867 * us above the proc and pgrp locks.
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c4173 struct ib_usrq_object *us; local
4196 us = container_of(obj, struct ib_usrq_object, uevent);
4197 atomic_dec(&us->uxrcd->refcnt);
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dmirrorselect46 ftp://ftp4.us.freebsd.org "IPv6 USA"\
129 ftp://ftp1.us.freebsd.org "USA #1"\
130 ftp://ftp2.us.freebsd.org "USA #2"\
131 ftp://ftp3.us.freebsd.org "USA #3"\
132 ftp://ftp4.us.freebsd.org "USA #4"\
133 ftp://ftp5.us.freebsd.org "USA #5"\
134 ftp://ftp6.us.freebsd.org "USA #6"\
135 ftp://ftp8.us.freebsd.org "USA #8"\
136 ftp://ftp10.us.freebsd.org "USA #10"\
137 ftp://ftp11.us
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl25 # 250 Kimmo Suominen <"|/usr/local/mh/lib/slocal -user kim"@grendel.tac.nyc.ny.us>
302 # it would have expanded things for us
414 local($us,@so,$nh,@remaining_users);
471 local($us,$fallhost,$oldhost,$ft,$i);
485 $us = "$user *** $host";
486 if (defined $fellback{$us}) {
492 $fallhost = $fellback{$us};
493 print "Already $method fell back from $us -> \n" if $debug;
494 $us = "$user *** $fallhost";
496 } elsif (($method eq 'mx') && (defined $mxbacktrace{$us})
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dfile.h181 unsigned char us[MAXstring]; member in union:VALUETYPE
H A Dapprentice.c1134 if (file_looks_utf8(m->value.us, CAST(size_t, m->vallen), NULL,
2487 #ifdef STRICT_FORMAT /* "long" formats are int formats for us */
/freebsd-11-stable/contrib/file/
H A Dconfigure2960 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3119 can help us improve future automake versions.
3809 # It will help us diagnose broken compilers, and finding out an intuition
10695 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11622 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
16985 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure3327 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3486 can help us improve future automake versions.
3855 # It will help us diagnose broken compilers, and finding out an intuition
15593 ntp_warning='Which leaves us with nothing to use!'
20560 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
21487 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
28382 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.c1488 u_short us; local
1490 memcpy(&us, bp, sizeof(us));
1491 return (short)ntohs(us);
/freebsd-11-stable/contrib/ntp/
H A Dconfigure3554 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3713 can help us improve future automake versions.
4088 # It will help us diagnose broken compilers, and finding out an intuition
12255 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
13182 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
24919 ntp_warning='Which leaves us with nothing to use!'
25015 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
35522 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql611 /* Order NOTIFY descending to make us show clears (27) before adds (26) */
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_block.c1815 off_t ps, pss, po, pos, us, uss, uo, uos; local
1860 us = ps = vattr.va_blocksize;
1879 ctl_expand_number(value, &us);
1883 uss = us / cbe_lun->blocksize;
1885 if ((uss > 0) && (uss * cbe_lun->blocksize == us) && (uss >= uos) &&
1915 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; local
2026 us = ps;
2045 ctl_expand_number(value, &us);
2049 uss = us / cbe_lun->blocksize;
2051 if ((uss > 0) && (uss * cbe_lun->blocksize == us)
[all...]
/freebsd-11-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh21 us=$(alloc_ggate_dev)
34 atf_check ggatec create -p $PORT -u $us 127.0.0.1 /dev/$work
36 ggate_dev=/dev/ggate${us}
64 us=$(alloc_ggate_dev)
70 atf_check ggatel create -u $us work
72 ggate_dev=/dev/ggate${us}
100 us=$(alloc_ggate_dev)
109 atf_check ggatel create -u $us /dev/$work
111 ggate_dev=/dev/ggate${us}
135 local us
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc783 // Newer versions of MacOSX have a flag that will allow us to read from
865 // The DTTOIF macro lets us reuse our status -> type conversion.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc396 // http://msdn.microsoft.com/en-us/library/8hyw4sy7(v=vs.71).aspx
674 /// https://msdn.microsoft.com/en-us/library/windows/desktop/bb787181(v=vs.85).aspx
740 // https://msdn.microsoft.com/en-us/library/windows/desktop/bb787181%28v=vs.85%29.aspx
H A DPath.inc272 // cost us additional system calls, which can be slow in a directory
276 // FILE_FLAG_BACKUP_SEMANTICS (which allows us to open directories), and
479 // Another process might have raced with us and moved the existing file
496 // Again, another process might have raced with us and moved the file
526 // process might have raced with us to create and open the destination
625 // http://msdn.microsoft.com/en-us/library/aa365247%28v=vs.85%29.aspx
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3608 // version of a versioned symbol. For realpath(), this gives us something
5486 // and anyway COMMON_INTERCEPTOR_READ_RANGE protects us to some extent.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc85 // Shift the significands to give us round, guard and sticky, and set the
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c11 * the slowest numerical operations in any CPU. What saves us here from
269 /* The C standard tells us the format of '__DATE__':
843 uint32_t us, um, uh, ud, sf32; local
847 us = (uint32_t)ts;
848 um = (sf32 ^ us) / SECSPERMIN;
858 split[2] = (int32_t)(us - um * SECSPERMIN);
916 * multiplicative inverse of 146097 (mod 2^32) gives us the full
1757 * us to write the calulation in the form
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c1110 int bm_active, cx_next_idx, i, us; local
1130 us = sc->cpu_prev_sleep;
1131 if (sbt >= 0 && us > (sbt >> 12))
1132 us = (sbt >> 12);
1141 if (sc->cpu_cx_states[i].trans_lat * 3 <= us) {
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c605 uint16_t us; local
684 us = EXTRACT_16BITS(bp);
686 cp = tok2str(xtag2str, "?xT%u", us);
759 while (len >= sizeof(us)) {
762 us = EXTRACT_16BITS(bp);
763 ND_PRINT((ndo, "%u", us));
764 bp += sizeof(us);
765 len -= sizeof(us);

Completed in 484 milliseconds

12345