Home
last modified time | relevance | path

Searched refs:ostr (Results 1 – 24 of 24) sorted by relevance

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