Home
last modified time | relevance | path

Searched refs:statusmsg (Results 1 – 9 of 9) sorted by relevance

/titanic_52/usr/src/cmd/ast/libshell/common/scripts/
H A Dshtinyurl.sh55 typeset h statuscode statusmsg i
58 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
62 response.statusmsg="$statusmsg"
145 print -u2 -f $"tinyurl response was (%s,%s):\n%s\n" "${httpresponse.statuscode}" "${httpresponse.statusmsg}" "${response}"
192 print -u2 -f $"tr.im response was (%s,%s):\n%s\n" "${httpresponse.statuscode}" "${httpresponse.statusmsg}" "${response}"
H A Dshnote.sh87 typeset h statuscode statusmsg i
90 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
94 response.statusmsg="$statusmsg"
H A Drssread.sh83 typeset h statuscode statusmsg i
86 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
90 response.statusmsg="$statusmsg"
H A Dcrawlsrccomments.sh659 typeset h statuscode statusmsg i
662 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>
666 response.statusmsg="$statusmsg"
/titanic_52/usr/src/common/net/wanboot/
H A Dboot_http.c878 if (resp->statusmsg != NULL) { in http_free_respinfo()
879 free(resp->statusmsg); in http_free_respinfo()
998 c_id->resp.statusmsg = malloc(strlen(ptr) + 1); in http_process_headers()
999 if (c_id->resp.statusmsg == NULL) { in http_process_headers()
1004 (void) strcpy(c_id->resp.statusmsg, ptr); in http_process_headers()
1009 * 'statusmsg' will be cleaned up next time in http_process_headers()
1067 lresp->statusmsg = strdup(c_id->resp.statusmsg); in http_process_headers()
1068 if (lresp->statusmsg == NULL) { in http_process_headers()
1388 free(c_id->resp.statusmsg); in http_srv_close()
[all...]
H A Dboot_http.h92 char *statusmsg; /* status message */ member
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs.c428 statusmsg(status) in statusmsg() function
466 (void) strcpy(line, statusmsg(status));
480 status, statusmsg(status)); in detail_nfsstat()
/titanic_52/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c786 if (resp->statusmsg != NULL && resp->statusmsg[0] != '\0') in establish_http_connection()
788 "%s", resp->statusmsg); in establish_http_connection()
/titanic_52/usr/src/lib/libpkg/common/
H A Dpkgweb.c2101 if ((ps->resp != NULL) && (ps->resp->statusmsg != NULL)) { in web_eval_headers()
2103 ps->resp->statusmsg); in web_eval_headers()