Searched refs:usage (Results 126 - 137 of 137) sorted by relevance

123456

/haiku/src/bin/network/telnet/
H A Dcommands.c454 printf("usage: send %s <value|option>\n", cmd);
1296 "Deprecated usage - please use 'set escape%s%s' in the future.\n",
1315 printf("Deprecated usage - please use 'toggle crmod' in the future.\n");
2205 goto usage;
2209 goto usage;
2222 goto usage;
2237 usage:
2238 printf("usage: %s [-l user] [-a] [-s src_addr] host-name [port]\n", cmd);
2243 goto usage;
/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyTestcase.cpp84 if (prop1[i].usage != NULL) {
85 prop2[i].usage = strdup(prop1[i].usage);
128 if (value1[i].usage != NULL) {
129 value2[i].usage = strdup(value1[i].usage);
211 { "Value1", 5, B_COMMAND_KIND, "This is the usage", 0 },
212 { "Value2", 6, B_TYPE_CODE_KIND, "This is the usage", 1 },
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c1262 const char * usage = "usage: etherpci { Function_calls | PCI_IO | Stats | Rx_trace | Tx_trace }\n"; local
1266 kprintf("%s",usage); return 0;
1319 kprintf("%s",usage);
/haiku/src/tests/kits/net/service/
H A Dtestserver.py508 usage='Usage: %prog [OPTIONS]',
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py508 usage='Usage: %prog [OPTIONS]',
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c154 * The udp port usage may appear bizarre (well, ok, it is bizarre).
385 void usage(void);
709 usage();
758 usage();
2109 usage(void) function
/haiku/
H A Dconfigure5 # usage
7 # Prints usage.
9 usage() function
520 # check for --help or -h and show usage immediately
522 usage; exit 0;
/haiku/src/bin/network/ping/
H A Dping6.c383 usage();
618 usage();
627 usage();
651 usage();
H A Dping.c534 usage();
539 usage();
/haiku/src/bin/unzip/
H A Dunzip.c145 /* usage() strings */
298 usage: zipinfo [-12smlvChMtTz] file[.zip] [list...] [-x xlist...]\n\
555 "\"-Z\" => ZipInfo mode (`unzip \"-Z\"' for usage).";
558 "-Z => ZipInfo mode (\"unzip -Z\" for usage).";
1567 /* Function usage() */
1597 int usage(__G__ error) /* return PK-type error code */
1614 return PK_COOL; /* just wanted usage screen: no error */
1616 } /* end function usage() */
1631 int usage(__G__ error) /* return PK-type error code */
1639 Print either ZipInfo usage o
[all...]
H A Dunzpriv.h725 # define USAGE(ret) usage(__G__ (ret)) /* used in unzip.c, zipinfo.c */
1713 int usage OF((__GPRO__ int error));
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp301 * More mail kit usage, can now decode headers, but more to do.
667 /* *name; commands[10]; specifiers[10]; *usage; extra_data; ... */
1590 * Print the usage info to the stream. Includes a list of all commands.
1652 the usage text. */
1688 WrapTextToStream (OutputStream, (char *)PropInfoPntr->usage);

Completed in 259 milliseconds

123456