Searched refs:ostr (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/libpcap/missing/
H A Dgetopt.h7 extern int getopt(int nargc, char * const *nargv, const char *ostr);
H A Dgetopt.c59 getopt(int nargc, char * const *nargv, const char *ostr) argument
88 if (opterr && *ostr != ':')
93 oli = strchr(ostr, optopt);
103 if (opterr && *ostr != ':')
118 if (*ostr == ':')
/freebsd-current/stand/libsa/
H A Dgetopt.c48 getopt(int nargc, char * const *nargv, const char *ostr) argument
66 !(oli = strchr(ostr, optopt))) {
75 if (opterr && *ostr != ':')
89 if (*ostr == ':')
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dasn_moid.c63 const char *ln, *ostr, *p; local
69 ostr = value;
73 ostr = p + 1;
76 ostr = p + 1;
77 if (*ostr == '\0')
79 while (ossl_isspace(*ostr))
80 ostr++;
99 nid = OBJ_create(ostr, name, ln);
/freebsd-current/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.c83 getopt(nargc, nargv, ostr)
86 const char *ostr;
94 _DIAGASSERT(ostr != NULL);
110 !(oli = strchr(ostr, optopt))) {
119 if (opterr && *ostr != ':')
134 if (*ostr == ':')
H A Dgetopt_long.c74 getopt_internal(nargc, nargv, ostr)
77 const char *ostr;
83 _DIAGASSERT(ostr != NULL);
98 !(oli = strchr(ostr, optopt))) {
107 if (opterr && *ostr != ':')
121 if ((opterr) && (*ostr != ':'))
140 getopt2(nargc, nargv, ostr)
143 const char *ostr;
147 if ((retval = getopt_internal(nargc, nargv, ostr)) == -2) {
/freebsd-current/contrib/libevent/WIN32-Code/
H A Dgetopt.c83 getopt(nargc, nargv, ostr)
86 const char *ostr;
94 _DIAGASSERT(ostr != NULL);
110 !(oli = strchr(ostr, optopt))) {
119 if (opterr && *ostr != ':')
134 if (*ostr == ':')
H A Dgetopt_long.c74 getopt_internal(nargc, nargv, ostr)
77 const char *ostr;
83 _DIAGASSERT(ostr != NULL);
98 !(oli = strchr(ostr, optopt))) {
107 if (opterr && *ostr != ':')
121 if ((opterr) && (*ostr != ':'))
140 getopt2(nargc, nargv, ostr)
143 const char *ostr;
147 if ((retval = getopt_internal(nargc, nargv, ostr)) == -2) {
/freebsd-current/contrib/unifdef/FreeBSD/
H A Dgetopt.c48 getopt(int nargc, char *nargv[], const char *ostr) argument
72 if (strchr(ostr, '-') == NULL)
80 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
83 if (opterr && *ostr != ':')
106 if (*ostr == ':')
/freebsd-current/lib/libc/stdlib/
H A Dgetopt.c57 getopt(int nargc, char * const nargv[], const char *ostr) argument
81 if (strchr(ostr, '-') == NULL)
89 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
92 if (opterr && *ostr != ':')
121 if (*ostr == ':')
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetopt.c58 getopt(int nargc, char * const *nargv, const char *ostr) argument
77 !(oli = strchr(ostr, optopt))) {
86 if (opterr && *ostr != ':') {
110 if (*ostr == ':')
/freebsd-current/contrib/smbfs/lib/smb/
H A Dcfopt.c54 cf_getopt(int nargc, char * const *nargv, const char *ostr) argument
82 !(oli = strchr(ostr, cf_optopt))) {
91 if (cf_opterr && *ostr != ':')
106 if (*ostr == ':')
/freebsd-current/contrib/bmake/
H A Dgetopt.c58 getopt(int nargc, char * const nargv[], const char *ostr) argument
92 if (strchr(ostr, '-') == NULL)
100 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
103 if (opterr && *ostr != ':')
131 if (*ostr == ':')
/freebsd-current/usr.bin/pr/
H A Degetopt.c51 * Non standard additions to the ostr specs are:
69 egetopt(int nargc, char * const *nargv, const char *ostr) argument
107 !(oli = strchr(ostr, eoptopt))) {
114 if (strchr(ostr, '#') && (isdigit(eoptopt) ||
/freebsd-current/contrib/unifdef/win32/
H A Dunifdef.h82 int getopt(int nargc, char *nargv[], const char *ostr);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp120 std::ostringstream ostr; local
121 ostr << GetRegisterContext().GetWatchpointAddress(wp_index) << " ";
122 ostr << wp_index;
124 ostr << " " << GetRegisterContext().GetWatchpointHitAddress(wp_index);
127 m_stop_description = ostr.str();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp120 std::ostringstream ostr; local
121 ostr << GetRegisterContext().GetWatchpointAddress(wp_index) << " ";
122 ostr << wp_index;
124 ostr << " " << GetRegisterContext().GetWatchpointHitAddress(wp_index);
127 m_stop_description = ostr.str();
/freebsd-current/bin/sh/
H A Dparser.c1092 char *volatile ostr = NULL; local
1102 if (ostr)
1103 ckfree(ostr);
1166 ostr = ckmalloc(olen);
1167 memcpy(ostr, stackblock(), olen);
1168 setinputstring(ostr, 1);
1209 if (ostr) {
1210 ckfree(ostr);
1211 ostr = NULL;
/freebsd-current/contrib/tcsh/
H A Dtc.prompt.c110 static const char *ostr = NULL; local
128 str = ostr;
137 ostr = str;
/freebsd-current/libexec/ftpd/
H A Dftpd.c3279 char *ostr, *p;
3289 ostr = *strp;
3290 asprintf(strp, "%s%s", ostr, p);
3293 free(ostr);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2254 StreamString ostr; local
2255 ostr.Printf("%" PRIu64, wp_addr);
2256 description = std::string(ostr.GetString());
2274 StreamString ostr; local
2275 ostr.Printf("%" PRIu64 " %" PRIu64, pid_tid->first, pid_tid->second);
2276 description = std::string(ostr.GetString());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1432 raw_svector_ostream ostr(Version);
1433 ostr << formatv("{0,0-2:d}{1,0-2:d}{2,0-2:d}", ProductVersion, ProductRelease,
/freebsd-current/contrib/sendmail/src/
H A Dconf.c3089 getopt(nargc,nargv,ostr)
3092 const char *ostr;
3113 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) {

Completed in 170 milliseconds