| /trueos/contrib/bmake/ |
| HD | var.c | 2469 ApplyModifiers(char *nstr, const char *tstr, in ApplyModifiers() argument 2527 nstr = ApplyModifiers(nstr, rval, in ApplyModifiers() 2530 if (nstr == var_Error in ApplyModifiers() 2531 || (nstr == varNoError && errnum == 0) in ApplyModifiers() 2551 *tstr, nstr); in ApplyModifiers() 2625 Error(emsg, nstr); in ApplyModifiers() 2669 newStr = VarModify(ctxt, &parsestate, nstr, VarLoopExpand, in ApplyModifiers() 2730 newStr = nstr; in ApplyModifiers() 2782 Error(emsg, nstr); in ApplyModifiers() 2843 av = brk_string(nstr, &ac, FALSE, &as); in ApplyModifiers() [all …]
|
| HD | ChangeLog | 1325 correctness fixes, must pass nstr to VarModify.
|
| /trueos/bin/sh/ |
| HD | mknodes.c | 89 static int nstr; /* number of structures */ variable 145 for (sp = str ; sp < str + nstr ; sp++) { in parsenode() 149 if (sp >= str + nstr) { in parsenode() 153 nstr++; in parsenode() 234 for (sp = str ; sp < &str[nstr] ; sp++) { in output() 243 for (sp = str ; sp < &str[nstr] ; sp++) { in output() 305 for (sp = str ; sp < &str[nstr] ; sp++) { in outfunc()
|
| /trueos/lib/libprocstat/ |
| HD | core.c | 360 u_int i, nstr; in get_args() local 368 nstr = pss.ps_nargvstr; in get_args() 371 nstr = pss.ps_nenvstr; in get_args() 373 if (addr == 0 || nstr == 0) in get_args() 375 if (nstr > ARG_MAX) { in get_args() 379 size = nstr * sizeof(char *); in get_args() 401 if (i == nstr) in get_args()
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | snprintf.c | 147 char nstr[64]; /* enough for <192 bit octal integers */ in append_number() local 158 nstart = sizeof(nstr); in append_number() 160 nstr[--nstart] = '\0'; in append_number() 163 nstr[--nstart] = rep[n % base]; in append_number() 194 if(prec <= nlen && nstr[nstart] != '0' && nstr[nstart] != '\0') in append_number() 240 while(nstr[nstart] != '\0') { in append_number() 241 (*state->append_char)(state, nstr[nstart++]); in append_number()
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | config_file.c | 928 int nstr = 0; in krb5_config_vget_strings() local 941 char **tmp2 = realloc(strings, (nstr + 1) * sizeof(*strings)); in krb5_config_vget_strings() 945 strings[nstr] = strdup(s); in krb5_config_vget_strings() 946 nstr++; in krb5_config_vget_strings() 947 if(strings[nstr-1] == NULL) in krb5_config_vget_strings() 953 if(nstr){ in krb5_config_vget_strings() 954 char **tmp = realloc(strings, (nstr + 1) * sizeof(*strings)); in krb5_config_vget_strings() 958 strings[nstr] = NULL; in krb5_config_vget_strings() 962 while(nstr--) in krb5_config_vget_strings() 963 free(strings[nstr]); in krb5_config_vget_strings()
|
| /trueos/usr.sbin/bhyve/ |
| HD | pci_virtio_net.c | 541 char nstr[80]; in pci_vtnet_init() local 623 snprintf(nstr, sizeof(nstr), "%d-%d-%s", pi->pi_slot, in pci_vtnet_init() 627 MD5Update(&mdctx, nstr, strlen(nstr)); in pci_vtnet_init()
|
| /trueos/bin/pax/ |
| HD | pat_rep.h | 41 char *nstr; /* the new string we will substitute with */ member
|
| HD | pat_rep.c | 163 rep->nstr = pt1; 928 if ((res = resub(pt->rcmp,pt->nstr,outpt,endpt)) < 0) { 930 if ((res = resub(&(pt->rcmp),pm,inpt,pt->nstr,outpt,endpt))
|
| /trueos/games/fortune/fortune/ |
| HD | fortune.c | 1389 int nstr, foundenv; in getpath() local 1400 for (nstr = 2, pch = path; *pch != '\0'; pch++) { in getpath() 1402 nstr++; in getpath() 1405 ppch = Fortune_path_arr = (char **)calloc(nstr, sizeof(char *)); in getpath() 1407 nstr = 0; in getpath() 1411 nstr++; in getpath() 1417 if (nstr == 0) { in getpath()
|
| /trueos/usr.bin/gencat/ |
| HD | gencat.c | 226 char *nstr; local 228 if ((nstr = strdup(str)) == NULL) 230 return (nstr);
|
| /trueos/usr.bin/make/ |
| HD | dir.c | 1125 char *nstr; in Path_MakeFlags() local 1132 nstr = str_concat(str, tstr, STR_ADDSPACE); in Path_MakeFlags() 1135 str = nstr; in Path_MakeFlags()
|
| /trueos/contrib/nvi/common/ |
| HD | msg.c | 369 CONST char *nstr; in msgq_wstr() local 375 INT2CHAR(sp, str, STRLEN(str) + 1, nstr, nlen); in msgq_wstr() 376 msgq_str(sp, mtype, nstr, fmt); in msgq_wstr()
|
| /trueos/contrib/nvi/ex/ |
| HD | ex.c | 1208 char *nstr; in ex_cmd() local 1211 nstr, nlen); in ex_cmd() 1214 nstr, KEY_NAME(sp, *np)); in ex_cmd()
|