Lines Matching defs:args
465 char *args)
575 strcpy (args, start);
578 strcpy (args, "");
1741 char args[BJNP_ARGS_MAX];
1751 if (split_uri (devname, method, host, port, args) != 0)
1756 if (strlen (args) > 0)
1760 if (strncmp(args, "timeout=", strlen("timeout=")) == 0)
1762 ip_timeout = atoi(args + strlen("timeout="));
1951 char args[BJNP_HOST_MAX];
1955 if (split_uri(uri, method, host, port_str, args ) != 0)
1977 if (strstr(args, "timeout=") == NULL)
1979 sprintf(args, "timeout=%d", timeout);
1982 snprintf(uri, max_len -1, "%s://%s:%d/%s", method,host, port, args);