Searched refs:opt (Results 1 - 25 of 29) sorted by relevance

12

/haiku/src/bin/unzip/
H A Dzipgrep6 opt=""
9 -e | -f) opt="$opt $1"; shift; pat="$1";;
10 -*) opt="$opt $1";;
29 opt=`echo "$opt" | sed -e 's/ //g' -e 's/-//g'`
30 case "$opt" in
31 *l*) list=1; opt=`echo $opt | se
[all...]
H A Dttyio.c189 int echo(opt)
190 int opt;
226 * (depending on function argument opt)
228 if (opt == 0) /* off */
/haiku/src/bin/network/telnetd/
H A Ddefs.h195 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
196 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
197 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
198 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
200 #define my_state_is_dont(opt) (!my_state_is_do(opt))
[all...]
/haiku/src/system/libroot/posix/musl/misc/
H A Dgetsubopt.c4 int getsubopt(char **opt, char *const *keys, char **val) argument
6 char *s = *opt;
10 *opt = strchr(s, ',');
11 if (*opt) *(*opt)++ = 0;
12 else *opt = s + strlen(s);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c19 const struct fuse_opt *opt; member in struct:fuse_opt_context
97 static int next_arg(struct fuse_opt_context *ctx, const char *opt) argument
100 fprintf(stderr, "fuse: missing argument after `%s'\n", opt);
112 int fuse_opt_add_opt(char **opts, const char *opt) argument
116 newopts = strdup(opt);
119 newopts = realloc(*opts, oldlen + 1 + strlen(opt) + 1);
122 strcpy(newopts + oldlen + 1, opt);
132 static int add_opt(struct fuse_opt_context *ctx, const char *opt) argument
134 return fuse_opt_add_opt(&ctx->opts, opt);
175 static const struct fuse_opt *find_opt(const struct fuse_opt *opt, argument
184 fuse_opt_match(const struct fuse_opt *opts, const char *opt) argument
209 process_opt(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
231 process_opt_sep_arg(struct fuse_opt_context *ctx, const struct fuse_opt *opt, unsigned sep, const char *arg, int iso) argument
258 const struct fuse_opt *opt = find_opt(ctx->opt, arg, &sep); local
[all...]
H A Dfuse_config.c137 fuse_is_lib_option(const char* opt) argument
139 return /*fuse_lowlevel_is_lib_option(opt) ||*/
140 fuse_opt_match(fuse_lib_opts, opt);
146 const char *opt;
174 for (i = 0; mount_flags[i].opt != NULL; i++) {
175 const char *opt = mount_flags[i].opt;
176 if (strcmp(opt, s) == 0) {
/haiku/src/bin/network/telnet/
H A Dexterns.h168 #define my_state_is_do(opt) (options[opt]&MY_STATE_DO)
169 #define my_state_is_will(opt) (options[opt]&MY_STATE_WILL)
170 #define my_want_state_is_do(opt) (options[opt]&MY_WANT_STATE_DO)
171 #define my_want_state_is_will(opt) (options[opt]&MY_WANT_STATE_WILL)
173 #define my_state_is_dont(opt) (!my_state_is_do(opt))
[all...]
H A Dcommands.c2188 int proto, opt;
2374 result = sourceroute(res, hostp, &srp, &srlen, &proto, &opt);
2406 if (srp && setsockopt(net, proto, opt, (char *)srp, srlen) < 0)
2180 int proto, opt; local
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_opt.h209 * @param opt is the option to add
212 int fuse_opt_add_opt(char **opts, const char *opt);
218 * @param opt is the option to add
221 int fuse_opt_add_opt_escaped(char **opts, const char *opt);
261 * @param opt is the option to match
264 int fuse_opt_match(const struct fuse_opt opts[], const char *opt);
H A Dfuse_lowlevel.h1515 int fuse_lowlevel_is_lib_option(const char *opt);
H A Dfuse.h760 int fuse_is_lib_option(const char *opt);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.h20 send_l2cap_cfg_rsp(HciConnection *conn, uint8 ident, uint16 scid, uint16 result, net_buffer *opt);
H A Dl2cap_signal.cpp1114 uint16 result, net_buffer* opt)
1119 l2cap_cfg_rsp(ident, scid, 0, result, opt), ident, L2CAP_CFG_RSP);
1121 gBufferModule->free(opt);
1113 send_l2cap_cfg_rsp(HciConnection* conn, uint8 ident, uint16 scid, uint16 result, net_buffer* opt) argument
/haiku/src/tests/add-ons/kernel/file_systems/fragmenter/
H A Dfragmenter.cpp72 int opt; local
81 opt = getopt_long(argc, argv, "hs:f:", longOptions, &optionIndex);
82 switch (opt) {
100 } while (opt != -1);
/haiku/src/system/libroot/posix/glibc/locale/
H A Dcategories.def218 DEFINE_ELEMENT (ERA, "era", opt, stringlist, 0, 100)
219 DEFINE_ELEMENT (ERA_YEAR, "era_year", opt, string)
220 DEFINE_ELEMENT (ERA_D_FMT, "era_d_fmt", opt, string)
221 DEFINE_ELEMENT (ALT_DIGITS, "alt_digits", opt, stringlist, 100, 100)
222 DEFINE_ELEMENT (ERA_D_T_FMT, "era_d_t_fmt", opt, string)
223 DEFINE_ELEMENT (ERA_T_FMT, "era_t_fmt", opt, string)
224 DEFINE_ELEMENT (_NL_TIME_ERA_NUM_ENTRIES, "time-era-num-entries", opt, word)
225 DEFINE_ELEMENT (_NL_TIME_ERA_ENTRIES, "time-era-entries", opt, string)
235 DEFINE_ELEMENT (_NL_WERA_YEAR, "wide-era_year", opt, wstring)
236 DEFINE_ELEMENT (_NL_WERA_D_FMT, "wide-era_d_fmt", opt, wstrin
[all...]
/haiku/src/bin/
H A Dquery.cpp126 int opt; local
127 while ((opt = getopt(argc, argv, "efalv:")) != -1) {
128 switch(opt) {
H A Dsysinfo.cpp830 const char *opt = argv[i]; local
831 if (strncmp(opt, "-id", strlen(opt)) == 0) {
834 } else if (strncmp(opt, "-cpu", strlen(opt)) == 0) {
836 } else if (strncmp(opt, "-mem", strlen(opt)) == 0) {
838 } else if (strncmp(opt, "-semaphores", strlen(opt)) == 0) {
840 } else if (strncmp(opt, "
[all...]
/haiku/src/bin/filteredquery/
H A Dquery.cpp139 int opt; local
140 while ((opt = getopt(argc, (char **)argv, "easv:p:")) != -1) {
141 switch(opt) {
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp86 int opt; local
87 while ((opt = getopt(argc, argv, "efav:")) != -1) {
88 switch (opt) {
/haiku/src/bin/network/ping/
H A Dmain.c108 int opt; local
115 while ((opt = getopt(argc, argv, ":" OPTSTR)) != -1) {
116 switch (opt) {
/haiku/src/system/libroot/posix/
H A Dtermios.c26 tcsetattr(int fd, int opt, const struct termios *termios) argument
30 switch (opt) {
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp163 int opt; local
183 opt = getopt_long(argc, argv, "hn46xtul", kLongOptions,
185 switch (opt) {
221 } while (opt != -1);
/haiku/src/libs/bsd/
H A Dfts.c82 #define CLR(opt) (sp->fts_options &= ~(opt))
83 #define ISSET(opt) (sp->fts_options & (opt))
84 #define SET(opt) (sp->fts_options |= (opt))
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp16 int32 value, void* ptr, float opt);
541 void* ptr, float opt)
540 VHostCallback(VSTEffect* effect, int32 opcode, int32 index, int32 value, void* ptr, float opt) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300desc.h537 #define ar9300_set_11n_txbf_cal(ah, ds, cal_pos, code_rate, cec, opt)

Completed in 344 milliseconds

12