Searched defs:len (Results 101 - 125 of 3274) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioStream_inline.h55 Double len) // new length, in secs
57 length = len;
63 Double len) // new length, in secs
67 length = len;
54 setlength( Double len) argument
62 SetLength( Double len) argument
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgetline.c25 int s, len; local
28 for (p = str, s = size; ; p += (len - 1), s -= (len - 1)) {
35 len = strlen(p);
36 if (p[len - 1] != '\n') {
37 p[len] = '\0';
41 p[len - 1] = '\0';
42 if (len < 2 || p[len - 2] != '\\')
49 p[len
[all...]
/illumos-gate/usr/src/cmd/lms/
H A DProtocolCompat.cpp48 void Protocol::_LmeReceiveCompat(char *buffer, unsigned int len, int *status) argument
52 PRINT("[Compat]HECI receive %d bytes (msg type 0x%02x)\n", len, buffer[0]);
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dremovef.c52 int len; local
67 len = strlen(buf);
68 if (buf[len - 1] == '\n')
69 buf[len - 1] = '\0';
/illumos-gate/usr/src/cmd/tail/
H A Dmisc.c60 * Print `len' bytes from the file associated with `mip', starting at
64 mapprint(struct mapinfo *mip, off_t startoff, off_t len) argument
68 while (len > 0) {
75 if (n > len)
76 n = len;
79 len -= n;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_princ.c63 unsigned int len = krb5_princ_component(context, inprinc, i)->length; local
64 krb5_princ_component(context, tempprinc, i)->length = len;
70 if (len &&
72 MALLOC(len + 1)) == 0)) {
80 if (len)
82 krb5_princ_component(context, inprinc, i)->data, len);
/illumos-gate/usr/src/uts/common/fs/
H A Dpkp_hash.c56 pkp_tab_hash(char *str, int len) argument
62 hash = MOD2((key + len), PKP_HASH_SIZE);
64 for (i = 0; i < len; i++) {
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dget_myaddress.c56 int len, numifs; local
95 for (len = ifc.ifc_len; len > 0; len -= sizeof (ifreq), ifr++) {
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hca_util.c108 unsigned int len; local
112 len = dapl_os_strlen(hca_ptr->name);
113 /* pacify lint dapl_os_free macro doesn't use len */
114 len = len;
115 dapl_os_free(hca_ptr->name, len + 1);
/illumos-gate/usr/src/psm/stand/lib/names/sparc/common/
H A Duname-m.c52 int len; local
56 len = strlen(dir);
58 if (strncmp(path, dir, len) != 0)
60 path += len;
/illumos-gate/usr/src/test/zfs-tests/cmd/chg_usr_exec/
H A Dchg_usr_exec.c43 int i, len; local
51 len = 0;
53 (void) snprintf(cmds+len, sizeof (cmds)-len,
55 len += strlen(argv[i]) + strlen(sep);
/illumos-gate/usr/src/uts/common/io/rtw/
H A Dsmc93cx6.c69 unsigned char len; member in struct:seeprom_cmd
119 for (i = 0; i < seeprom_read.len; i++) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.h38 int len; member in struct:data
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbbcio.h44 uint32_t len; /* provided by SSC application SW */ member in struct:ssc_sbbc_regio
/illumos-gate/usr/src/cmd/lp/cmd/lptest/
H A Dlptest.c26 int len, count; local
32 len = atoi(argv[1]);
34 len = 79;
44 for (j = 0; j < len; j++) {
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dmakepath.c67 register int len; local
78 for (len = strlen(s) + 1; (component = va_arg(ap, char *)); )
79 len += strlen(component) + 1;
83 if (!len) {
88 if (!(ret = Malloc(len))) {
H A Dmakestr.c64 register int len; local
75 for (len = strlen(s); (component = va_arg(ap, char *)); )
76 len += strlen(component);
80 if (!len) {
85 if (!(ret = Malloc(len + 1))) {
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dgetrequest.c45 short len; member in struct:__anon820
120 && reqheadings[fld].len
124 reqheadings[fld].len
127 p = buf + reqheadings[fld].len;
H A Dputrequest.c45 short len; member in struct:__anon821
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcopy.c47 ovbcopy(const void *src, void *dst, size_t len) argument
49 (void) memmove(dst, src, len);
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dswab.c42 swab(const void * __restrict from, void * __restrict to, ssize_t len) argument
48 if (len <= 0)
50 n = len >> 1;
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot0spi/
H A Dmain.c39 int len, i, j, off, sec; local
45 while ((len = xmodem_rx(addr)) == -1)
47 printf("Writing %u bytes at %u\n", len, OFFSET);
48 for (i = 0; i < len; i+= FLASH_PAGE_SIZE) {
/illumos-gate/usr/src/boot/sys/boot/arm64/libarm64/
H A Dcache.c61 cpu_flush_dcache(const void *ptr, size_t len) argument
70 end = (vm_offset_t)ptr + (vm_offset_t)len;
82 cpu_inval_icache(const void *ptr, size_t len) argument
85 /* NULL ptr or 0 len means all */
86 if (ptr == NULL || len == 0) {
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/
H A Dexample.c55 /* The "/historylen" command will change the history len. */
56 int len = atoi(line+11); local
57 linenoiseHistorySetMaxLen(len);
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbiossmap.c46 int smapnum, len; local
72 len = smapnum * sizeof(struct bios_smap);
73 file_addmetadata(kfp, MODINFOMD_SMAP, len, &smap[0]);

Completed in 150 milliseconds

1234567891011>>