Searched refs:outstr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c1024 * means that outstr cannot contain any nuls.
1031 char *outstr; local
1040 if ((outstr = malloc(strlen(instr) + 1)) == NULL)
1043 *outstrp = outstr;
1048 *outstr++ = '\\';
1051 DIGITIZE(*outstr++, *instr, *++instr);
1053 *outstr++ = *instr;
1055 *outstr = '\0';
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c1009 * means that outstr cannot contain any nuls.
1016 char *outstr; local
1025 if ((outstr = malloc(strlen(instr) + 1)) == NULL)
1028 *outstrp = outstr;
1033 *outstr++ = '\\';
1036 DIGITIZE(*outstr++, *instr, *++instr);
1038 *outstr++ = *instr;
1040 *outstr = '\0';
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dsuper.c879 struct ustr outstr; local
897 if (udf_CS0toUTF8(&outstr, &instr))
899 strncpy( UDF_SB_VOLIDENT(sb), outstr.u_name,
900 outstr.u_len > 31 ? 31 : outstr.u_len);
907 if (udf_CS0toUTF8(&outstr, &instr))
908 udf_debug("volSetIdent[] = '%s'\n", outstr.u_name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dash.c343 outstr(const char *p, FILE *file) function
409 outstr(p, stdout);
415 outstr(p, stderr);
3580 outstr(jp->ps->cmd, out);
6974 outstr("\n", stdout);

Completed in 284 milliseconds