Searched refs:tail (Results 1 - 25 of 1883) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/var_service/getty_tty1/
H A Dlogin.sh4 ttybase="${ttyname%%[0123456789]*}" # strip numeric tail
7 tail="${ttyname:8}"
9 chown "$LOGIN_UID:$LOGIN_GID" "/dev/vcs$tail" "/dev/vcsa$tail"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/var_service/getty_tty1/
H A Dlogin.sh4 ttybase="${ttyname%%[0123456789]*}" # strip numeric tail
7 tail="${ttyname:8}"
9 chown "$LOGIN_UID:$LOGIN_GID" "/dev/vcs$tail" "/dev/vcsa$tail"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/var_service/getty_tty1/
H A Dlogin.sh4 ttybase="${ttyname%%[0123456789]*}" # strip numeric tail
7 tail="${ttyname:8}"
9 chown "$LOGIN_UID:$LOGIN_GID" "/dev/vcs$tail" "/dev/vcsa$tail"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dcirc_buf.h11 int tail; member in struct:circ_buf
15 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1))
18 as a completely full buffer has head == tail, which is the same as
20 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size))
23 accessing head and tail more than once, so they can change
25 #define CIRC_CNT_TO_END(head,tail,size) \
26 ({int end = (size) - (tail); \
31 #define CIRC_SPACE_TO_END(head,tail,siz
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dcirc_buf.h11 int tail; member in struct:circ_buf
15 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1))
18 as a completely full buffer has head == tail, which is the same as
20 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size))
23 accessing head and tail more than once, so they can change
25 #define CIRC_CNT_TO_END(head,tail,size) \
26 ({int end = (size) - (tail); \
31 #define CIRC_SPACE_TO_END(head,tail,siz
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/scripts/
H A Dplog4 exec tail "$@" /var/log/ppp.log
6 exec tail "$@" /var/log/syslog | grep ' \(pppd\|chat\)\['
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/scripts/
H A Dplog4 exec tail "$@" /var/log/ppp.log
6 exec tail "$@" /var/log/syslog | grep ' \(pppd\|chat\)\['
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/scripts/
H A Dplog4 exec tail "$@" /var/log/ppp.log
6 exec tail "$@" /var/log/syslog | grep ' \(pppd\|chat\)\['
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Dgcc-version.sh25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1)
26 MINOR=$(echo __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1)
28 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -xc - | tail -n 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Dgcc-version.sh25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1)
26 MINOR=$(echo __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1)
28 PATCHLEVEL=$(echo __GNUC_PATCHLEVEL__ | $compiler -E -xc - | tail -n 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dpushlist.h38 struct push_entry *tail; member in struct:push_list
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/
H A Dmkcapflags.pl18 $tail = $3;
19 if ($tail =~ /\/\*\s*\"([^"]*)\".*\*\//) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dmkcapflags.pl18 $tail = $3;
19 if ($tail =~ /\/\*\s*\"([^"]*)\".*\*\//) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dpushlist.h38 struct push_entry *tail; member in struct:push_list
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/com_err/
H A Dcompile_et.h61 struct error_code *next, **tail; member in struct:error_code
70 (L)->tail = &(V)->next; \
73 *(L)->tail = (V); \
74 (L)->tail = &(V)->next; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/com_err/
H A Dcompile_et.h61 struct error_code *next, **tail; member in struct:error_code
70 (L)->tail = &(V)->next; \
73 *(L)->tail = (V); \
74 (L)->tail = &(V)->next; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dpushlist.h38 struct push_entry *tail; member in struct:push_list
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/com_err/
H A Dcompile_et.h61 struct error_code *next, **tail; member in struct:error_code
70 (L)->tail = &(V)->next; \
73 *(L)->tail = (V); \
74 (L)->tail = &(V)->next; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/scripts/
H A Dgcc-version.sh11 MAJ_MIN=$(echo __GNUC__ __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/scripts/
H A Dgcc-version.sh11 MAJ_MIN=$(echo __GNUC__ __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/scripts/
H A Dgcc-version.sh11 MAJ_MIN=$(echo __GNUC__ __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dhtml-parse.c156 int tail; /* next available position index. */ member in struct:pool
173 P->tail = 0; \
183 GROW_ARRAY ((p)->contents, (p)->size, (p)->tail + (increase), \
193 memcpy ((p)->contents + (p)->tail, PA_beg, PA_size); \
194 (p)->tail += PA_size; \
203 (p)->contents[(p)->tail++] = PAC_char; \
207 #define POOL_REWIND(p) (p)->tail = 0
221 P->tail = 0; \
285 tagstack_push (struct tagstack_item **head, struct tagstack_item **tail)
290 *head = *tail
284 tagstack_push(struct tagstack_item **head, struct tagstack_item **tail) argument
305 tagstack_pop(struct tagstack_item **head, struct tagstack_item **tail, struct tagstack_item *ts) argument
347 tagstack_find(struct tagstack_item *tail, const char *tagname_begin, const char *tagname_end) argument
851 struct tagstack_item *tail = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dhtml-parse.c156 int tail; /* next available position index. */ member in struct:pool
173 P->tail = 0; \
183 GROW_ARRAY ((p)->contents, (p)->size, (p)->tail + (increase), \
193 memcpy ((p)->contents + (p)->tail, PA_beg, PA_size); \
194 (p)->tail += PA_size; \
203 (p)->contents[(p)->tail++] = PAC_char; \
207 #define POOL_REWIND(p) (p)->tail = 0
221 P->tail = 0; \
285 tagstack_push (struct tagstack_item **head, struct tagstack_item **tail)
290 *head = *tail
284 tagstack_push(struct tagstack_item **head, struct tagstack_item **tail) argument
305 tagstack_pop(struct tagstack_item **head, struct tagstack_item **tail, struct tagstack_item *ts) argument
347 tagstack_find(struct tagstack_item *tail, const char *tagname_begin, const char *tagname_end) argument
851 struct tagstack_item *tail = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dhtml-parse.c156 int tail; /* next available position index. */ member in struct:pool
173 P->tail = 0; \
183 GROW_ARRAY ((p)->contents, (p)->size, (p)->tail + (increase), \
193 memcpy ((p)->contents + (p)->tail, PA_beg, PA_size); \
194 (p)->tail += PA_size; \
203 (p)->contents[(p)->tail++] = PAC_char; \
207 #define POOL_REWIND(p) (p)->tail = 0
221 P->tail = 0; \
285 tagstack_push (struct tagstack_item **head, struct tagstack_item **tail)
290 *head = *tail
284 tagstack_push(struct tagstack_item **head, struct tagstack_item **tail) argument
305 tagstack_pop(struct tagstack_item **head, struct tagstack_item **tail, struct tagstack_item *ts) argument
347 tagstack_find(struct tagstack_item *tail, const char *tagname_begin, const char *tagname_end) argument
851 struct tagstack_item *tail = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/LDAP/
H A Dget_next_oid4 awk '{print $3}' | cut -d. -f 10 | sort -n | tail -1`
11 awk '{print $3}' | cut -d. -f 10 | sort -n | tail -1`

Completed in 143 milliseconds

1234567891011>>