Searched refs:nstr (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/bin/pax/
H A Dpat_rep.h40 char *nstr; /* the new string we will substitute with */ member in struct:replace
H A Dpat_rep.c139 rep->nstr = pt1;
889 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt))
/freebsd-current/usr.sbin/bhyve/
H A Dnet_utils.c105 char nstr[80]; local
107 snprintf(nstr, sizeof(nstr), "%d-%d-%s", pi->pi_slot,
111 MD5Update(&mdctx, nstr, (unsigned int)strlen(nstr));
H A Dpci_e82545.c2309 char nstr[80]; local
2325 snprintf(nstr, sizeof(nstr), "e82545-%d:%d tx", pi->pi_slot,
2327 pthread_set_name_np(sc->esc_tx_tid, nstr);
H A Dpci_nvme.c820 char nstr[80]; local
826 snprintf(nstr, sizeof(nstr), "nvme-aen-%d:%d", sc->nsc_pi->pi_slot,
828 pthread_set_name_np(sc->aen_tid, nstr);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dsnprintf.c147 char nstr[64]; /* enough for <192 bit octal integers */ local
158 nstart = sizeof(nstr);
160 nstr[--nstart] = '\0';
163 nstr[--nstart] = rep[n % base];
194 if(prec <= nlen && nstr[nstart] != '0' && nstr[nstart] != '\0')
240 while(nstr[nstart] != '\0') {
241 (*state->append_char)(state, nstr[nstart++]);
/freebsd-current/bin/sh/
H A Dmknodes.c77 static int nstr; /* number of structures */ variable
134 for (sp = str ; sp < str + nstr ; sp++) {
138 if (sp >= str + nstr) {
142 nstr++;
223 for (sp = str ; sp < &str[nstr] ; sp++) {
232 for (sp = str ; sp < &str[nstr] ; sp++) {
303 for (sp = str ; sp < &str[nstr] ; sp++) {
/freebsd-current/lib/libprocstat/
H A Dcore.c349 u_int i, nstr; local
357 nstr = pss.ps_nargvstr;
360 nstr = pss.ps_nenvstr;
362 if (addr == 0 || nstr == 0)
364 if (nstr > ARG_MAX) {
368 size = nstr * sizeof(char *);
390 if (i == nstr)
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dconfig_file.c928 int nstr = 0; local
941 char **tmp2 = realloc(strings, (nstr + 1) * sizeof(*strings));
945 strings[nstr] = strdup(s);
946 nstr++;
947 if(strings[nstr-1] == NULL)
953 if(nstr){
954 char **tmp = realloc(strings, (nstr + 1) * sizeof(*strings));
958 strings[nstr] = NULL;
962 while(nstr--)
963 free(strings[nstr]);
[all...]
/freebsd-current/usr.bin/fortune/fortune/
H A Dfortune.c1377 int nstr, foundenv; local
1388 for (nstr = 2, pch = path; *pch != '\0'; pch++) {
1390 nstr++;
1393 ppch = Fortune_path_arr = (char **)calloc(nstr, sizeof(char *));
1395 nstr = 0;
1399 nstr++;
1405 if (nstr == 0) {
/freebsd-current/usr.bin/gencat/
H A Dgencat.c226 char *nstr; local
228 if ((nstr = strdup(str)) == NULL)
230 return (nstr);
/freebsd-current/contrib/libucl/include/
H A Ducl++.h76 auto nstr = std::to_string (elt); local
78 out->append (nstr);
80 return nstr.size ();
86 auto nstr = std::to_string (elt); local
88 out->append (nstr);
90 return nstr.size ();
/freebsd-current/contrib/nvi/common/
H A Dmsg.c357 CONST char *nstr; local
363 INT2CHAR(sp, str, STRLEN(str) + 1, nstr, nlen);
364 msgq_str(sp, mtype, nstr, fmt);
/freebsd-current/contrib/nvi/ex/
H A Dex.c1208 char *nstr; local
1211 nstr, nlen);
1214 nstr, KEY_NAME(sp, *np));

Completed in 599 milliseconds