HomeSort by: relevance | last modified time | path
    Searched defs:nstr (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/gen/
nan.c 53 const char *nstr; local in function:NAN_FUNCTION
59 nstr = "NAN()";
73 nstr = buf;
79 res = NAN_STRTOD(nstr, NULL);
  /src/bin/pax/
pat_rep.h 43 char *nstr; /* the new string we will substitute with */ member in struct:replace
file_subs.c 1051 char *nstr = *strp ? realloc(*strp, *lenp + wcnt + 1) : local in function:file_write
1053 if (nstr == NULL) {
1057 (void)strlcpy(&nstr[*lenp], st, wcnt + 1);
1058 *strp = nstr;
  /src/usr.bin/gencat/
gencat.c 269 char *nstr; local in function:xstrdup
271 if ((nstr = strdup(str)) == NULL)
273 return (nstr);
  /src/usr.sbin/acpitools/aml/
aml_obj.h 211 struct aml_namestr nstr; member in union:aml_object
  /src/lib/libform/
internals.c 3535 char *nstr, *tmp; local in function:_formi_sync_buffer
3545 * init nstr up front, just in case there are no line contents,
3548 if ((nstr = malloc(sizeof(*nstr))) == NULL)
3550 nstr[0] = '\0';
3557 if ((tmp = realloc(nstr,
3560 if (nstr != NULL)
3561 free(nstr);
3565 nstr = tmp;
3566 strcat(nstr, line->string)
    [all...]

Completed in 42 milliseconds