Searched refs:gt (Results 1 - 3 of 3) sorted by relevance
/httpd/build/aix/ |
H A D | mkinstallp.ksh | 121 if [[ $szetc -gt 0 || $szvar -gt 0 ]] 126 [[ $szetc -gt 0 ]] && find ./etc -type d | backup -if - | (cd ${INSTROOT}; restore -xqf -) >/dev/null 127 [[ $szvar -gt 0 ]] && find ./var -type d | backup -if - | (cd ${INSTROOT}; restore -xqf -) >/dev/null
|
/httpd/ |
H A D | buildconf | 40 while test $# -gt 0 121 if [ $should_exit -gt 0 ]; then
|
/httpd/server/ |
H A D | core.c | 1155 const char *gt = (cmd->cmd->name[0] == '<' local 1161 return apr_pstrcat(cmd->pool, cmd->cmd->name, gt, 1167 return apr_pstrcat(cmd->pool, cmd->cmd->name, gt, 1173 return apr_pstrcat(cmd->pool, cmd->cmd->name, gt, 1179 return apr_pstrcat(cmd->pool, cmd->cmd->name, gt, 1203 return apr_pstrcat(cmd->pool, cmd->cmd->name, gt,
|
Completed in 3446 milliseconds