Searched refs:spaces (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dstacktrace.c12 void print_stack_trace(struct stack_trace *trace, int spaces) argument
19 for (j = 0; j < spaces + 1; j++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstacktrace.h13 extern void print_stack_trace(struct stack_trace *trace, int spaces);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/aparser/
H A Dutil.c43 static pstring spaces; local
44 memset(spaces, ' ', depth * 4);
45 spaces[depth * 4] = 0;
46 return spaces;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmore.c61 int spaces = 0; local
112 while (spaces || (c = getc(file)) != EOF) {
114 if (spaces)
115 spaces--;
163 /* Crudely convert tabs into spaces, which are
166 spaces = CONVERTED_TAB_SIZE - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp_rw.c178 int spaces, i_msg; local
200 * \t is expanded to some spaces but \r does not know about a
240 /* = new line, leading spaces */
242 spaces = buffer->current_length;
248 memset(buffer->current_line, 0x40, spaces);
249 buffer->current_line += spaces;
250 buffer->current_length = spaces;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/docs/
H A Dautodocifier.pl97 my $spaces = 10 - length($name);
98 if ($spaces > 0) {
99 $name .= " " x $spaces;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Daddrspace.h13 #include <spaces.h>
35 * 32-bit MIPS address spaces
154 * The R8000 doesn't have the 32-bit compat spaces so we don't define them
H A Dpage.h15 #include <spaces.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Daddrspace.h13 #include <spaces.h>
35 * 32-bit MIPS address spaces
154 * The R8000 doesn't have the 32-bit compat spaces so we don't define them
H A Dpage.h15 #include <spaces.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-useradd533 spaces and trailing bracket are ignored (samba account control bits like '[NDHTUMWSLKI]'
535 -M local mail aliases (multiple addresses are seperated by spaces)
543 -T mailToAddress (forward address) (multiple addresses are seperated by spaces)
H A Dsmbldap-usermod610 sambaAcctFlags, spaces and trailing bracket are ignored (samba account control bits like '[NDHTUMWSLKI]')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c502 char *spaces = strchr(argv[arg], ' '); local
504 if (spaces || argvattr[arg])
508 if (spaces || argvattr[arg])
802 /* two spaces? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables-xml.c502 char *spaces = strchr(argv[arg], ' '); local
504 if (spaces || argvattr[arg])
508 if (spaces || argvattr[arg])
799 /* two spaces? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dn_tty.c251 int space, spaces; local
282 spaces = 8 - (tty->column & 7);
284 if (space < spaces)
286 tty->column += spaces;
287 tty->driver->write(tty, " ", spaces);
290 tty->column += spaces;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_devinfo.c28 static const char spaces[] = " "; /* 16 of them */ variable
264 strncpy(&to[from_length], spaces,
408 * Skip spaces again.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dconfig.c23 * /config/dlm/<cluster>/spaces/<space>/nodes/<node>/nodeid
24 * /config/dlm/<cluster>/spaces/<space>/nodes/<node>/weight
37 struct spaces;
259 struct spaces { struct
402 struct spaces *sps = NULL;
408 sps = kzalloc(sizeof(struct spaces), GFP_KERNEL);
415 config_group_init_type_name(&sps->ss_group, "spaces", &spaces_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c2079 static pstring spaces; local
2080 memset(spaces, ' ', depth * 4);
2081 spaces[depth * 4] = 0;
2082 return spaces;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c241 * structures need to confine structure member names to well-defined spaces.
12749 static char bar[128], spaces[128]; variable
12770 printf("%s%s\r%s", ctx->start_meta, spaces + (sizeof(spaces) - 80),
12826 spaces + (sizeof(spaces) - (dpywidth - i + 1)));
12989 memset(spaces, ' ', sizeof(spaces)-1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex528 % If an index command is used in an @example environment, any spaces
529 % therein should become regular spaces in the raw index file, not the
2602 % which makes spaces the same size as normal in the surrounding text.
3862 % Make sure that spaces turn into tokens that match what \doignoretext wants.
6052 \sepspaces % Make spaces be word-separators rather than space tokens.
6074 % We want to swallow spaces (but not other tokens) after the fake
6075 % @indent in our nonfill-environments, where spaces are normally
6278 % Eight spaces for a tab
6825 % Trim leading and trailing spaces off a string.
7065 % We need some trickery to remove the optional spaces aroun
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c1851 int spaces = columns - used - hashes; local
1861 while(spaces --)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex524 % If an index command is used in an @example environment, any spaces
525 % therein should become regular spaces in the raw index file, not the
2436 % which makes spaces the same size as normal in the surrounding text.
3622 % Make sure that spaces turn into tokens that match what \doignoretext wants.
5835 \sepspaces % Make spaces be word-separators rather than space tokens.
6005 % Eight spaces for a tab
6586 % Trim leading and trailing spaces off a string.
6826 % We need some trickery to remove the optional spaces around the equal
6853 % might or might not have spaces before the first comma, like:
6855 % We don't want such trailing spaces i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1357 padded with spaces.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2316 by spaces. If a multicast routing entry is created with non-trivial

Completed in 229 milliseconds