Searched refs:tstr (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Dipmonitor.c58 char *tstr; local
61 tstr = asctime(localtime(&secs));
62 tstr[strlen(tstr)-1] = 0;
63 fprintf(fp, "Timestamp: %s %lu us\n", tstr, usecs);
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dservice.c95 char *tstr; local
142 tstr = type2str(pv->flags&VAR_TYPE_MASK);
143 if (tstr == NULL) {
147 uprintf(up, " <dataType>%s</dataType>\r\n", tstr);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Deditreg.c3299 int parse_value_type(char *tstr) argument
3301 int len = strlen(tstr);
3303 while (len && tstr[len - 1] == ' ') len--;
3304 tstr[len] = 0;
3306 if (strcmp(tstr, "REG_DWORD") == 0)
3308 else if (strcmp(tstr, "dword") == 0)
3310 else if (strcmp(tstr, "REG_EXPAND_SZ") == 0)
3312 else if (strcmp(tstr, "REG_BIN") == 0)
3314 else if (strcmp(tstr, "REG_SZ") == 0)
3316 else if (strcmp(tstr, "REG_MULTI_S
3335 char *p1 = NULL, *p2 = NULL, *nstr = NULL, *tstr = NULL, *vstr = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Derrormsg.c970 char *id, *tstr; local
985 s = t = id = tstr = 0;
993 Set_str_value(&l,UPDATE_TIME,(tstr=Time_str(0,0)));
997 msg_b, tstr, IDENTIFIER, id, NUMBER, num, PROCESS, pid );
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbroadcom.c818 char line[256], tstr[32]; local
866 sprintf(tstr, "%d:%d", ntohs(nat_list[i].match.dst.ports[0]),
868 sprintf(line, "%s %-11s", line, tstr);

Completed in 65 milliseconds