Home
last modified time | relevance | path

Searched refs:loclen (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwdresolve.c64 size_t loclen; in _wdinitialize() local
74 loclen = strlen(loc); in _wdinitialize()
75 if (_DFLTLOCPATH_LEN + loclen + _WDMODPATH_LEN >= sizeof (wdmodpath)) { in _wdinitialize()
83 (void) strcpy(wdmodpath + _DFLTLOCPATH_LEN + loclen, _WDMOD_PATH); in _wdinitialize()
H A Dgettext_util.c90 uint32_t cblen, loclen, catlen, totallen; in mk_msgfile() local
115 loclen = strlen(mp->locale); in mk_msgfile()
123 totallen = cblen + loclen + 1 + catlen + 1 + in mk_msgfile()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dmyrcmd.c67 uint_t loclen, remlen, cmdlen; in myrcmd() local
219 loclen = strlen(locuser) + 1; in myrcmd()
223 if (((retval = write(s, locuser, loclen)) != loclen) || in myrcmd()
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c215 uint_t loclen; in treescan() local
236 loclen = complexcpy(locname, pname, MAXCOMPLEXLEN); in treescan()
237 locname[loclen-1] = '/'; in treescan()
258 locname[loclen] = '\0'; in treescan()
259 if ((loclen + dp->d_namlen) >= (sizeof (locname) - 2)) { in treescan()
266 (void) strcpy(locname + loclen, dp->d_name); in treescan()
268 locname[loclen+dp->d_namlen+1] = '\0'; in treescan()
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c421 int loclen, *type; in topo_usb_gather_acpi_port() local
447 if ((loclen = di_prop_lookup_bytes(DDI_DEV_T_ANY, portinfo, in topo_usb_gather_acpi_port()
449 usbtopo_decode_pld(loc, loclen, &pld)) { in topo_usb_gather_acpi_port()