/src/lib/libc/arch/m68k/string/ |
memccpy.S | 44 movl 12(%sp),%d1 | d1 = terminator 51 cmpb %d2,%d1 | found the terminator? 66 movql #0,%d0 | no terminator found, return NULL 87 movql #0,%d0 | no terminator found, return NULL
|
memccpy.S | 44 movl 12(%sp),%d1 | d1 = terminator 51 cmpb %d2,%d1 | found the terminator? 66 movql #0,%d0 | no terminator found, return NULL 87 movql #0,%d0 | no terminator found, return NULL
|
/src/tests/net/if_ipsec/ |
t_ipsec_natt.sh | 133 PIDSFILE=./terminator.pids 142 local terminator="$(atf_get_srcdir)/../ipsec/natt_terminator" 147 $terminator $ip $port & 362 # Launch a nc server as a terminator of NAT-T on outside the NAPT 373 # Launch a nc server as a terminator of NAT-T on inside the NAPT, 428 # Launch a nc server as a terminator of NAT-T on inside the NAPT, 484 # Kill the NAT-T terminator
|
t_ipsec_natt.sh | 133 PIDSFILE=./terminator.pids 142 local terminator="$(atf_get_srcdir)/../ipsec/natt_terminator" 147 $terminator $ip $port & 362 # Launch a nc server as a terminator of NAT-T on outside the NAPT 373 # Launch a nc server as a terminator of NAT-T on inside the NAPT, 428 # Launch a nc server as a terminator of NAT-T on inside the NAPT, 484 # Kill the NAT-T terminator
|
/src/tests/net/ipsec/ |
t_ipsec_natt.sh | 166 PIDSFILE=./terminator.pids 176 local terminator="$(atf_get_srcdir)/natt_terminator" 187 $terminator $opt $ip $port & 303 # Launch a nc server as a terminator of NAT-T on outside the NAPT 312 # Launch a nc server as a terminator of NAT-T on inside the NAPT, 359 # Kill the NAT-T terminator 441 # Kill the NAT-T terminator
|
t_ipsec_natt.sh | 166 PIDSFILE=./terminator.pids 176 local terminator="$(atf_get_srcdir)/natt_terminator" 187 $terminator $opt $ip $port & 303 # Launch a nc server as a terminator of NAT-T on outside the NAPT 312 # Launch a nc server as a terminator of NAT-T on inside the NAPT, 359 # Kill the NAT-T terminator 441 # Kill the NAT-T terminator
|
/src/sbin/fsck_udf/ |
main.c | 1052 /* empty block is terminator */ 1532 union dscrptr *terminator; local in function:udf_writeout_lvint 1610 /* write out terminator */ 1611 terminator = calloc(1, context.sector_size); 1612 assert(terminator); 1613 udf_create_terminator(terminator, 0); 1616 terminator->tag.serial_num = lvint->tag.serial_num; 1618 error = udf_write_dscr_phys(terminator, location, 1); 1619 free(terminator); 2722 case TAGID_TERM : /* terminator */ [all...] |
main.c | 1052 /* empty block is terminator */ 1532 union dscrptr *terminator; local in function:udf_writeout_lvint 1610 /* write out terminator */ 1611 terminator = calloc(1, context.sector_size); 1612 assert(terminator); 1613 udf_create_terminator(terminator, 0); 1616 terminator->tag.serial_num = lvint->tag.serial_num; 1618 error = udf_write_dscr_phys(terminator, location, 1); 1619 free(terminator); 2722 case TAGID_TERM : /* terminator */ [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_vbt_defs.h | 748 u16 terminator; member in struct:lvds_fp_timing
|
intel_vbt_defs.h | 748 u16 terminator; member in struct:lvds_fp_timing
|
/src/share/terminfo/ |
terminfo | 5720 # xterm used BEL as the string-terminator rather than ST (\E\\). Either 7522 #### TERMINATOR 7523 # https://github.com/software-jessies-org/jessies/wiki/Terminator 7525 # Tested using the Debian package org.jessies.terminator 6.104.3256 on 64-bit 7595 terminator|Terminator no line wrap, 18642 # Ctrl-Y = terminator 22487 # PDT print data terminator ^[[<p [all...] |
terminfo | 5720 # xterm used BEL as the string-terminator rather than ST (\E\\). Either 7522 #### TERMINATOR 7523 # https://github.com/software-jessies-org/jessies/wiki/Terminator 7525 # Tested using the Debian package org.jessies.terminator 6.104.3256 on 64-bit 7595 terminator|Terminator no line wrap, 18642 # Ctrl-Y = terminator 22487 # PDT print data terminator ^[[<p [all...] |