Searched refs:firstarg (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/binutils/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/gdb/
H A Dmissing301 firstarg="$1"
303 case "$firstarg" in
305 firstarg=`echo "$firstarg" | sed s/o//`
306 tar "$firstarg" "$@" && exit 0
309 case "$firstarg" in
311 firstarg=`echo "$firstarg" | sed s/h//`
312 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/libyaml/config/
H A Dmissing333 firstarg="$1"
335 case $firstarg in
337 firstarg=`echo "$firstarg" | sed s/o//`
338 tar "$firstarg" "$@" && exit 0
341 case $firstarg in
343 firstarg=`echo "$firstarg" | sed s/h//`
344 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/ofed/libibcm/config/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/ofed/librdmacm/config/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/openbsm/config/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/sqlite3/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/crypto/heimdal/
H A Dmissing333 firstarg="$1"
335 case $firstarg in
337 firstarg=`echo "$firstarg" | sed s/o//`
338 tar "$firstarg" "$@" && exit 0
341 case $firstarg in
343 firstarg=`echo "$firstarg" | sed s/h//`
344 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dmissing333 firstarg="$1"
335 case $firstarg in
337 firstarg=`echo "$firstarg" | sed s/o//`
338 tar "$firstarg" "$@" && exit 0
341 case $firstarg in
343 firstarg=`echo "$firstarg" | sed s/h//`
344 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/ntp/
H A Dmissing318 firstarg="$1"
320 case "$firstarg" in
322 firstarg=`echo "$firstarg" | sed s/o//`
323 tar "$firstarg" "$@" && exit 0
326 case "$firstarg" in
328 firstarg=`echo "$firstarg" | sed s/h//`
329 tar "$firstarg" "$@" && exit 0
/freebsd-10.1-release/contrib/gcc/
H A Ddbxout.c1483 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl)));
1488 if (TYPE_READONLY (TREE_TYPE (firstarg)))
1490 if (TYPE_VOLATILE (TREE_TYPE (firstarg)))
1478 tree firstarg = TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (decl))); local
/freebsd-10.1-release/contrib/binutils/binutils/
H A Ddlltool.c3223 char *firstarg = 0; local
3402 if (!firstarg)
3403 firstarg = av[optind];
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex2587 \def\firstarg{#1}%
2588 \ifx\firstarg\xendsetuptable
2591 \ifx\firstarg\xcolumnfractions
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2761 \def\firstarg{#1}%
2762 \ifx\firstarg\xendsetuptable
2765 \ifx\firstarg\xcolumnfractions
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex2660 \def\firstarg{#1}%
2661 \ifx\firstarg\xendsetuptable
2664 \ifx\firstarg\xcolumnfractions

Completed in 341 milliseconds