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

/freebsd-9.3-release/bin/pax/
H A Dpat_rep.h41 char *nstr; /* the new string we will substitute with */ member in struct:replace
H A Dpat_rep.c165 rep->nstr = pt1;
930 if ((res = resub(pt->rcmp,pt->nstr,outpt,endpt)) < 0) {
932 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt))
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsnprintf.c153 char nstr[64]; /* enough for <192 bit octal integers */ local
164 nstart = sizeof(nstr);
166 nstr[--nstart] = '\0';
169 nstr[--nstart] = rep[n % base];
200 if(prec <= nlen && nstr[nstart] != '0' && nstr[nstart] != '\0')
246 while(nstr[nstart] != '\0') {
247 (*state->append_char)(state, nstr[nstart++]);
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c2486 ApplyModifiers(char *nstr, const char *tstr, argument
2544 nstr = ApplyModifiers(nstr, rval,
2547 if (nstr == var_Error
2548 || (nstr == varNoError && errnum == 0)
2568 *tstr, nstr);
2642 Error(emsg, nstr);
2686 newStr = VarModify(ctxt, &parsestate, nstr, VarLoopExpand,
2699 char *dp = bmake_strdup(nstr);
2763 newStr = nstr;
3642 char *nstr; /* New string, used during expansion */ local
[all...]
/freebsd-9.3-release/bin/sh/
H A Dmknodes.c89 static int nstr; /* number of structures */ variable
145 for (sp = str ; sp < str + nstr ; sp++) {
149 if (sp >= str + nstr) {
153 nstr++;
234 for (sp = str ; sp < &str[nstr] ; sp++) {
243 for (sp = str ; sp < &str[nstr] ; sp++) {
305 for (sp = str ; sp < &str[nstr] ; sp++) {
/freebsd-9.3-release/lib/libprocstat/
H A Dcore.c360 u_int i, nstr; local
368 nstr = pss.ps_nargvstr;
371 nstr = pss.ps_nenvstr;
373 if (addr == 0 || nstr == 0)
375 if (nstr > ARG_MAX) {
379 size = nstr * sizeof(char *);
401 if (i == nstr)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dconfig_file.c548 int nstr = 0; local
561 char **tmp2 = realloc(strings, (nstr + 1) * sizeof(*strings));
565 strings[nstr] = strdup(s);
566 nstr++;
567 if(strings[nstr-1] == NULL)
573 if(nstr){
574 char **tmp = realloc(strings, (nstr + 1) * sizeof(*strings));
578 strings[nstr] = NULL;
582 while(nstr--)
583 free(strings[nstr]);
[all...]
/freebsd-9.3-release/games/fortune/fortune/
H A Dfortune.c1395 int nstr, foundenv; local
1406 for (nstr = 2, pch = path; *pch != '\0'; pch++) {
1408 nstr++;
1411 ppch = Fortune_path_arr = (char **)calloc(nstr, sizeof(char *));
1413 nstr = 0;
1417 nstr++;
1423 if (nstr == 0) {
/freebsd-9.3-release/usr.bin/gencat/
H A Dgencat.c226 char *nstr; local
228 if ((nstr = strdup(str)) == NULL)
230 return (nstr);
/freebsd-9.3-release/usr.bin/make/
H A Ddir.c1125 char *nstr; local
1132 nstr = str_concat(str, tstr, STR_ADDSPACE);
1135 str = nstr;

Completed in 87 milliseconds