Searched refs:delimit (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dcore.c201 tipc_max_ports = delimit(CONFIG_TIPC_PORTS, 127, 65536);
202 tipc_max_zones = delimit(CONFIG_TIPC_ZONES, 1, 255);
203 tipc_max_clusters = delimit(CONFIG_TIPC_CLUSTERS, 1, 1);
204 tipc_max_nodes = delimit(CONFIG_TIPC_NODES, 8, 2047);
205 tipc_max_slaves = delimit(CONFIG_TIPC_SLAVE_NODES, 0, 2047);
H A Dconfig.c217 if (value != delimit(value, 1, 65535))
232 if (value != delimit(value, 1, 65535))
248 if (value != delimit(value, 127, 65535))
267 if (value != delimit(value, 1, 255))
284 if (value != delimit(value, 1, 1))
299 if (value != delimit(value, 8, 2047))
331 if (value != delimit(value, 1, 9999))
H A Dcore.h184 static inline int delimit(int val, int min, int max) function
H A Ddbg.c397 if (value != delimit(value, 0, 32768))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dsrp-entry.c104 char delimit; local
174 delimit = flags == 0 ? '\0' : (flags & HAS_DQUOTE) ? '\'' : '"';
175 if (delimit != '\0')
176 (void) putchar(delimit);
178 if (*cp == delimit || *cp == '\\')
182 if (delimit != '\0')
183 (void) putchar(delimit);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/shell_utils/
H A Dapple_dump.in733 my ($buf, $len, $col, $delimit) = @_;
742 $hexstr .= sprintf("%s%02X", $delimit, $ascval);
750 $hexstr .= " ".$delimit;
H A Dapple_dump733 my ($buf, $len, $col, $delimit) = @_;
742 $hexstr .= sprintf("%s%02X", $delimit, $ascval);
750 $hexstr .= " ".$delimit;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/
H A Dmaint.mk398 # -D, --all-repeated[=delimit-method] print all duplicate lines\n
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3690 % own to delimit the rest of the line, and then take it out again if we
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3930 % own to delimit the rest of the line, and then take it out again if we

Completed in 150 milliseconds