Searched defs:opt (Results 201 - 225 of 483) sorted by relevance

1234567891011>>

/external/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc5.c248 int opt; local
262 while ((opt = getopt(argc, argv, "l:t:p:vd")) != EOF) {
263 switch (opt) {
/external/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c110 int flags, dirfd, opt, oflag; local
125 while ((opt = getopt(argc, argv, "d:nqw")) != -1) {
126 switch (opt) {
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c92 unsigned opt,
90 fetch_emit_prepare( struct draw_pt_middle_end *middle, unsigned prim, unsigned opt, unsigned *max_vertices ) argument
H A Ddraw_pt_fetch_shade_emit.c71 unsigned opt,
69 fse_prepare(struct draw_pt_middle_end *middle, unsigned prim, unsigned opt, unsigned *max_vertices) argument
/external/rmi4utils/rmi4update/
H A Dmain.cpp103 int opt; local
122 while ((opt = getopt_long(argc, argv, RMI4UPDATE_GETOPTS, long_options, &index)) != -1) {
123 switch (opt) {
/external/selinux/restorecond/
H A Drestorecond.c140 int opt; local
162 while ((opt = getopt(argc, argv, "hdf:uv")) > 0) {
163 switch (opt) {
/external/syslinux/com32/mboot/
H A Dmboot.c39 struct my_options opt, set; variable in typeref:struct:my_options
173 opt.solaris = v;
176 opt.aout = v;
237 if (opt.solaris)
/external/syslinux/core/fs/pxe/
H A Ddhcp_option.c5 #include <lwip/opt.h> /* DNS_MAX_SERVERS */
173 const struct dhcp_options *opt; local
194 opt = dhcp_opts;
196 if (opt_num == opt->opt_num) {
197 opt->fun(p, opt_len);
200 opt++;
/external/toybox/lib/
H A Dnet.c13 void xsetsockopt(int fd, int level, int opt, void *val, socklen_t len) argument
15 if (-1 == setsockopt(fd, level, opt, val, len)) perror_exit("setsockopt");
/external/toybox/toys/other/
H A Dlsattr.c64 char opt; member in struct:ext2_attr
130 toybuf[index++] = (flag & ptr->flag) ? ptr->opt : '-';
207 if (ptr->opt == ch) return ptr->flag;
/external/toybox/toys/pending/
H A Dtelnet.c161 char opt = TT.buff[TT.pbuff++]; local
163 switch(opt) {
165 opt = TT.buff[TT.pbuff++];
166 if(opt == TELQUAL_SEND) {
182 char opt = TT.buff[TT.pbuff++]; local
184 switch (opt) {
220 if(ddww == WILL) put_iac(3, IAC,DONT,opt);
221 if(ddww == DO) put_iac(3, IAC,WONT,opt);
/external/webrtc/webrtc/base/
H A Dasyncudpsocket.cc86 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) { argument
87 return socket_->GetOption(opt, value);
90 int AsyncUDPSocket::SetOption(Socket::Option opt, int value) { argument
91 return socket_->SetOption(opt, value);
H A Dtestclient.cc113 int TestClient::SetOption(Socket::Option opt, int value) { argument
114 return socket_->SetOption(opt, value);
/external/webrtc/webrtc/p2p/base/
H A Dtransportchannel.h94 virtual int SetOption(rtc::Socket::Option opt, int value) = 0;
97 virtual bool GetOption(rtc::Socket::Option opt, int* value) { return false; } argument
/external/android-clat/
H A Dclatd.c438 int opt; local
444 while((opt = getopt(argc, argv, "i:p:n:m:h")) != -1) {
445 switch(opt) {
/external/autotest/client/tests/disktest/src/
H A Ddisktest.c248 int tasks, opt, retcode, pid; local
252 while ((opt = getopt(argc, argv, "vf:s:m:M:b:l:r:iS")) != -1) {
253 switch (opt) {
/external/boringssl/src/crypto/x509/
H A Dx_name.c86 int tag, int aclass, char opt, ASN1_TLC *ctx);
197 char opt, ASN1_TLC *ctx)
225 tag, aclass, opt, ctx);
194 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
/external/clang/include/clang/Driver/
H A DCompilation.h21 namespace opt { namespace in namespace:llvm
54 llvm::opt::InputArgList *Args;
58 llvm::opt::DerivedArgList *TranslatedArgs;
74 llvm::opt::DerivedArgList *> TCArgs;
77 llvm::opt::ArgStringList TempFiles;
94 llvm::opt::InputArgList *Args,
95 llvm::opt::DerivedArgList *TranslatedArgs);
148 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }
150 const llvm::opt::DerivedArgList &getArgs() const { return *TranslatedArgs; }
152 llvm::opt
[all...]
/external/clang/test/Analysis/
H A Darray-struct.c129 static struct s3 opt; variable in typeref:struct:s3
133 struct s3 my_opt = opt;
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp128 const OptInfo& opt = *optIter; local
130 DE_ASSERT(opt.shortName || opt.longName);
132 if (opt.shortName)
134 DE_ASSERT(shortOptMap.find(opt.shortName) == shortOptMap.end());
135 shortOptMap[opt.shortName] = &opt;
138 if (opt.longName)
140 DE_ASSERT(longOptMap.find(opt.longName) == longOptMap.end());
141 longOptMap[opt
173 const OptInfo* opt = optPos != optMap.end() ? optPos->second : DE_NULL; local
249 const OptInfo& opt = *optIter; local
[all...]
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c53 #define option_len(opt) ((int)(((unsigned char *)(opt))[1]))
54 #define option_ptr(opt) ((void *)&(((unsigned char *)(opt))[2]))
71 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) argument
87 if (*p == opt && opt_len >= minsize)
93 return opt == OPTION_END ? p : NULL;
121 static unsigned int option_uint(unsigned char *opt, int size) argument
126 unsigned char *p = option_ptr(opt);
/external/dtc/
H A Ddtc.c177 int opt; local
188 while ((opt = util_getopt_long()) != EOF) {
189 switch (opt) {
H A Dfdtdump.c179 int opt; local
186 while ((opt = util_getopt_long()) != EOF) {
187 switch (opt) {
H A Dfdtget.c312 int opt; local
321 while ((opt = util_getopt_long()) != EOF) {
322 switch (opt) {
/external/e2fsprogs/contrib/android/
H A Dext2simg.c180 int opt; local
185 while ((opt = getopt(argc, argv, "czS")) != -1) {
186 switch(opt) {

Completed in 682 milliseconds

1234567891011>>